summaryrefslogtreecommitdiffhomepage
path: root/src/reader/pe_read_coff_symbol.c
AgeCommit message (Expand)AuthorFilesLines
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
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