Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf1.c45 bfd_byte *debug_section; member
407 eachDie = stash->debug_section + eachDieInfo.sibling; in parse_functions_in_unit()
521 stash->debug_section in _bfd_dwarf1_find_nearest_line()
525 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line()
528 stash->debug_section_end = stash->debug_section + size; in _bfd_dwarf1_find_nearest_line()
529 stash->currentDie = stash->debug_section; in _bfd_dwarf1_find_nearest_line()
537 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line()
576 != stash->debug_section + aDieInfo.sibling) in _bfd_dwarf1_find_nearest_line()
589 stash->currentDie = stash->debug_section + aDieInfo.sibling; in _bfd_dwarf1_find_nearest_line()
605 free (stash->debug_section); in _bfd_dwarf1_cleanup_debug_info()
H A Dcoffgen.c1626 char *debug_section; in build_debug_section() local
1647 debug_section = (char *) _bfd_alloc_and_read (abfd, sec_size + 1, sec_size); in build_debug_section()
1648 if (debug_section == NULL) in build_debug_section()
1650 debug_section[sec_size] = 0; in build_debug_section()
1656 return debug_section; in build_debug_section()
H A Dxcofflink.c108 asection *debug_section; member
1167 if (xcoff_hash_table (info)->debug_section == NULL in xcoff_link_create_extra_sections()
1177 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
3194 || o == xcoff_hash_table (info)->debug_section in xcoff_sweep()
4236 && xcoff_hash_table (info)->debug_section != NULL) in bfd_xcoff_build_dynamic_sections()
4237 xcoff_hash_table (info)->debug_section->size = in bfd_xcoff_build_dynamic_sections()
7524 o = xcoff_hash_table (info)->debug_section; in _bfd_xcoff_bfd_final_link()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf1.c45 bfd_byte *debug_section; member
407 eachDie = stash->debug_section + eachDieInfo.sibling; in parse_functions_in_unit()
520 stash->debug_section in _bfd_dwarf1_find_nearest_line()
524 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line()
527 stash->debug_section_end = stash->debug_section + size; in _bfd_dwarf1_find_nearest_line()
528 stash->currentDie = stash->debug_section; in _bfd_dwarf1_find_nearest_line()
536 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line()
575 != stash->debug_section + aDieInfo.sibling) in _bfd_dwarf1_find_nearest_line()
588 stash->currentDie = stash->debug_section + aDieInfo.sibling; in _bfd_dwarf1_find_nearest_line()
H A Dcoffgen.c1520 char *debug_section; in build_debug_section() local
1541 debug_section = (char *) _bfd_alloc_and_read (abfd, sec_size, sec_size); in build_debug_section()
1542 if (debug_section == NULL) in build_debug_section()
1549 return debug_section; in build_debug_section()
H A Dxcofflink.c108 asection *debug_section; member
1172 if (xcoff_hash_table (info)->debug_section == NULL in xcoff_link_create_extra_sections()
1182 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
3205 || o == xcoff_hash_table (info)->debug_section in xcoff_sweep()
4245 && xcoff_hash_table (info)->debug_section != NULL) in bfd_xcoff_build_dynamic_sections()
4246 xcoff_hash_table (info)->debug_section->size = in bfd_xcoff_build_dynamic_sections()
7531 o = xcoff_hash_table (info)->debug_section; in _bfd_xcoff_bfd_final_link()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff.c235 static segT debug_section; in fetch_coff_debug_section() local
237 if (!debug_section) in fetch_coff_debug_section()
243 debug_section = s->section; in fetch_coff_debug_section()
245 return debug_section; in fetch_coff_debug_section()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-coff.c235 static segT debug_section; in fetch_coff_debug_section() local
237 if (!debug_section) in fetch_coff_debug_section()
243 debug_section = s->section; in fetch_coff_debug_section()
245 return debug_section; in fetch_coff_debug_section()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A DChangeLog531 * elf.c (enum debug_section): Remove.
534 * pecoff.c (enum debug_section): Remove.
1070 (enum debug_section): Add ZDEBUG_xxx values.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git177299 bfd: avoid a crash when debug_section isn't created in XCOFF
177302 Add check to know if debug_section is initialized.