Searched refs:section (Results 26 - 50 of 566) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gcc/
H A Doutput.h378 /* Decide whether DECL needs to be in a writable section.
395 /* Flags controlling properties of a section. */
396 #define SECTION_ENTSIZE 0x000ff /* entity size in section */
403 #define SECTION_FORGET 0x04000 /* forget that we've entered the section */
410 #define SECTION_DECLARED 0x100000 /* section has been used */
420 to using a general section directive. */
424 all. The choice of section is implied by the directive that we use
444 of data section:
465 /* Information that is provided by all instances of the section type. */
467 /* The set of SECTION_* flags that apply to this section
522 union section GTY ((desc ("SECTION_STYLE (&(%h))"))) function
[all...]
/freebsd-9.3-release/lib/csu/sparc64/
H A Dcrti.S44 .section .init,"ax",@progbits
52 .section .fini,"ax",@progbits
/freebsd-9.3-release/lib/libc/amd64/sys/
H A Dsigreturn.S48 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/i386/sys/
H A Dreboot.S45 .section .note.GNU-stack,"",%progbits
H A Dsigreturn.S48 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_api.c87 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) argument
91 if ((conf == NULL) || (section == NULL))
94 vv.section = (char *)section;
101 const char *section)
105 v = _CONF_get_section(conf, section);
112 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
117 ts = (STACK_OF(CONF_VALUE) *)section->value;
119 value->section = section
134 _CONF_get_string(const CONF *conf, const char *section, const char *name) argument
278 _CONF_new_section(CONF *conf, const char *section) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/cf/
H A Dinstall-catman.sh17 section=`echo "$f" | sed 's/\(.*\)\.\([^.]*\)$/\2/'`
18 mandir="$manbase/man$section"
19 catdir="$manbase/cat$section"
20 c="$base.cat$section"
39 target="$mandir/$link.$section"
40 for lncmd in "ln -f $mandir/$base.$section $target" \
41 "ln -s $base.$section $target" \
42 "cp -f $mandir/$base.$section $target"
62 target="$mandir/$link.$section"
/freebsd-9.3-release/lib/csu/ia64/
H A Dcrtn.S34 .section .init,"ax",@progbits
40 .section .fini,"ax",@progbits
/freebsd-9.3-release/lib/libc/amd64/stdlib/
H A Dldiv.S18 .section .note.GNU-stack,"",%progbits
H A Dlldiv.S18 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/i386/gen/
H A Dfabs.S45 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/msun/amd64/
H A De_sqrt.S36 .section .note.GNU-stack,"",%progbits
H A De_sqrtf.S35 .section .note.GNU-stack,"",%progbits
H A Ds_llrintl.S37 .section .note.GNU-stack,"",%progbits
H A Ds_logbl.S45 .section .note.GNU-stack,"",%progbits
H A Ds_lrint.S39 .section .note.GNU-stack,"",%progbits
H A Ds_lrintf.S39 .section .note.GNU-stack,"",%progbits
H A Ds_lrintl.S37 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/msun/i387/
H A De_log.S46 .section .note.GNU-stack,"",%progbits
H A De_log10.S46 .section .note.GNU-stack,"",%progbits
H A De_log10f.S18 .section .note.GNU-stack,"",%progbits
H A De_logf.S17 .section .note.GNU-stack,"",%progbits
H A De_sqrt.S45 .section .note.GNU-stack,"",%progbits
H A De_sqrtf.S17 .section .note.GNU-stack,"",%progbits
H A Ds_logb.S46 .section .note.GNU-stack,"",%progbits

Completed in 113 milliseconds

1234567891011>>