aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-serialize.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-19libctf: make ctf_serialize() actually serializeNick Alcock1-229/+105
2024-04-19libctf: rethink strtab writeoutNick Alcock1-11/+11
2024-04-19libctf: replace 'pending refs' abstractionNick Alcock1-5/+5
2024-04-19Revert "libctf: do not corrupt strings across ctf_serialize"Nick Alcock1-23/+1
2024-04-19libctf: delete LCTF_DIRTYNick Alcock1-5/+0
2024-04-19libctf: support addition of types to dicts read via ctf_open()Nick Alcock1-3/+48
2024-04-19libctf: remove static/dynamic name lookup distinctionNick Alcock1-4/+4
2024-04-17libctf warningsAlan Modra1-5/+3
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-06-21libctf: avoid mingw warningNick Alcock1-1/+1
2022-03-23libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging optionNick Alcock1-96/+100
2022-03-23include, libctf, ld: extend variable section to contain functions tooNick Alcock1-11/+12
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-03-25libctf, serialize: functions with no args have a NULL dtd_vlenNick Alcock1-1/+3
2021-03-18libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock1-58/+59
2021-03-18libctf: eliminate dtd_u, part 4: enumsNick Alcock1-22/+17
2021-03-18libctf: do not corrupt strings across ctf_serializeNick Alcock1-1/+23
2021-03-18libctf: don't lose track of all valid types upon serializationNick Alcock1-0/+1
2021-03-18libctf: eliminate dtd_u, part 3: functionsNick Alcock1-13/+3
2021-03-18libctf: eliminate dtd_u, part 2: arraysNick Alcock1-6/+2
2021-03-18libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock1-16/+3
2021-03-18libctf: split up ctf_serializeNick Alcock1-317/+412
2021-03-18libctf: split serialization and file writeout into its own fileNick Alcock1-0/+1332