summaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
Commit message (Expand)AuthorAgeFilesLines
* bfd: avoid "shadowing" of glibc function nameJan Beulich2021-03-231-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-4/+4
* DWARF: Check version >= 3 for DW_FORM_ref_addrH.J. Lu2021-03-181-1/+1
* Add support for the DW_FORM_strx* forms to the BFD library.Nick Clifton2021-03-051-38/+67
* Fix the BFD library's parsing of DIEs where specification attributes can refe...Nick Clifton2021-03-021-26/+107
* DWARF-5: Ignore empty range in DWARF-5 line number tablesH.J. Lu2021-01-241-3/+0
* DWARF-5: Fix parsing DWARF-5 line number tablesH.J. Lu2021-01-231-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Prevent a memory allocation failure when parsing corrupt DWARF debug sections.Nick Clifton2020-11-261-6/+19
* Include members in the variable table used when resolving DW_AT_specification...Nick Clifton2020-08-291-2/+3
* Fix the linker's handling of DWARF-5 line number tables.Mark Wielaard2020-08-251-2/+124
* bfd: Handle DW_FORM_data16 for .debug_line tables containing MD5Mark Wielaard2020-08-241-2/+19
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-30/+13
* PR25827, Null pointer dereferencing in scan_unit_for_symbolsAlan Modra2020-04-161-5/+7
* Fix discrepancies in nm's --line-number output by adding support for the DW_A...Nick Clifton2020-03-191-18/+68
* Indent labelsAlan Modra2020-02-261-1/+1
* bfd_size_type to size_tAlan Modra2020-02-191-22/+22
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* PR25230, addr2line fails on dwz outputAlan Modra2019-12-031-60/+156
* PR25230, dwarf2.c per file stashAlan Modra2019-12-031-246/+235
* dwarf2.c: read_abbrevs fail cleanup, and offset checkingAlan Modra2019-12-031-29/+22
* dwarf2.c stash->sec_info_ptr and stash->secAlan Modra2019-12-031-20/+4
* _bfd_dwarf2_find_nearest_line comment fixAlan Modra2019-12-031-3/+1
* PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra2019-11-271-6/+13
* PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra2019-11-271-7/+51
* qsort: dwarf2.cAlan Modra2019-10-141-5/+15
* bfd/dwarf2.c: fix assertion failure in comp_unit_hash_infoMax Filippov2019-10-111-2/+2
* PR25070, SEGV in function _bfd_dwarf2_find_nearest_lineAlan Modra2019-10-091-1/+10
* PR25078, stack overflow in function find_abstract_instanceAlan Modra2019-10-091-18/+17
* bfd_asymbol_* macrosAlan Modra2019-09-181-5/+5
* Re: Memory leak in dwarf2.cAlan Modra2019-09-021-18/+20
* Memory leak in dwarf2.cAlan Modra2019-09-021-7/+9
* Fix N^2 behavior in _bfd_dwarf2_find_symbol_biasTom Tromey2019-08-191-10/+46
* Fix CU overrun in scan_unit_for_symbolsTom Tromey2019-08-151-1/+1
* PR24623, DWARF errorsAlan Modra2019-08-141-110/+131
* Use comp_unit_maybe_decode_line_info in more placesAlan Modra2019-08-141-32/+5
* Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra2019-08-141-13/+2
* XCOFF linker segmentation faultAlan Modra2019-05-281-2/+6
* BFD whitespace fixesAlan Modra2019-04-031-1/+1
* Fix a buffer overrun error when attempting to parse corrupt DWARF information.Nick Clifton2019-03-141-0/+9
* Fix a segmentation fault triggered by disassembling an EFi file with source i...Nick Clifton2019-03-061-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Fix the handling of inlined frames in DWARF debug info.Millan Wolff2018-10-031-1/+1
* Bug 23686, two segment faults in nmAlan Modra2018-09-201-1/+8
* PR23425, unresolved symbol diagnosticAlan Modra2018-09-141-1/+3
* PR23430, Indices misspelledAlan Modra2018-07-241-1/+1
* Add a check for a NULL table pointer before attempting to compute a DWARF fil...Nick Clifton2018-04-171-1/+1
* Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks.Nick Clifton2018-02-281-15/+21
* ELF linker messagesAlan Modra2018-02-261-31/+31
* Don't use %llAlan Modra2018-02-191-4/+4