Searched refs:debug_section (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | dwarf1.c | 42 char* debug_section; member 367 eachDie = stash->debug_section + eachDieInfo.sibling; in parse_functions_in_unit() 480 stash->debug_section = bfd_alloc (abfd, size); in _bfd_dwarf1_find_nearest_line() 482 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line() 485 if (! bfd_get_section_contents (abfd, msec, stash->debug_section, in _bfd_dwarf1_find_nearest_line() 488 stash->debug_section = 0; in _bfd_dwarf1_find_nearest_line() 492 stash->debug_section_end = stash->debug_section + size; in _bfd_dwarf1_find_nearest_line() 493 stash->currentDie = stash->debug_section; in _bfd_dwarf1_find_nearest_line() 500 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line() 537 != stash->debug_section + aDieInfo.sibling) in _bfd_dwarf1_find_nearest_line() [all …]
|
| HD | coffgen.c | 1380 char *debug_section; in build_debug_section() local 1393 debug_section = bfd_alloc (abfd, sec_size); in build_debug_section() 1394 if (debug_section == NULL) in build_debug_section() 1403 || bfd_bread (debug_section, sec_size, abfd) != sec_size in build_debug_section() 1406 return debug_section; in build_debug_section() 1568 char *debug_section = NULL; in coff_get_normalized_symtab() local 1708 if (debug_section == NULL) in coff_get_normalized_symtab() 1709 debug_section = build_debug_section (abfd); in coff_get_normalized_symtab() 1711 (debug_section + internal_ptr->u.syment._n._n_n._n_offset); in coff_get_normalized_symtab()
|
| HD | xcofflink.c | 455 ret->debug_section = NULL; in _bfd_xcoff_bfd_link_hash_table_create() 852 if (xcoff_hash_table (info)->debug_section == NULL in xcoff_link_create_extra_sections() 862 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections() 2389 || o == xcoff_hash_table (info)->debug_section in xcoff_sweep() 3345 xcoff_hash_table (info)->debug_section->size = in bfd_xcoff_size_dynamic_sections() 5902 o = xcoff_hash_table (info)->debug_section; in _bfd_xcoff_bfd_final_link()
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | obj-coff.c | 179 static segT debug_section; in fetch_coff_debug_section() local 181 if (!debug_section) in fetch_coff_debug_section() 187 debug_section = s->section; in fetch_coff_debug_section() 189 return debug_section; in fetch_coff_debug_section()
|
| /NextBSD/contrib/binutils/include/coff/ |
| HD | xcoff.h | 339 asection *debug_section; member
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | hpread.c | 361 asection *pinfo_section, *debug_section, *header_section; in hpread_pxdb_needed() local 375 debug_section = bfd_get_section_by_name (sym_bfd, "$DEBUG$"); in hpread_pxdb_needed() 378 if (pinfo_section && !debug_section) in hpread_pxdb_needed() 1551 asection *pinfo_section, *debug_section, *header_section; in hpread_get_header() local 1578 debug_section = bfd_get_section_by_name (objfile->obfd, "$DEBUG$"); in hpread_get_header() 1580 if (debug_section) in hpread_get_header()
|