aboutsummaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-16PR25827, Null pointer dereferencing in scan_unit_for_symbolsAlan Modra1-5/+7
2020-03-19Fix discrepancies in nm's --line-number output by adding support for the DW_A...Nick Clifton1-18/+68
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-19bfd_size_type to size_tAlan Modra1-22/+22
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-03PR25230, addr2line fails on dwz outputAlan Modra1-60/+156
2019-12-03PR25230, dwarf2.c per file stashAlan Modra1-246/+235
2019-12-03dwarf2.c: read_abbrevs fail cleanup, and offset checkingAlan Modra1-29/+22
2019-12-03dwarf2.c stash->sec_info_ptr and stash->secAlan Modra1-20/+4
2019-12-03_bfd_dwarf2_find_nearest_line comment fixAlan Modra1-3/+1
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra1-6/+13
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra1-7/+51
2019-10-14qsort: dwarf2.cAlan Modra1-5/+15
2019-10-11bfd/dwarf2.c: fix assertion failure in comp_unit_hash_infoMax Filippov1-2/+2
2019-10-09PR25070, SEGV in function _bfd_dwarf2_find_nearest_lineAlan Modra1-1/+10
2019-10-09PR25078, stack overflow in function find_abstract_instanceAlan Modra1-18/+17
2019-09-18bfd_asymbol_* macrosAlan Modra1-5/+5
2019-09-02Re: Memory leak in dwarf2.cAlan Modra1-18/+20
2019-09-02Memory leak in dwarf2.cAlan Modra1-7/+9
2019-08-19Fix N^2 behavior in _bfd_dwarf2_find_symbol_biasTom Tromey1-10/+46
2019-08-15Fix CU overrun in scan_unit_for_symbolsTom Tromey1-1/+1
2019-08-14PR24623, DWARF errorsAlan Modra1-110/+131
2019-08-14Use comp_unit_maybe_decode_line_info in more placesAlan Modra1-32/+5
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra1-13/+2
2019-05-28XCOFF linker segmentation faultAlan Modra1-2/+6
2019-04-03BFD whitespace fixesAlan Modra1-1/+1
2019-03-14Fix a buffer overrun error when attempting to parse corrupt DWARF information.Nick Clifton1-0/+9
2019-03-06Fix a segmentation fault triggered by disassembling an EFi file with source i...Nick Clifton1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-03Fix the handling of inlined frames in DWARF debug info.Millan Wolff1-1/+1
2018-09-20Bug 23686, two segment faults in nmAlan Modra1-1/+8
2018-09-14PR23425, unresolved symbol diagnosticAlan Modra1-1/+3
2018-07-24PR23430, Indices misspelledAlan Modra1-1/+1
2018-04-17Add a check for a NULL table pointer before attempting to compute a DWARF fil...Nick Clifton1-1/+1
2018-02-28Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks.Nick Clifton1-15/+21
2018-02-26ELF linker messagesAlan Modra1-31/+31
2018-02-19Don't use %llAlan Modra1-4/+4
2018-02-19%L conversionsAlan Modra1-10/+12
2018-02-06Allow the find_abstract_instance_name() function in the BFD library to also r...Paul Carroll1-10/+22
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-73/+73
2017-10-09PR22212, memory leak in nmAlan Modra1-0/+4
2017-10-01PR21957, addr2line incorrectly handles non-increasing sequences in line tableAlan Modra1-4/+3
2017-10-01PR22047, Heap out of bounds read in parse_comp_unitAlan Modra1-38/+15
2017-09-26Tidy reading data in read_formatted_entriesAlan Modra1-30/+7
2017-09-26Avoid needless resource usage when processing a corrupt DWARF directory or fi...Nick Clifton1-0/+10
2017-09-26PR22209, invalid memory read in find_abstract_instance_nameAlan Modra1-15/+43
2017-09-26PR22205, .debug_line file table NULL filenameAlan Modra1-22/+13
2017-09-26PR22204, Lack of DW_LNE_end_sequence causes "infinite" loopAlan Modra1-1/+1
2017-09-25PR22201, DW_AT_name with out of bounds referenceAlan Modra1-2/+4