Searched refs:dsec (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | rddbg.c | 351 asection *dsec; in read_ieee_debugging_info() local 358 dsec = bfd_get_section_by_name (abfd, ".debug"); in read_ieee_debugging_info() 359 if (dsec == NULL) in read_ieee_debugging_info() 362 size = bfd_section_size (abfd, dsec); in read_ieee_debugging_info() 364 if (! bfd_get_section_contents (abfd, dsec, contents, 0, size)) in read_ieee_debugging_info()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | xcofflink.c | 1099 asection *dsec; in xcoff_link_create_extra_sections() local 1103 dsec = bfd_make_section_anyway_with_flags (abfd, ".ds", flags); in xcoff_link_create_extra_sections() 1104 if (dsec == NULL) in xcoff_link_create_extra_sections() 1107 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections() 1108 dsec->alignment_power = 2; in xcoff_link_create_extra_sections() 1115 asection *dsec; in xcoff_link_create_extra_sections() local 1118 dsec = bfd_make_section_anyway_with_flags (abfd, ".debug", flags); in xcoff_link_create_extra_sections() 1119 if (dsec == NULL) in xcoff_link_create_extra_sections() 1122 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
|
D | coffcode.h | 3192 asection *dsec; in coff_compute_section_file_positions() local 3194 dsec = bfd_make_section_old_way (abfd, DOT_DEBUG); in coff_compute_section_file_positions() 3195 if (dsec == NULL) in coff_compute_section_file_positions() 3197 dsec->size = sz; in coff_compute_section_file_positions() 3198 dsec->flags |= SEC_HAS_CONTENTS; in coff_compute_section_file_positions()
|
D | elflink.c | 11843 asection *dsec; in _bfd_elf_gc_mark_extra_sections() local 11851 for (dsec = ibfd->sections; dsec != NULL; dsec = dsec->next) in _bfd_elf_gc_mark_extra_sections() 11855 if (dsec->gc_mark == 0 in _bfd_elf_gc_mark_extra_sections() 11856 || (dsec->flags & SEC_DEBUGGING) == 0) in _bfd_elf_gc_mark_extra_sections() 11859 dlen = strlen (dsec->name); in _bfd_elf_gc_mark_extra_sections() 11862 && strncmp (dsec->name + (dlen - ilen), in _bfd_elf_gc_mark_extra_sections() 11865 dsec->gc_mark = 0; in _bfd_elf_gc_mark_extra_sections()
|
D | elf64-ppc.c | 7411 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section; in adjust_opd_syms() local 7412 if (dsec == NULL) in adjust_opd_syms() 7414 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next) in adjust_opd_syms() 7415 if (discarded_section (dsec)) in adjust_opd_syms() 7417 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec; in adjust_opd_syms() 7422 eh->elf.root.u.def.section = dsec; in adjust_opd_syms()
|