summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* elflint: Fix check_sysv_hash[64] sanity checks to not overflow.Mark Wielaard2018-08-182-2/+12
* unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-272-0/+10
* unstrip: Handle SHT_GROUP sections in ET_REL files.Mark Wielaard2018-07-272-1/+9
* elfcompress: Don't rewrite file if no section data needs to be updated.Mark Wielaard2018-07-242-3/+49
* elfcompress: Swap fchmod and fchown calls on new file.Mark Wielaard2018-07-222-4/+11
* readelf: Don't shadow index function from string.hMark Wielaard2018-07-052-7/+13
* Consolidate error.h inclusion in system.hRoss Burton2018-07-0518-19/+24
* libdw: Add dwarf_next_lines to read .debug_line tables without CUs.Mark Wielaard2018-06-292-37/+47
* libdw, readelf: Don't handle DW_FORM_data16 as expression block/location.Mark Wielaard2018-06-172-5/+15
* readelf: Check there are at least 4 bytes available for DWARF_FORM_block4.Mark Wielaard2018-06-172-1/+6
* readelf: Make sure print_form_data always consumes DW_FORM_strx[1234] data.Mark Wielaard2018-06-172-6/+11
* readelf: While printing .debug_loc make sure that next_off doesn't overflow.Mark Wielaard2018-06-162-1/+8
* readelf: Handle signedness of DW_FORM_implicit_const and DW_AT_const_value.Mark Wielaard2018-06-152-21/+108
* readelf: Return correct readp (or readendp) from print_form_data.Mark Wielaard2018-06-112-5/+10
* readelf: Fix bounds check in print_form_data.Mark Wielaard2018-06-112-7/+12
* readelf: Calculate max_entries instead of needed bytes (and overflowing).Mark Wielaard2018-06-112-6/+13
* readelf, libdw: Handle too many directories or files in the line table better.Mark Wielaard2018-06-102-0/+9
* readelf: Turn format_print_dwarf into print_dwarf_addr.Mark Wielaard2018-06-092-231/+212
* readelf: Always initialize .debug_addr unit_length, even without a header.Mark Wielaard2018-06-082-5/+7
* readelf: Set begin properly for DW_LLE_GNU_start_end_entry on addrx failure.Mark Wielaard2018-06-082-1/+6
* readelf: Don't leak lengths array when detecting an invalid hash chain.Mark Wielaard2018-06-082-2/+18
* readelf: Make room for DW_MACRO_hi_user opcode if used.Mark Wielaard2018-06-082-1/+6
* readelf: Lookup "no" translation for no_str, not "yes".Mark Wielaard2018-06-072-3/+9
* readelf: Don't allocate string with asprintf, but reuse buffer with sprintf.Mark Wielaard2018-06-042-106/+96
* readelf: Lookup gettext "yes" and "no" only once.Mark Wielaard2018-06-042-2/+17
* readelf: Call __fsetlocking (stdout, FSETLOCKING_BYCALLER).Mark Wielaard2018-06-042-0/+9
* libdw: Try both the relative and absolute paths when finding a .dwo file.Mark Wielaard2018-06-012-1/+17
* readelf: Fix .debug_types printing with implicit section_info.Mark Wielaard2018-06-012-6/+19
* readelf: Deal with combined normal and split dwarf DebugFission .debug_loc.Mark Wielaard2018-06-012-3/+16
* readelf: Use correct listptr when looking up next loc for locview attr.Mark Wielaard2018-05-312-1/+6
* libdw: Don't crash on invalid die in dwarf_dieoffset.Mark Wielaard2018-05-312-1/+5
* readelf, libdw: Add GNU DebugFission .debug_loc support.Mark Wielaard2018-05-312-6/+79
* readelf: Fix regression with multiple files and implicit debug_info reading.Mark Wielaard2018-05-312-1/+14
* libdw: Fix memory corruption in libdw_find_split_unit.Mark Wielaard2018-05-302-1/+6
* readelf: Handle .debug_str_offsets.Mark Wielaard2018-05-302-1/+221
* readelf handle .debug_addr section.Mark Wielaard2018-05-302-2/+277
* libdw: Handle .debug_loclists in dwarf_getlocation.Mark Wielaard2018-05-302-1/+8
* readelf: Handle .debug_loclists.Mark Wielaard2018-05-292-13/+568
* readelf: Find skeleton units when inspecting split .dwo (--dwarf-skeleton).Mark Wielaard2018-05-282-26/+257
* libdw: Handle .debug_rnglists in dwarf_ranges.Mark Wielaard2018-05-282-1/+4
* readelf: Add .debug_rnglists support.Mark Wielaard2018-05-272-15/+524
* libdw: Support DW_OP_addrx/constx and split DWARF addrx/constx support.Mark Wielaard2018-05-252-7/+66