summaryrefslogtreecommitdiffhomepage
path: root/src/reader/pe_read_coff_symbol.c
AgeCommit message (Collapse)AuthorFilesLines
12 daysAnnual chores.midipix1-1/+1
12 daysapi: coff symbol structs: rename .cs_num_of_aux_symbols to reflect content.midipix1-4/+4
12 daysstruct pe_meta_coff_symbol: added the .cs_aux_recs member.midipix1-0/+4
12 daysstruct pe_meta_coff_symbol: optimize for iterative name access.midipix1-5/+5
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2019-08-15perk.h: eliminate #include's of referential headers.midipix1-0/+2
The primary purpose of this commit is to eliminate the pulling in of definitions not strictly needed by perk.h. In particular, perk.h does not require any of the PE constants to be defined, and only refers to the raw PE structs by pointer. The secondary purpose of this commit is to allow for inclusion of perk.h by software that already comes with its own set of PE const and struct definitions.
2017-02-04annual chores.midipix1-1/+1
2016-12-02struct pe_{raw|meta}_coff_symbol: member name normalization.midipix1-20/+20
2016-11-30struct pe_{raw|meta}_coff_file_hdr: member name normalization.midipix1-2/+2
2016-11-19PE format: struct pe_coff_symbol [and friends] --> struct pe_raw_coff_symbol.midipix1-1/+1
2016-11-17reader: pe_read_coff_symbol(): initial implementation.midipix1-0/+55