summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_ar_impl.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-22slbt_ar_get_archive_ctx(): internally bind the meta ctx to the archive ctx.midipix1-0/+1
2024-03-22slbt_ar_update_syminfo(): refactor, add an optional fdout parameter.midipix1-0/+4
2024-03-22slbt_ar_update_syminfo(): eliminate the execution context argument.midipix1-2/+1
2024-03-14Once skinny, forever strong.midipix1-1/+1
2024-02-28archiver api: added slbt_ar_update_syminfo() (nm output to symbol info vector).midipix1-0/+7
2024-02-18slbt_get_archive_meta(): check whether all object members share binary format.midipix1-0/+1
2024-02-17ar mode: pretty printer: symbols, mapfile: produce a sorted output by default.midipix1-0/+5
2024-02-17internals: slibtool_ar_impl.h: added copyright notice.midipix1-0/+6
2024-01-29slbt_ar_parse_primary_armap_sysv_64(): move to own translation unit.midipix1-0/+4
2024-01-29slbt_ar_parse_primary_armap_sysv_32(): move to own translation unit.midipix1-0/+4
2024-01-29slbt_ar_parse_primary_armap_bsd_64(): move to own translation unit.midipix1-0/+4
2024-01-29slbt_ar_parse_primary_armap_bsd_32(): move to own translation unit.midipix1-0/+4
2024-01-29archiver implementation: move internal macros to the ar internal header.midipix1-0/+9
2024-01-28struct ar_meta_armap_common_{32|64}: added the ar_symrefs member.midipix1-0/+2
2024-01-27struct slbt_archive_meta_impl: added pointer to the associated driver context.midipix1-0/+1
2024-01-26archiver internals: added slbt_archive_member_from_offset().midipix1-0/+4
2024-01-26struct slbt_archive_meta_impl: also store the number of [raw] archive entries.midipix1-0/+1
2024-01-26struct slbt_archive_meta_impl: added internal vector to hold member offsets.midipix1-0/+1
2024-01-22driver: ar mode: preliminar argv parsing: avoid TAG enum member ambiguity.midipix1-6/+0
2024-01-22ar mode: added --version support.midipix1-0/+1
2024-01-22ar mode: added the -Wcheck command-line action.midipix1-0/+1
2024-01-22slbt_get_archive_meta(): initial implementation.midipix1-0/+35
2024-01-22ar mode: initial driver integration and skeleton implementation.midipix1-0/+12