Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf1.c45 bfd_byte *debug_section; member
376 eachDie = stash->debug_section + eachDieInfo.sibling; in parse_functions_in_unit()
489 stash->debug_section in _bfd_dwarf1_find_nearest_line()
493 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line()
496 stash->debug_section_end = stash->debug_section + size; in _bfd_dwarf1_find_nearest_line()
497 stash->currentDie = stash->debug_section; in _bfd_dwarf1_find_nearest_line()
505 if (! stash->debug_section) in _bfd_dwarf1_find_nearest_line()
544 != stash->debug_section + aDieInfo.sibling) in _bfd_dwarf1_find_nearest_line()
557 stash->currentDie = stash->debug_section + aDieInfo.sibling; in _bfd_dwarf1_find_nearest_line()
Dcoffgen.c1571 char *debug_section; in build_debug_section() local
1584 debug_section = (char *) bfd_alloc (abfd, sec_size); in build_debug_section()
1585 if (debug_section == NULL) in build_debug_section()
1594 || bfd_bread (debug_section, sec_size, abfd) != sec_size in build_debug_section()
1599 return debug_section; in build_debug_section()
Dxcofflink.c106 asection *debug_section; member
1112 if (xcoff_hash_table (info)->debug_section == NULL in xcoff_link_create_extra_sections()
1122 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
3011 || o == xcoff_hash_table (info)->debug_section in xcoff_sweep()
3959 xcoff_hash_table (info)->debug_section->size = in bfd_xcoff_size_dynamic_sections()
6399 o = xcoff_hash_table (info)->debug_section; in _bfd_xcoff_bfd_final_link()
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c249 static segT debug_section; in fetch_coff_debug_section() local
251 if (!debug_section) in fetch_coff_debug_section()
257 debug_section = s->section; in fetch_coff_debug_section()
259 return debug_section; in fetch_coff_debug_section()