aboutsummaryrefslogtreecommitdiff
path: root/libctf
AgeCommit message (Expand)AuthorFilesLines
2019-06-21libctf: fix ctf_open endianness problems with raw CTF filesNick Alcock2-9/+22
2019-06-21libctf: endianness fixesNick Alcock2-7/+18
2019-06-21libctf: unidentified type kinds on open are a sign of file corruptionNick Alcock2-0/+9
2019-06-21libctf: dump header offsets into the debugging outputNick Alcock2-0/+8
2019-06-21libctf: drop mmap()-based CTF data allocatorNick Alcock5-89/+32
2019-06-21libctf: handle errors on dynhash insertion betterNick Alcock3-12/+35
2019-06-14Regenerate with approved autotools versionAlan Modra2-1/+5
2019-06-07libctf: avoid strndupNick Alcock3-1/+7
2019-06-07libctf: explicitly cast more size_t types used in printf()sNick Alcock2-7/+17
2019-06-07libctf: mark various args as unused in the !HAVE_MMAP caseNick Alcock3-2/+7
2019-06-05libctf: eschew %zi format specifierNick Alcock3-6/+14
2019-06-04Use CHAR_BIT instead of NBBY in libctfTom Tromey2-6/+13
2019-06-04libctf: work on platforms without O_CLOEXEC.Nick Alcock5-0/+67
2019-06-04libctf: look for BSD versus GNU qsort_r signaturesNick Alcock10-85/+236
2019-06-04libctf: fix use-after-free in function dumpingNick Alcock2-1/+5
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi21-102/+865
2019-05-29Fix libctf build on non-ELF targets.Nick Alcock5-1/+156
2019-05-28libctf: build systemNick Alcock7-0/+9677
2019-05-28libctf: debug dumpingNick Alcock2-0/+599
2019-05-28libctf: labelsNick Alcock2-0/+142
2019-05-28libctf: library version enforcementNick Alcock3-0/+34
2019-05-28libctf: type copyingNick Alcock2-0/+493
2019-05-28libctf: lookups by name and symbolNick Alcock3-0/+377
2019-05-28libctf: core type lookupNick Alcock4-0/+1232
2019-05-28libctf: ELF file opening via BFDNick Alcock4-0/+376
2019-05-28libctf: mmappable archivesNick Alcock4-0/+786
2019-05-28libctf: openingNick Alcock3-0/+1741
2019-05-28libctf: creation functionsNick Alcock3-0/+1615
2019-05-28libctf: implementation definitions related to file creationNick Alcock2-0/+219
2019-05-28libctf: hashingNick Alcock3-0/+311
2019-05-28libctf: error handlingNick Alcock2-0/+97
2019-05-28libctf: low-level list manipulation and helper utilitiesNick Alcock4-0/+276
2019-05-28libctf: lowest-level memory allocation and debug-dumping wrappersNick Alcock3-0/+322