Searched refs:debug_section (Results 1 – 10 of 10) sorted by relevance
45 bfd_byte *debug_section; member407 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()
1626 char *debug_section; in build_debug_section() local1647 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()
108 asection *debug_section; member1167 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()
45 bfd_byte *debug_section; member407 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()
1520 char *debug_section; in build_debug_section() local1541 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()
108 asection *debug_section; member1172 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()
235 static segT debug_section; in fetch_coff_debug_section() local237 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()
531 * elf.c (enum debug_section): Remove.534 * pecoff.c (enum debug_section): Remove.1070 (enum debug_section): Add ZDEBUG_xxx values.
177299 bfd: avoid a crash when debug_section isn't created in XCOFF177302 Add check to know if debug_section is initialized.