Home
last modified time | relevance | path

Searched refs:debug_section (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf1.c42 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 …]
H A Dcoffgen.c1380 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()
H A Dxcofflink.c455 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()
861 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
2388 || o == xcoff_hash_table (info)->debug_section in xcoff_sweep()
3344 xcoff_hash_table (info)->debug_section->size = in bfd_xcoff_size_dynamic_sections()
5901 o = xcoff_hash_table (info)->debug_section; in _bfd_xcoff_bfd_final_link()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Ddwarf1.c41 char* debug_section; member
386 eachDie = stash->debug_section + eachDieInfo.sibling;
506 stash->debug_section = (char *) bfd_alloc (abfd, size);
508 if (! stash->debug_section)
511 if (! bfd_get_section_contents (abfd, msec, stash->debug_section,
514 stash->debug_section = 0;
518 stash->debug_section_end = stash->debug_section + size;
519 stash->currentDie = stash->debug_section;
526 if (! stash->debug_section)
565 != stash->debug_section + aDieInfo.sibling)
[all …]
H A Dcoffgen.c1528 char *debug_section; local
1541 debug_section = (PTR) bfd_alloc (abfd, sec_size);
1542 if (debug_section == NULL)
1551 || bfd_bread (debug_section, sec_size, abfd) != sec_size
1554 return debug_section;
1726 char *debug_section = NULL; local
1870 if (debug_section == NULL)
1871 debug_section = build_debug_section (abfd);
1873 (debug_section + internal_ptr->u.syment._n._n_n._n_offset);
H A Dxcofflink.c496 ret->debug_section = NULL;
987 if (xcoff_hash_table (info)->debug_section == NULL in xcoff_link_create_extra_sections()
997 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
2505 || o == xcoff_hash_table (info)->debug_section
3213 xcoff_hash_table (info)->debug_section->_raw_size =
4125 o = xcoff_hash_table (info)->debug_section;
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-coff.c179 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()
/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dxcoff.h339 asection *debug_section; member
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Dxcoff.h339 asection *debug_section; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dhpread.c359 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()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c271 static segT debug_section; in fetch_coff_debug_section() local
272 if (!debug_section) in fetch_coff_debug_section()
277 debug_section = s->section; in fetch_coff_debug_section()
279 return debug_section; in fetch_coff_debug_section()