summaryrefslogtreecommitdiff
path: root/src/arbits/slbt_archive_mapfile.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-16slbt_ar_output_mapfile(): properly set strong aliases of weak symbols.midipix1-0/+14
2024-03-15ar mode: PE mapfile generation: indent symbols as to match ld's .def output.midipix1-1/+4
2024-03-14Once skinny, forever strong.midipix1-1/+1
2024-03-05archiver api: record the associated path upon openat() related errors.xmidipix1-1/+1
2024-02-22slbt_ar_output_mapfile(): support extended regex.midipix1-1/+1
2024-02-22internals: slbt_is_strong_coff_symbol(): from _static_ to a _hidden_ function.midipix1-7/+1
2024-02-22slbt_ar_output_mapfile(): also filter out coff refptr symbols.midipix1-1/+3
2024-02-20slbt_ar_create_mapfile(): refactor coff & mach-o detection logic.midipix1-8/+5
2024-02-20slbt_ar_create_mapfile(): also filter out coff weak symbols.midipix1-1/+6
2024-02-20slbt_ar_output_mapfile(): added support for the pe/coff and mach-o variants.midipix1-10/+45
2024-02-20slbt_ar_create_mapfile(): close file descriptor of a newly created output file.midipix1-1/+8
2024-02-20code base: separate slbt_ar_create_mapfile() from slbt_au_output_mapfile().midipix1-0/+105