| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | elflint: Fix check_sysv_hash[64] sanity checks to not overflow. | Mark Wielaard | 2018-08-18 | 2 | -2/+12 |
* | unstrip: Also check sh_size in compare_unalloc_sections. | Mark Wielaard | 2018-07-27 | 2 | -0/+10 |
* | unstrip: Handle SHT_GROUP sections in ET_REL files. | Mark Wielaard | 2018-07-27 | 2 | -1/+9 |
* | elfcompress: Don't rewrite file if no section data needs to be updated. | Mark Wielaard | 2018-07-24 | 2 | -3/+49 |
* | elfcompress: Swap fchmod and fchown calls on new file. | Mark Wielaard | 2018-07-22 | 2 | -4/+11 |
* | readelf: Don't shadow index function from string.h | Mark Wielaard | 2018-07-05 | 2 | -7/+13 |
* | Consolidate error.h inclusion in system.h | Ross Burton | 2018-07-05 | 18 | -19/+24 |
* | libdw: Add dwarf_next_lines to read .debug_line tables without CUs. | Mark Wielaard | 2018-06-29 | 2 | -37/+47 |
* | libdw, readelf: Don't handle DW_FORM_data16 as expression block/location. | Mark Wielaard | 2018-06-17 | 2 | -5/+15 |
* | readelf: Check there are at least 4 bytes available for DWARF_FORM_block4. | Mark Wielaard | 2018-06-17 | 2 | -1/+6 |
* | readelf: Make sure print_form_data always consumes DW_FORM_strx[1234] data. | Mark Wielaard | 2018-06-17 | 2 | -6/+11 |
* | readelf: While printing .debug_loc make sure that next_off doesn't overflow. | Mark Wielaard | 2018-06-16 | 2 | -1/+8 |
* | readelf: Handle signedness of DW_FORM_implicit_const and DW_AT_const_value. | Mark Wielaard | 2018-06-15 | 2 | -21/+108 |
* | readelf: Return correct readp (or readendp) from print_form_data. | Mark Wielaard | 2018-06-11 | 2 | -5/+10 |
* | readelf: Fix bounds check in print_form_data. | Mark Wielaard | 2018-06-11 | 2 | -7/+12 |
* | readelf: Calculate max_entries instead of needed bytes (and overflowing). | Mark Wielaard | 2018-06-11 | 2 | -6/+13 |
* | readelf, libdw: Handle too many directories or files in the line table better. | Mark Wielaard | 2018-06-10 | 2 | -0/+9 |
* | readelf: Turn format_print_dwarf into print_dwarf_addr. | Mark Wielaard | 2018-06-09 | 2 | -231/+212 |
* | readelf: Always initialize .debug_addr unit_length, even without a header. | Mark Wielaard | 2018-06-08 | 2 | -5/+7 |
* | readelf: Set begin properly for DW_LLE_GNU_start_end_entry on addrx failure. | Mark Wielaard | 2018-06-08 | 2 | -1/+6 |
* | readelf: Don't leak lengths array when detecting an invalid hash chain. | Mark Wielaard | 2018-06-08 | 2 | -2/+18 |
* | readelf: Make room for DW_MACRO_hi_user opcode if used. | Mark Wielaard | 2018-06-08 | 2 | -1/+6 |
* | readelf: Lookup "no" translation for no_str, not "yes". | Mark Wielaard | 2018-06-07 | 2 | -3/+9 |
* | readelf: Don't allocate string with asprintf, but reuse buffer with sprintf. | Mark Wielaard | 2018-06-04 | 2 | -106/+96 |
* | readelf: Lookup gettext "yes" and "no" only once. | Mark Wielaard | 2018-06-04 | 2 | -2/+17 |
* | readelf: Call __fsetlocking (stdout, FSETLOCKING_BYCALLER). | Mark Wielaard | 2018-06-04 | 2 | -0/+9 |
* | libdw: Try both the relative and absolute paths when finding a .dwo file. | Mark Wielaard | 2018-06-01 | 2 | -1/+17 |
* | readelf: Fix .debug_types printing with implicit section_info. | Mark Wielaard | 2018-06-01 | 2 | -6/+19 |
* | readelf: Deal with combined normal and split dwarf DebugFission .debug_loc. | Mark Wielaard | 2018-06-01 | 2 | -3/+16 |
* | readelf: Use correct listptr when looking up next loc for locview attr. | Mark Wielaard | 2018-05-31 | 2 | -1/+6 |
* | libdw: Don't crash on invalid die in dwarf_dieoffset. | Mark Wielaard | 2018-05-31 | 2 | -1/+5 |
* | readelf, libdw: Add GNU DebugFission .debug_loc support. | Mark Wielaard | 2018-05-31 | 2 | -6/+79 |
* | readelf: Fix regression with multiple files and implicit debug_info reading. | Mark Wielaard | 2018-05-31 | 2 | -1/+14 |
* | libdw: Fix memory corruption in libdw_find_split_unit. | Mark Wielaard | 2018-05-30 | 2 | -1/+6 |
* | readelf: Handle .debug_str_offsets. | Mark Wielaard | 2018-05-30 | 2 | -1/+221 |
* | readelf handle .debug_addr section. | Mark Wielaard | 2018-05-30 | 2 | -2/+277 |
* | libdw: Handle .debug_loclists in dwarf_getlocation. | Mark Wielaard | 2018-05-30 | 2 | -1/+8 |
* | readelf: Handle .debug_loclists. | Mark Wielaard | 2018-05-29 | 2 | -13/+568 |
* | readelf: Find skeleton units when inspecting split .dwo (--dwarf-skeleton). | Mark Wielaard | 2018-05-28 | 2 | -26/+257 |
* | libdw: Handle .debug_rnglists in dwarf_ranges. | Mark Wielaard | 2018-05-28 | 2 | -1/+4 |
* | readelf: Add .debug_rnglists support. | Mark Wielaard | 2018-05-27 | 2 | -15/+524 |
* | libdw: Support DW_OP_addrx/constx and split DWARF addrx/constx support. | Mark Wielaard | 2018-05-25 | 2 | -7/+66 |
* | readelf: print split CUs when given --debug-dump=info+ | Mark Wielaard | 2018-05-24 | 2 | -18/+101 |
* | libdw: Recognize GNU DebugFission split units. | Mark Wielaard | 2018-05-19 | 2 | -1/+7 |
* | libdw: Add GNU DebugFission attributes, tags, forms and operands. | Mark Wielaard | 2018-05-19 | 2 | -2/+27 |
* | libdw, readelf: Handle .debug_*.dwo section name variants. | Mark Wielaard | 2018-05-19 | 2 | -11/+25 |
* | elflint: fix typo in error diagnostics | Dmitry V. Levin | 2018-05-15 | 2 | -2/+6 |
* | readelf: Fix 32bit compile issues. | Mark Wielaard | 2018-05-15 | 2 | -5/+11 |
* | readelf, libdw: Handle DWARF5 .debug_macro. | Mark Wielaard | 2018-05-15 | 2 | -45/+30 |
* | readelf: Add DWARF5 .debug_line support. | Mark Wielaard | 2018-05-15 | 2 | -194/+528 |