Searched refs:section (Results 1 - 25 of 566) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/powerpc/ofw/
H A Dofwmagic.S34 * Magic note section used by Open Firmware.
37 .section ".note"
/freebsd-9.3-release/lib/csu/amd64/
H A Dcrtn.S29 .section .init,"ax",@progbits
33 .section .fini,"ax",@progbits
37 .section .note.GNU-stack,"",%progbits
H A Dcrti.S29 .section .init,"ax",@progbits
36 .section .fini,"ax",@progbits
43 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/csu/i386-elf/
H A Dcrtn.S29 .section .init,"ax",@progbits
33 .section .fini,"ax",@progbits
37 .section .note.GNU-stack,"",%progbits
H A Dcrti.S29 .section .init,"ax",@progbits
36 .section .fini,"ax",@progbits
43 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dnwld.c39 const char section[] = ".ctors"TARGET_SUB_SECTION_SEPARATOR; local
41 char section[20];
43 sprintf (section,
51 switch_to_section (get_section (section, 0, NULL));
60 const char section[] = ".dtors"TARGET_SUB_SECTION_SEPARATOR; local
62 char section[20];
64 sprintf (section, ".dtors"TARGET_SUB_SECTION_SEPARATOR"%.5u",
71 switch_to_section (get_section (section, 0, NULL));
/freebsd-9.3-release/usr.sbin/config/
H A Dkernconf.tmpl14 const char kernconfstring[] __attribute__ ((section("kern_conf"))) =
/freebsd-9.3-release/lib/csu/sparc64/
H A Dcrtn.S34 .section .init,"ax",@progbits
39 .section .fini,"ax",@progbits
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Deabi-ci.asm45 .section ".got","aw"
50 .section ".got1","aw"
55 .section ".got2","aw"
60 .section ".fixup","aw"
65 .section ".ctors","aw"
70 .section ".dtors","aw"
75 .section ".sdata","aw"
83 .section ".sbss","aw",@nobits
88 .section ".sdata2","a"
96 .section "
[all...]
H A Deabi-cn.asm43 .section ".got","aw"
48 .section ".got1","aw"
53 .section ".got2","aw"
58 .section ".fixup","aw"
63 .section ".ctors","aw"
68 .section ".dtors","aw"
73 .section ".sdata","aw"
78 .section ".sbss","aw",@nobits
83 .section ".sdata2","a"
88 .section "
[all...]
/freebsd-9.3-release/lib/csu/powerpc/
H A Dcrtn.S29 .section .init,"ax",@progbits
38 .section .fini,"ax",@progbits
46 .section .note.GNU-stack,"",%progbits
H A Dcrti.S29 .section .init,"ax",@progbits
41 .section .fini,"ax",@progbits
51 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/csu/powerpc64/
H A Dcrtn.S29 .section .init,"ax",@progbits
36 .section .fini,"ax",@progbits
42 .section .note.GNU-stack,"",%progbits
H A Dcrti.S29 .section .init,"ax",@progbits
32 .section ".opd","aw"
45 .section .fini,"ax",@progbits
48 .section ".opd","aw"
61 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_api.h70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section,
/freebsd-9.3-release/usr.sbin/ndiscvt/
H A Dinf.h9 struct section { struct
12 TAILQ_ENTRY(section) link;
14 TAILQ_HEAD(section_head, section);
17 struct section *section; member in struct:assign
27 struct section *section; member in struct:reg
/freebsd-9.3-release/contrib/gcc/
H A Dcoretypes.h48 union section;
49 typedef union section section; typedef in typeref:union:section
/freebsd-9.3-release/lib/csu/arm/
H A Dcrtn.S4 .section .init,"ax",%progbits
8 .section .fini,"ax",%progbits
/freebsd-9.3-release/lib/libc/powerpc/gen/
H A Dfabs.S37 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/powerpc64/gen/
H A Dfabs.S37 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/msun/amd64/
H A De_sqrtl.S35 .section .note.GNU-stack,"",%progbits
H A Ds_rintl.S45 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/msun/i387/
H A De_sqrtl.S44 .section .note.GNU-stack,"",%progbits
H A Ds_rintl.S44 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-aux.c33 /* On AUX, a STYP_NOLOAD|STYP_BSS section is part of a shared library. */
60 coff_m68k_aux_link_add_one_symbol (info, abfd, name, flags, section, value,
66 asection *section;
76 !bfd_is_und_section (section) &&
77 !bfd_is_com_section (section))
102 if (! (*info->callbacks->notice) (info, name, abfd, section, value))
116 msec = h->u.def.section;
120 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section))
122 h->u.def.section = section;
[all...]

Completed in 162 milliseconds

1234567891011>>