summaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* %L conversionsAlan Modra2018-02-191-10/+12
* Allow the find_abstract_instance_name() function in the BFD library to also r...Paul Carroll2018-02-061-10/+22
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-73/+73
* PR22212, memory leak in nmAlan Modra2017-10-091-0/+4
* PR21957, addr2line incorrectly handles non-increasing sequences in line tableAlan Modra2017-10-011-4/+3
* PR22047, Heap out of bounds read in parse_comp_unitAlan Modra2017-10-011-38/+15
* Tidy reading data in read_formatted_entriesAlan Modra2017-09-261-30/+7
* Avoid needless resource usage when processing a corrupt DWARF directory or fi...Nick Clifton2017-09-261-0/+10