Home
last modified time | relevance | path

Searched refs:debug_sections (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c93 const struct dwarf_debug_section *debug_sections; member
636 if (! read_section (unit->abfd, &stash->debug_sections[debug_str], in read_indirect_string()
689 stash->debug_sections + debug_str_alt, in read_alt_indirect_string()
735 stash->debug_sections + debug_info_alt, in read_alt_indirect_ref()
817 if (! read_section (abfd, &stash->debug_sections[debug_abbrev], in read_abbrevs()
1554 if (! read_section (abfd, &stash->debug_sections[debug_line], in decode_line_info()
1985 return read_section (unit->abfd, &stash->debug_sections[debug_ranges], in read_debug_ranges()
2968 find_debug_info (bfd *abfd, const struct dwarf_debug_section *debug_sections, in find_debug_info() argument
2976 look = debug_sections[debug_info].uncompressed_name; in find_debug_info()
2981 look = debug_sections[debug_info].compressed_name; in find_debug_info()
[all …]
DChangeLog-2011768 * dwarf2.c (struct dwarf2_debug): Add field debug_sections.
776 (find_debug_info): Add debug_sections parameter. Use it instead
779 (find_line): Add debug_sections argument. Initialize
780 debug_sections field of stash from it.
782 (_bfd_dwarf2_find_nearest_line): Add debug_sections argument.
790 (_bfd_dwarf2_find_nearest_line): Add debug_sections argument.
Dcoffgen.c2282 const struct dwarf_debug_section *debug_sections) in coff_find_nearest_line_with_names() argument
2309 line_ptr, NULL, debug_sections, 0, in coff_find_nearest_line_with_names()
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-macho.c736 static const char * const debug_sections[] = variable
767 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1); in obj_mach_o_debug_section()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-201196 (debug_sections): New.