summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add backend support for C-SKYMao Han2019-07-173-2/+8
* libdwelf: Add dwelf_elf_e_machine_string and use it in readelf.Mark Wielaard2019-07-102-1/+11
* stack: Fix error message when dwfl_core_file_attach fails.Mark Wielaard2019-06-252-1/+5
* strip don't mmap debug output file.Mark Wielaard2019-06-242-1/+6
* readelf: Decode DW_AT_discr_list block attributes.Mark Wielaard2019-05-142-8/+102
* readelf: Clean up section lists after usage.Mark Wielaard2019-05-142-0/+19
* unstrip: Robustify gelf_getshdr and gelf_getsymshndx calls.Mark Wielaard2019-04-282-0/+10
* size: Robustify against gelf_getshdr returning NULL.Mark Wielaard2019-04-282-0/+13
* nm: Simplify naming of invalid sections, check shdr isn't NULL.Mark Wielaard2019-04-282-8/+11
* elfcmp: Handle bad sections without crashing.Mark Wielaard2019-04-282-3/+7
* readelf: Print DW_AT_data_member_location as decimal offset, not hex number.Mark Wielaard2019-04-102-1/+6
* readelf: print_debug_macinfo_section, check cus[0] is not the sentinel.Mark Wielaard2019-03-292-3/+8
* strip: Files with symbols referring to non-existing sections are illformedMark Wielaard2019-03-272-0/+5
* readelf: Check there is enough data to read DWARF line opcodes arguments.Mark Wielaard2019-02-011-4/+14
* strip: Fix check test for SHN_XINDEX symbol.Mark Wielaard2019-01-242-1/+5
* readelf: Don't go past end of line data reading unknown opcode parameters.Mark Wielaard2019-01-222-1/+7
* libdw: Check terminating NUL byte in dwarf_getsrclines for dir/file table.Mark Wielaard2019-01-222-2/+11
* libebl: Check NT_PLATFORM core notes contain a zero terminated string.Mark Wielaard2019-01-162-1/+5
* elflint: Allow PT_GNU_EH_FRAME segment to match SHT_X86_64_UNWIND section.Mark Wielaard2018-11-132-2/+9
* strip: Also handle gnu compressed debug sections with --reloc-debug-sectionsMark Wielaard2018-11-132-6/+28
* Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-133-2/+35
* Recognize NT_VERSION notes.Mark Wielaard2018-11-133-6/+29
* libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-092-5/+10
* strip: Add --reloc-debug-sections-only option.Mark Wielaard2018-11-062-6/+160
* strip: Extract code to update shdrstrndx into new common function.Mark Wielaard2018-11-062-45/+54
* strip: Split out debug section relocation into separate helper functions.Mark Wielaard2018-11-062-249/+299
* strip: Always copy over any phdrs if there are any.Mark Wielaard2018-11-062-28/+48
* unstrip: Add ELF_CHECK to make sure gelf_getehdr () doesn't return NULL.Mark Wielaard2018-11-022-0/+6
* Recognize and parse GNU Property notes.Mark Wielaard2018-10-293-2/+12
* addr2line: Use elf_getshdrstrndx not Ehdr field to print section name.Mark Wielaard2018-10-242-3/+8
* readelf: Use shstrndx to lookup section names.Mark Wielaard2018-10-242-35/+68
* readelf: Make sure readp is smaller than cieend in print_debug_frame_section.Mark Wielaard2018-10-201-2/+10
* readelf: Make sure readp is smaller than cieend in print_debug_frame_section.Mark Wielaard2018-10-201-0/+5
* Check sh_entsize is not zero.Mark Wielaard2018-10-202-1/+33
* size: Handle recursive ELF ar files.Mark Wielaard2018-10-202-2/+8
* arlib: Check that sh_entsize isn't zero.Mark Wielaard2018-10-202-0/+7
* ar: Assume epoch if ar_date is bogus.Mark Wielaard2018-10-202-2/+12
* findtextrel: Check that sh_entsize isn't zero.Mark Wielaard2018-10-202-10/+17
* readelf: Handle multiple .debug_macro sections and decode header flag.Mark Wielaard2018-10-192-3/+34
* unstrip: Renumber the group section indexes.Mark Wielaard2018-10-192-0/+18
* strip, unstrip: Handle SHT_GROUP correctly.Mark Wielaard2018-10-173-8/+76
* Handle ADD/SUB relocationsAndreas Schwab2018-10-132-4/+23
* readelf: Use elf_getshdrnum in print_shdr and print_phdr.Mark Wielaard2018-09-142-5/+25
* strip,unstrip: Use and set shdrstrndx consistently.Mark Wielaard2018-09-143-5/+66
* elflint: Use shnum and shstrndx instead of ehdr field directly.Mark Wielaard2018-09-142-3/+10
* elfcmp: Get, check and shdrstrndx for section names.Mark Wielaard2018-09-132-2/+22
* libebl: Use elf_getshdrstrndx in ebl_section_strip_p.Mark Wielaard2018-09-133-4/+9
* backends: Always use elf_getshdrstrndx in check_special_symbol.Mark Wielaard2018-09-132-2/+7
* strip: Handle mixed allocated/non-allocated sections.Mark Wielaard2018-08-302-15/+71
* libdw, readelf: Make sure there is enough data to read full aranges header.Mark Wielaard2018-08-182-0/+7