aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix initiali state of DWARF v5 line number table in BFD libraryNick Clifton2024-04-291-4/+3
* memory leak in bfd/dwarf2.cAlan Modra2024-04-191-0/+2
* bfd: make _bfd_section_size_insane part of the public APIAndrew Burgess2024-03-251-2/+2
* Re: PR29785, memory bloat after b43771b045fbAlan Modra2024-02-211-4/+6
* PR29785, memory bloat after b43771b045fbSteinar H. Gunderson2024-02-151-5/+25
* Update year range in copyright notice of binutils filesAlan Modra2024-01-041-1/+1
* bfd_find_nearest_line leaks dwarf_rnglists_bufferKonstantin Isakov2023-12-111-0/+1
* Fix read_ranges for 32-bit longJoseph Myers2023-11-171-1/+1
* ubsan: dwarf2.c:2232:7: runtime error: index 16 out of boundsAlan Modra2023-04-121-5/+5
* Duplicate DW_AT_call_file leakAlan Modra2023-03-271-2/+5
* Enhance better_fit() function to prefer function symbols over non-function sy...Nick Clifton2023-02-241-15/+37
* Fix _bfd_elf_find_function so that it can cope with overlapping symbolsNick Clifton2023-02-231-22/+82
* Fix the BFD library's find_nearest_line feature to produce consistent results.Nick Clifton2023-02-231-15/+11
* Re: Resetting section vma after _bfd_dwarf2_find_nearest_lineAlan Modra2023-02-081-1/+1
* Resetting section vma after _bfd_dwarf2_find_nearest_lineAlan Modra2023-02-061-42/+33
* Fix a potential illegal memory access in the BFD library when parsing a corru...Nick Clifton2023-01-111-1/+1
* Set dwarf2 stash pointer earlierAlan Modra2023-01-101-2/+1
* addr2line out of memory on fuzzed fileAlan Modra2023-01-041-0/+8
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* bfd/dwarf2.c: allow use of DWARF5 directory entry 0Alan Modra2022-12-261-13/+10
* Fix illegal memory access parsing corrupt DWARF information.Nick Clifton2022-12-231-1/+2
* PR29925, Memory leak in find_abstract_instanceAlan Modra2022-12-221-12/+19
* PR29922, SHT_NOBITS section avoids section size sanity checkAlan Modra2022-12-211-3/+9
* PR28834, PR26946 sanity checking section sizeAlan Modra2022-11-111-13/+7
* ignore DWARF debug information for -gsplit-dwarf with dwarf-5Potharla, Rupesh2022-10-041-1/+11
* PR29573, addr2line doesn't display file/line for local symbolsAlan Modra2022-09-211-18/+16
* dwarf2.c: simplify best_fit_len testsAlan Modra2022-09-211-32/+22
* dwarf2.c: mangle_styleAlan Modra2022-09-211-11/+33
* dwarf2.c remove varinfo and funcinfo sec fieldAlan Modra2022-09-211-19/+3
* bfd: Add bfd_find_nearest_line_with_altAaron Merey2022-09-061-12/+55
* BFD library: Use entry 0 in directory and filename tables of DWARF-5 debug info.Nick Clifton2022-08-301-28/+58
* bfd: Fix minor bug in read_indexed_address function.rupothar2022-08-271-3/+3
* add splay tree for info_ptr -> CU mappingMartin Liska2022-08-081-10/+67
* dwarf: use find_abstract_instance for vars and DW_AT_specificationMartin Liska2022-08-081-15/+7
* Stop the linker from complaining about unrecognised DW_FORM-rnglistx and DW_F...Nick Clifton2022-07-291-0/+5
* PR29230, segv in lookup_symbol_in_variable_tableAlan Modra2022-06-151-9/+42
* asan: NULL deref in scan_unit_for_symbolsAlan Modra2022-06-021-24/+23
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-271-43/+40
* bfd: Add Support for DW_FORM_strx* and DW_FORM_addrx*Potharla, Rupesh2022-05-261-14/+268
* add a trie to map quickly from address range to compilation unitSteinar H. Gunderson2022-05-201-19/+367
* Revert commit 240d6706c6a2Alan Modra2022-04-031-62/+22
* bfd/Dwarf2: gas doesn't mangle namesJan Beulich2022-03-291-0/+1
* bfd/Dwarf2: make find-nearest-line returned function name consistentJan Beulich2022-03-291-2/+3
* Fix return code in _bfd_dwarf2_find_nearest_line().Steiner H Gunderson2022-03-221-1/+5
* Reduce O(n2) performance overhead when parsing DWARF unit information.Steiner H Gunderson2022-03-211-33/+60
* Stop the BFD library complaining about compressed dwarf debug string sections...Nick Clifton2022-02-021-2/+6
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR28691, validate dwarf attribute formAlan Modra2021-12-161-56/+128
* PR28674, objdump crashAlan Modra2021-12-101-1/+1
* Tidy commit 49910fd88dcdAlan Modra2021-07-101-6/+3