summaryrefslogtreecommitdiff
path: root/src/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* readelf: Support showing view pairs in loclists as GNU extension.Mark Wielaard2020-10-021-8/+70
* libdw,readelf: Recognize DW_CFA_AARCH64_negate_ra_stateMark Wielaard2020-09-071-5/+8
* readelf: base address entry can be firstMark Wielaard2020-09-071-2/+14
* readelf: It is not an error if there are no line number statementsMark Wielaard2020-08-261-1/+7
* libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.Mark Wielaard2020-04-221-2/+7
* elflint, readelf: enhance error diagnosticsDmitry V. Levin2019-10-041-1/+1
* readelf: Add --dyn-sym option.Mark Wielaard2019-09-101-1/+13
* readelf: Actually dump hex or strings when -p or -x get section number.Mark Wielaard2019-08-291-0/+1
* readelf: Add optional "SECTION" argument for --notes.Mark Wielaard2019-08-261-1/+12
* Add backend support for C-SKYMao Han2019-07-171-1/+3
* libdwelf: Add dwelf_elf_e_machine_string and use it in readelf.Mark Wielaard2019-07-101-1/+6