summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* elfclassify: Fix --no-stdin flagMark Wielaard2022-04-242-1/+5
* readelf: Define dyn_mem outside the while loop.Mark Wielaard2022-04-192-1/+5
* readelf: Don't consider padding DT_NULL as dynamic section entryDi Chen2022-04-192-6/+31
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-3012-288/+250
* elflint: Recognize NT_FDO_PACKAGING_METADATAMark Wielaard2022-03-252-0/+11
* addr2line: Make --absolute the default, add --relative option.Mark Wielaard2022-03-142-3/+18
* readelf: Workaround stringop-truncation errorMark Wielaard2021-12-092-1/+5
* libdw, readelf: Read inlining info in NVIDIA extended line mapJohn M Mellor-Crummey2021-11-102-0/+68
* elflint.c: Don't dereference databits if badMark Wielaard2021-10-062-1/+5
* findtextrel: do not use unbound allocaDmitry V. Levin2021-09-093-30/+30
* Use xasprintf instead of asprintf followed by error(EXIT_FAILURE)Dmitry V. Levin2021-09-094-23/+21
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-096-23/+29
* src: add -Wno-error=stack-usage= to AM_LDFLAGSDmitry V. Levin2021-09-092-1/+5
* debuginfod, elfclassify: remove unnecessary header inclusionSaleem Abdulrasool2021-08-272-1/+4
* readelf: Pull advance_pc() in file scopeTimm Bäder2021-07-152-7/+26
* 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-032-1/+5
* unstrip: Always check gelf_getrel[a] resultsMark Wielaard2021-07-032-0/+6
* strip: Always check gelf_update results.Mark Wielaard2021-07-032-4/+14
* elflint: fix undefined 'buffer_left' referenceSergei Trofimovich2021-06-072-1/+6
* elfcompress: fix exit status in case of an errorDmitry V. Levin2021-05-122-1/+4
* elfcompress: remove redundant assignmentDmitry V. Levin2021-05-122-1/+3
* elfcompress: fix exit status regression in case of "Nothing to do"Dmitry V. Levin2021-05-122-0/+5
* Come up with startswith function.Martin Liska2021-05-126-27/+32
* nm: Fix file descriptor leak on dwfl_begin failure.Mark Wielaard2021-04-132-0/+6
* unstrip: Fix small leak in handle_output_dir_module.Mark Wielaard2021-04-132-0/+6
* ar: Always close newfd in do_oper_insert.Mark Wielaard2021-04-132-0/+7
* readelf: Sanity check verneed and verdef offsets in handle_symtab.Mark Wielaard2021-03-032-1/+14
* elfcompress: Replace cleanup() with labelTimm Bäder2021-03-022-109/+112
* elfcompress: Pull get_sections() into file scopeTimm Bäder2021-03-012-10/+17
* elfcompress: Pull get_section() into file scopeTimm Bäder2021-03-012-6/+13
* elfcompress: Pull set_section() into file scopeTimm Bäder2021-03-012-7/+15
* unstrip: Remove nested next() functionTimm Bäder2021-03-012-8/+12
* unstrip: Pull warn() into file scopeTimm Bäder2021-03-012-15/+26
* unstrip: Inline find_unalloc_section() into only callerTimm Bäder2021-03-012-26/+27
* unstrip: Pull check_match() into file scopeTimm Bäder2021-03-012-12/+23
* unstrip: Pull adjust_reloc() into file scopeTimm Bäder2021-03-012-13/+21
* elflint: Pull left() in file scopeTimm Bäder2021-03-012-8/+15
* elflint: Pull pos() info file scopeTimm Bäder2021-03-012-19/+26
* readelf: Type DIE offset is from start of CU.Mark Wielaard2021-02-172-1/+6
* readelf, libdw: blocks aren't expressions for DWARF version 4Mark Wielaard2021-02-172-1/+8
* ar: Pull should_truncate_fname() into file scopeTimm Bäder2021-02-052-17/+24
* readelf: Remove show_op_index variableTimm Bäder2021-02-052-6/+8
* readelf: Pull regname() into file scopeTimm Bäder2021-01-302-18/+30
* readelf: Pull left() info file scopeTimm Bäder2021-01-302-7/+15
* readelf: Pull same_set() info file scopeTimm Bäder2021-01-302-10/+21
* readelf: Pull add_dump_section() into file scopeTimm Bäder2021-01-302-16/+24
* arlib-argp: Pull text_for_default() into file scopeTimm Bäder2021-01-292-10/+17
* addr2line: Pull show_note() and show_int() in file scopeTimm Bäder2021-01-292-21/+33
* strip: Remove no_symtab_updates() functionTimm Bäder2021-01-282-45/+35