Home
last modified time | relevance | path

Searched refs:dsec (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dmandocdb.c98 char *dsec; /* section from directory */ member
580 char *dsec, *arch, *fsec, *cp; in treescan() local
595 dsec = arch = NULL; in treescan()
672 strncmp(fsec, dsec, strlen(dsec))) || in treescan()
689 mlink->dsec = dsec; in treescan()
720 dsec = NULL; in treescan()
726 dsec = cp + 3; in treescan()
729 dsec = cp + 3; in treescan()
732 dsec = NULL; in treescan()
735 if (dsec != NULL || use_all) in treescan()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Delf.c4602 struct debug_section_info *dsec; in elf_add() local
4605 dsec = &sections[i]; in elf_add()
4607 dsec = &zsections[i]; in elf_add()
4612 dsec->offset, dsec->size, error_callback, data, in elf_add()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dxcofflink.c1159 asection *dsec; in xcoff_link_create_extra_sections() local
1163 dsec = bfd_make_section_anyway_with_flags (abfd, ".ds", flags); in xcoff_link_create_extra_sections()
1164 if (dsec == NULL) in xcoff_link_create_extra_sections()
1167 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections()
1168 dsec->alignment_power = 2; in xcoff_link_create_extra_sections()
1175 asection *dsec; in xcoff_link_create_extra_sections() local
1178 dsec = bfd_make_section_anyway_with_flags (abfd, ".debug", flags); in xcoff_link_create_extra_sections()
1179 if (dsec == NULL) in xcoff_link_create_extra_sections()
1182 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
H A Dcoffcode.h3016 asection *dsec; in coff_compute_section_file_positions() local
3018 dsec = bfd_make_section_old_way (abfd, DOT_DEBUG); in coff_compute_section_file_positions()
3019 if (dsec == NULL) in coff_compute_section_file_positions()
3021 dsec->size = sz; in coff_compute_section_file_positions()
3022 dsec->flags |= SEC_HAS_CONTENTS; in coff_compute_section_file_positions()
H A Delflink.c13986 asection *dsec; in _bfd_elf_gc_mark_extra_sections() local
13994 for (dsec = ibfd->sections; dsec != NULL; dsec = dsec->next) in _bfd_elf_gc_mark_extra_sections()
13998 if (dsec->gc_mark == 0 in _bfd_elf_gc_mark_extra_sections()
13999 || (dsec->flags & SEC_DEBUGGING) == 0) in _bfd_elf_gc_mark_extra_sections()
14002 dlen = strlen (dsec->name); in _bfd_elf_gc_mark_extra_sections()
14005 && strncmp (dsec->name + (dlen - ilen), in _bfd_elf_gc_mark_extra_sections()
14007 dsec->gc_mark = 0; in _bfd_elf_gc_mark_extra_sections()
H A Delf64-ppc.c7127 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section; in adjust_opd_syms() local
7128 if (dsec == NULL) in adjust_opd_syms()
7130 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next) in adjust_opd_syms()
7131 if (discarded_section (dsec)) in adjust_opd_syms()
7133 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec; in adjust_opd_syms()
7138 eh->elf.root.u.def.section = dsec; in adjust_opd_syms()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dxcofflink.c1154 asection *dsec; in xcoff_link_create_extra_sections() local
1158 dsec = bfd_make_section_anyway_with_flags (abfd, ".ds", flags); in xcoff_link_create_extra_sections()
1159 if (dsec == NULL) in xcoff_link_create_extra_sections()
1162 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections()
1163 dsec->alignment_power = 2; in xcoff_link_create_extra_sections()
1170 asection *dsec; in xcoff_link_create_extra_sections() local
1173 dsec = bfd_make_section_anyway_with_flags (abfd, ".debug", flags); in xcoff_link_create_extra_sections()
1174 if (dsec == NULL) in xcoff_link_create_extra_sections()
1177 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
H A Dcoffcode.h3039 asection *dsec; in coff_compute_section_file_positions() local
3041 dsec = bfd_make_section_old_way (abfd, DOT_DEBUG); in coff_compute_section_file_positions()
3042 if (dsec == NULL) in coff_compute_section_file_positions()
3044 dsec->size = sz; in coff_compute_section_file_positions()
3045 dsec->flags |= SEC_HAS_CONTENTS; in coff_compute_section_file_positions()
H A Delflink.c14085 asection *dsec; in _bfd_elf_gc_mark_extra_sections() local
14093 for (dsec = ibfd->sections; dsec != NULL; dsec = dsec->next) in _bfd_elf_gc_mark_extra_sections()
14097 if (dsec->gc_mark == 0 in _bfd_elf_gc_mark_extra_sections()
14098 || (dsec->flags & SEC_DEBUGGING) == 0) in _bfd_elf_gc_mark_extra_sections()
14101 dlen = strlen (dsec->name); in _bfd_elf_gc_mark_extra_sections()
14104 && strncmp (dsec->name + (dlen - ilen), in _bfd_elf_gc_mark_extra_sections()
14106 dsec->gc_mark = 0; in _bfd_elf_gc_mark_extra_sections()
H A Delf64-ppc.c7158 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section; in adjust_opd_syms() local
7159 if (dsec == NULL) in adjust_opd_syms()
7161 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next) in adjust_opd_syms()
7162 if (discarded_section (dsec)) in adjust_opd_syms()
7164 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec; in adjust_opd_syms()
7169 eh->elf.root.u.def.section = dsec; in adjust_opd_syms()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjdump.c4014 reloc_at (struct dwarf_section * dsec, dwarf_vma offset) in reloc_at() argument
4019 if (dsec == NULL || dsec->reloc_info == NULL) in reloc_at()
4022 relocs = (arelent **) dsec->reloc_info; in reloc_at()
H A Dreadelf.c14879 reloc_at (struct dwarf_section * dsec, dwarf_vma offset) in reloc_at() argument
14884 if (dsec == NULL || dsec->reloc_info == NULL) in reloc_at()
14887 relocs = (Elf_Internal_Rela *) dsec->reloc_info; in reloc_at()
14889 for (rp = relocs; rp < relocs + dsec->num_relocs; ++rp) in reloc_at()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjdump.c4306 reloc_at (struct dwarf_section * dsec, uint64_t offset) in reloc_at() argument
4311 if (dsec == NULL || dsec->reloc_info == NULL) in reloc_at()
4314 relocs = (arelent **) dsec->reloc_info; in reloc_at()
H A Dreadelf.c15582 reloc_at (struct dwarf_section * dsec, uint64_t offset) in reloc_at() argument
15587 if (dsec == NULL || dsec->reloc_info == NULL) in reloc_at()
15590 relocs = (Elf_Internal_Rela *) dsec->reloc_info; in reloc_at()
15592 for (rp = relocs; rp < relocs + dsec->num_relocs; ++rp) in reloc_at()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dmmo.texi355 0x616d6500 - "dsec"
H A Dbfd.info11019 0x616d6500 - "dsec"
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dmmo.texi355 0x616d6500 - "dsec"
H A Dbfd.info12037 0x616d6500 - "dsec"