summaryrefslogtreecommitdiffstats
path: root/src/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of "unlocked" variant of stdio print functionsMichael Pratt2024-10-171-45/+45
* readelf: Allow .gdb_index const table to be emptyMark Wielaard2024-09-101-1/+1
* readelf: Fix printing of .gdb_index symbol table offset.Mark Wielaard2024-09-071-1/+1
* readelf: Fix memory leak in print_hash_info()Maks Mishin2024-07-021-0/+1
* readelf: Fix printing of DW_FORM_strx and DW_MACRO parsingMark Wielaard2024-05-141-10/+3
* readelf: Use unsigned loop variables in handle_verneed and handle_verdefMark Wielaard2024-02-271-4/+4
* readelf: Don't print average number of tests when no tests are doneMark Wielaard2023-11-201-3/+4
* readelf: Support .gdb_index version 9Aaron Merey2023-11-021-3/+69
* libelf, readelf, elflint: Add RELR supportMark Wielaard2023-08-291-4/+121
* readelf: display dynamic symtab without section headersDi Chen2023-04-181-151/+377
* readelf: Handle NULL shdr in section_nameMark Wielaard2023-04-141-1/+1
* readelf: Fix use-after-free ebl pointer issueMark Wielaard2023-03-031-2/+3
* libdw, readelf, elflint: Add get_(u|s)leb128 guardsMark Wielaard2023-02-141-0/+14
* readelf: Fix set but not used parameterIlya Leoshkevich2023-02-091-12/+5
* readelf: Fix set but not used variableIlya Leoshkevich2023-02-081-2/+0
* readelf: Check compression status of .debug section dataMark Wielaard2023-01-161-102/+111
* support ZSTD compression algorithmMartin Liska2022-12-231-7/+11
* readelf: print warning for -sWMartin Liska2022-11-281-5/+18
* readelf: Check gelf_getdyn doesn't return NULLMark Wielaard2022-11-031-1/+1
* readelf: Check phdr != NULL or shdr != NULL in handle_dynamic.Mark Wielaard2022-11-031-5/+5
* readelf: add binutils-style --syms optionArsen Arsenović2022-10-301-0/+1
* readelf: Handle DW_LLE_GNU_view_pairMark Wielaard2022-10-271-0/+12
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* readelf: Handle SHT_RISCV_ATTRIBUTES like SHT_GNU_ATTRIBUTESAndreas Schwab2022-08-131-1/+3
* readelf: memrchr searches backwards but takes the start buf as argumentMark Wielaard2022-08-011-4/+4
* readelf: Support --dynamic with --use-dynamicDi Chen2022-08-011-26/+186
* readelf: Define dyn_mem outside the while loop.Mark Wielaard2022-04-191-1/+1
* readelf: Don't consider padding DT_NULL as dynamic section entryDi Chen2022-04-191-6/+25
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-301-99/+71
* readelf: Workaround stringop-truncation errorMark Wielaard2021-12-091-1/+1
* libdw, readelf: Read inlining info in NVIDIA extended line mapJohn M Mellor-Crummey2021-11-101-0/+62
* Use xasprintf instead of asprintf followed by error(EXIT_FAILURE)Dmitry V. Levin2021-09-091-8/+6
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-091-8/+6
* readelf: Pull advance_pc() in file scopeTimm Bäder2021-07-151-7/+19
* readelf: Handle line tables without line number statements correctlyMark Wielaard2021-07-041-1/+1
* readelf: Fix error message when two attribute names differ in in compare_list...Mark Wielaard2021-07-031-1/+1
* Come up with startswith function.Martin Liska2021-05-121-6/+5
* readelf: Sanity check verneed and verdef offsets in handle_symtab.Mark Wielaard2021-03-031-1/+9
* readelf: Type DIE offset is from start of CU.Mark Wielaard2021-02-171-1/+2
* readelf, libdw: blocks aren't expressions for DWARF version 4Mark Wielaard2021-02-171-1/+3
* readelf: Remove show_op_index variableTimm Bäder2021-02-051-6/+3
* readelf: Pull regname() into file scopeTimm Bäder2021-01-301-18/+24
* readelf: Pull left() info file scopeTimm Bäder2021-01-301-7/+9
* readelf: Pull same_set() info file scopeTimm Bäder2021-01-301-10/+15
* readelf: Pull add_dump_section() into file scopeTimm Bäder2021-01-301-16/+18
* src/readelf: use qsort instead of qsort_r.Érico Rolim2021-01-101-4/+10
* Handle SHF_GNU_RETAIN in eu-readelf and eu-elflint.Mark Wielaard2020-12-161-0/+2
* src: consistently use _(Str) instead of gettext(Str)Dmitry V. Levin2020-12-161-438/+438
* src: fix spelling typos in comments and ChangeLogDmitry V. Levin2020-12-121-3/+3
* src: fix spelling typos in argp help text and error diagnosticsDmitry V. Levin2020-12-121-1/+1