summaryrefslogtreecommitdiffstats
path: root/src/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.174'Ulf Hermann2018-10-111-13/+29
|\
| * readelf: Use elf_getshdrnum in print_shdr and print_phdr.Mark Wielaard2018-09-141-5/+20
| * libdw, readelf: Make sure there is enough data to read full aranges header.Mark Wielaard2018-08-181-0/+2
| * readelf: Don't shadow index function from string.hMark Wielaard2018-07-051-7/+7
| * Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+0
* | readlink: unlink temporary files after closing them, and avoid TMPDIRUlf Hermann2018-07-231-11/+16
* | Add O_BINARY to new open() callsUlf Hermann2018-07-201-1/+1
* | Merge tag 'elfutils-0.173'Ulf Hermann2018-07-131-647/+3313
|\|
| * libdw: Add dwarf_next_lines to read .debug_line tables without CUs.Mark Wielaard2018-06-291-37/+41
| * libdw, readelf: Don't handle DW_FORM_data16 as expression block/location.Mark Wielaard2018-06-171-5/+10
| * readelf: Check there are at least 4 bytes available for DWARF_FORM_block4.Mark Wielaard2018-06-171-1/+1
| * readelf: Make sure print_form_data always consumes DW_FORM_strx[1234] data.Mark Wielaard2018-06-171-6/+6
| * readelf: While printing .debug_loc make sure that next_off doesn't overflow.Mark Wielaard2018-06-161-1/+3
| * readelf: Handle signedness of DW_FORM_implicit_const and DW_AT_const_value.Mark Wielaard2018-06-151-21/+101
| * readelf: Return correct readp (or readendp) from print_form_data.Mark Wielaard2018-06-111-5/+5
| * readelf: Fix bounds check in print_form_data.Mark Wielaard2018-06-111-7/+7
| * readelf: Calculate max_entries instead of needed bytes (and overflowing).Mark Wielaard2018-06-111-6/+6
| * readelf, libdw: Handle too many directories or files in the line table better.Mark Wielaard2018-06-101-0/+4
| * readelf: Turn format_print_dwarf into print_dwarf_addr.Mark Wielaard2018-06-091-231/+192
| * readelf: Always initialize .debug_addr unit_length, even without a header.Mark Wielaard2018-06-081-5/+2
| * readelf: Set begin properly for DW_LLE_GNU_start_end_entry on addrx failure.Mark Wielaard2018-06-081-1/+1
| * readelf: Don't leak lengths array when detecting an invalid hash chain.Mark Wielaard2018-06-081-2/+12
| * readelf: Make room for DW_MACRO_hi_user opcode if used.Mark Wielaard2018-06-081-1/+1
| * readelf: Lookup "no" translation for no_str, not "yes".Mark Wielaard2018-06-071-3/+3
| * readelf: Don't allocate string with asprintf, but reuse buffer with sprintf.Mark Wielaard2018-06-041-106/+76
| * readelf: Lookup gettext "yes" and "no" only once.Mark Wielaard2018-06-041-2/+10
| * readelf: Call __fsetlocking (stdout, FSETLOCKING_BYCALLER).Mark Wielaard2018-06-041-0/+5
| * libdw: Try both the relative and absolute paths when finding a .dwo file.Mark Wielaard2018-06-011-1/+12
| * readelf: Fix .debug_types printing with implicit section_info.Mark Wielaard2018-06-011-6/+10
| * readelf: Deal with combined normal and split dwarf DebugFission .debug_loc.Mark Wielaard2018-06-011-3/+11
| * readelf: Use correct listptr when looking up next loc for locview attr.Mark Wielaard2018-05-311-1/+1
| * libdw: Don't crash on invalid die in dwarf_dieoffset.Mark Wielaard2018-05-311-1/+1
| * readelf, libdw: Add GNU DebugFission .debug_loc support.Mark Wielaard2018-05-311-6/+74
| * readelf: Fix regression with multiple files and implicit debug_info reading.Mark Wielaard2018-05-311-1/+9
| * libdw: Fix memory corruption in libdw_find_split_unit.Mark Wielaard2018-05-301-1/+1
| * readelf: Handle .debug_str_offsets.Mark Wielaard2018-05-301-1/+212
| * readelf handle .debug_addr section.Mark Wielaard2018-05-301-2/+265
| * libdw: Handle .debug_loclists in dwarf_getlocation.Mark Wielaard2018-05-301-1/+3
| * readelf: Handle .debug_loclists.Mark Wielaard2018-05-291-13/+549
| * readelf: Find skeleton units when inspecting split .dwo (--dwarf-skeleton).Mark Wielaard2018-05-281-26/+243
| * libdw: Handle .debug_rnglists in dwarf_ranges.Mark Wielaard2018-05-281-0/+2
| * readelf: Add .debug_rnglists support.Mark Wielaard2018-05-271-15/+511
| * libdw: Support DW_OP_addrx/constx and split DWARF addrx/constx support.Mark Wielaard2018-05-251-7/+57
| * readelf: print split CUs when given --debug-dump=info+Mark Wielaard2018-05-241-18/+89
| * libdw: Recognize GNU DebugFission split units.Mark Wielaard2018-05-191-1/+2
| * libdw: Add GNU DebugFission attributes, tags, forms and operands.Mark Wielaard2018-05-191-2/+18
| * libdw, readelf: Handle .debug_*.dwo section name variants.Mark Wielaard2018-05-191-11/+21
| * readelf: Fix 32bit compile issues.Mark Wielaard2018-05-151-5/+5
| * readelf, libdw: Handle DWARF5 .debug_macro.Mark Wielaard2018-05-151-45/+25
| * readelf: Add DWARF5 .debug_line support.Mark Wielaard2018-05-151-194/+517