summaryrefslogtreecommitdiff
path: root/src/arbits/slbt_archive_dlsyms.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22slbt_ar_update_syminfo(): eliminate the execution context argument.midipix1-1/+1
2024-03-16slbt_ar_create_dlsyms(): PE/COFF: properly set weak aliases of strong symbols.midipix1-26/+84
2024-03-14Once skinny, forever strong.midipix1-1/+1
2024-03-10slbt_ar_output_dlsyms_impl(): pretty printing: pass actual remaining line len.midipix1-3/+3
2024-03-05archiver api: record the associated path upon openat() related errors.xmidipix1-1/+1
2024-03-05slbt_ar_create_dlsyms(): allow dlopen & dlpreoepn to elegantly use the force.midipix1-0/+5
2024-03-03slbt_ar_output_dlsyms(): properly handle the "@PROGRAM" special soname.midipix1-1/+4
2024-03-03slbt_ar_output_dlsyms(): null-terminate the dlsyms vtable.midipix1-0/+4
2024-02-28slbt_ar_create_dlsyms(): obtain symbol information (via nm) as needed.midipix1-0/+18
2024-02-28archiver api: added slbt_ar_create_dlsyms() (compatible dlsym vtable C Source).midipix1-0/+370