Searched refs:debug_section (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | 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 …]
|
| D | 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()
|
| D | xcofflink.c | 454 ret->debug_section = NULL; in _bfd_xcoff_bfd_link_hash_table_create() 851 if (xcoff_hash_table (info)->debug_section == NULL in xcoff_link_create_extra_sections() 860 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections() 2387 || o == xcoff_hash_table (info)->debug_section in xcoff_sweep() 3343 xcoff_hash_table (info)->debug_section->size = in bfd_xcoff_size_dynamic_sections() 5900 o = xcoff_hash_table (info)->debug_section; in _bfd_xcoff_bfd_final_link()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | xcoff.h | 339 asection *debug_section; member
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | hpread.c | 359 asection *pinfo_section, *debug_section, *header_section; in hpread_pxdb_needed() local 373 debug_section = bfd_get_section_by_name (sym_bfd, "$DEBUG$"); in hpread_pxdb_needed() 376 if (pinfo_section && !debug_section) in hpread_pxdb_needed() 1549 asection *pinfo_section, *debug_section, *header_section; in hpread_get_header() local 1576 debug_section = bfd_get_section_by_name (objfile->obfd, "$DEBUG$"); in hpread_get_header() 1578 if (debug_section) in hpread_get_header()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-coff.c | 183 static segT debug_section; in fetch_coff_debug_section() local 185 if (!debug_section) in fetch_coff_debug_section() 191 debug_section = s->section; in fetch_coff_debug_section() 193 return debug_section; in fetch_coff_debug_section()
|