Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dmandocdb.c567 dsec = arch = NULL; in treescan()
642 strncmp(fsec, dsec, strlen(dsec))) || in treescan()
659 mlink->dsec = dsec; in treescan()
690 dsec = NULL; in treescan()
696 dsec = cp + 3; in treescan()
699 dsec = cp + 3; in treescan()
702 dsec = NULL; in treescan()
906 mlink->dsec = start + 3; in filescan()
955 mlink->dsec = mandoc_strdup(mlink->dsec ? mlink->dsec : ""); in mlink_add()
997 free(mlink->dsec); in mlink_free()
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Drddbg.c332 asection *dsec; in read_ieee_debugging_info() local
339 dsec = bfd_get_section_by_name (abfd, ".debug"); in read_ieee_debugging_info()
340 if (dsec == NULL) in read_ieee_debugging_info()
343 size = bfd_section_size (abfd, dsec); in read_ieee_debugging_info()
345 if (! bfd_get_section_contents (abfd, dsec, contents, 0, size)) in read_ieee_debugging_info()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Drddbg.c337 asection *dsec; in read_ieee_debugging_info() local
344 dsec = bfd_get_section_by_name (abfd, ".debug"); in read_ieee_debugging_info()
345 if (dsec == NULL) in read_ieee_debugging_info()
348 size = bfd_section_size (abfd, dsec); in read_ieee_debugging_info()
350 if (! bfd_get_section_contents (abfd, dsec, contents, 0, size)) in read_ieee_debugging_info()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dxcofflink.c839 asection *dsec; in xcoff_link_create_extra_sections() local
841 dsec = bfd_make_section_anyway (abfd, ".ds"); in xcoff_link_create_extra_sections()
842 if (dsec == NULL) in xcoff_link_create_extra_sections()
845 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections()
846 dsec->flags |= (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS in xcoff_link_create_extra_sections()
848 dsec->alignment_power = 2; in xcoff_link_create_extra_sections()
855 asection *dsec; in xcoff_link_create_extra_sections() local
857 dsec = bfd_make_section_anyway (abfd, ".debug"); in xcoff_link_create_extra_sections()
858 if (dsec == NULL) in xcoff_link_create_extra_sections()
861 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
[all …]
H A Dcoffcode.h2968 asection *dsec; in coff_compute_section_file_positions() local
2970 dsec = bfd_make_section_old_way (abfd, DOT_DEBUG); in coff_compute_section_file_positions()
2971 if (dsec == NULL) in coff_compute_section_file_positions()
2973 dsec->size = sz; in coff_compute_section_file_positions()
2974 dsec->flags |= SEC_HAS_CONTENTS; in coff_compute_section_file_positions()
H A Delf64-ppc.c6159 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->u.deleted_section; in adjust_opd_syms() local
6160 if (dsec == NULL) in adjust_opd_syms()
6162 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next) in adjust_opd_syms()
6163 if (elf_discarded_section (dsec)) in adjust_opd_syms()
6165 ppc64_elf_tdata (sym_sec->owner)->u.deleted_section = dsec; in adjust_opd_syms()
6170 eh->elf.root.u.def.section = dsec; in adjust_opd_syms()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dxcofflink.c972 asection *dsec; in xcoff_link_create_extra_sections() local
974 dsec = bfd_make_section_anyway (abfd, ".ds"); in xcoff_link_create_extra_sections()
975 if (dsec == NULL) in xcoff_link_create_extra_sections()
980 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections()
981 dsec->flags |= (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS in xcoff_link_create_extra_sections()
983 dsec->alignment_power = 2; in xcoff_link_create_extra_sections()
990 asection *dsec; in xcoff_link_create_extra_sections() local
992 dsec = bfd_make_section_anyway (abfd, ".debug"); in xcoff_link_create_extra_sections()
993 if (dsec == NULL) in xcoff_link_create_extra_sections()
997 xcoff_hash_table (info)->debug_section = dsec; in xcoff_link_create_extra_sections()
[all …]
H A Dcoffcode.h3016 asection *dsec; local
3018 dsec = bfd_make_section_old_way (abfd, ".debug");
3019 if (dsec == NULL)
3021 dsec->_raw_size = sz;
3022 dsec->flags |= SEC_HAS_CONTENTS;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dmmo.texi351 0x616d6500 - "dsec"
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dmmo.texi351 0x616d6500 - "dsec"
/openbsd/gnu/gcc/gcc/config/avr/
H A Davr.c4802 static const char dsec[] = ".progmem.data"; in avr_insert_attributes() local
4804 build_tree_list (NULL, build_string (strlen (dsec), dsec)), in avr_insert_attributes()
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c4846 static const char *const dsec = ".progmem.data"; local
4847 DECL_SECTION_NAME (decl) = build_string (strlen (dsec), dsec);