Searched refs:debug_sections (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c93 const struct dwarf_debug_section *debug_sections; member in struct:dwarf2_debug
687 if (! read_section (unit->abfd, &stash->debug_sections[debug_str],
749 stash->debug_sections + debug_str_alt,
797 stash->debug_sections + debug_info_alt,
888 if (! read_section (abfd, &stash->debug_sections[debug_abbrev],
1735 if (! read_section (abfd, &stash->debug_sections[debug_line],
2229 return read_section (unit->abfd, &stash->debug_sections[debug_ranges],
3384 find_debug_info (bfd *abfd, const struct dwarf_debug_section *debug_sections, argument
3392 look = debug_sections[debug_info].uncompressed_name;
3397 look = debug_sections[debug_inf
3881 _bfd_dwarf2_slurp_debug_info(bfd *abfd, bfd *debug_bfd, const struct dwarf_debug_section *debug_sections, asymbol **symbols, void **pinfo, bfd_boolean do_place) argument
4079 _bfd_dwarf2_find_nearest_line(bfd *abfd, asymbol **symbols, asymbol *symbol, asection *section, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *linenumber_ptr, unsigned int *discriminator_ptr, const struct dwarf_debug_section *debug_sections, unsigned int addr_size, void **pinfo) argument
[all...]
H A Dcoffgen.c2226 const struct dwarf_debug_section *debug_sections)
2253 line_ptr, NULL, debug_sections, 0,
2272 line_ptr, NULL, debug_sections, 0,
2219 coff_find_nearest_line_with_names(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr, const struct dwarf_debug_section *debug_sections) argument
/haiku-buildtools/binutils/gas/config/
H A Dobj-macho.c726 static const char * const debug_sections[] = variable
757 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1);
/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c801 } debug_sections [] = local
825 && i < (int) ARRAY_SIZE (debug_sections)
826 && debug_sections [i].name != NULL
827 && strncmp (&name [1], debug_sections [i].name,
828 debug_sections [i].len) == 0)

Completed in 110 milliseconds