Searched refs:section (Results 51 - 75 of 566) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/msun/i387/
H A Ds_logbf.S18 .section .note.GNU-stack,"",%progbits
H A Ds_logbl.S45 .section .note.GNU-stack,"",%progbits
H A Ds_lrintl.S37 .section .note.GNU-stack,"",%progbits
H A Ds_rint.S45 .section .note.GNU-stack,"",%progbits
H A Ds_rintf.S17 .section .note.GNU-stack,"",%progbits
H A Ds_scalbn.S47 .section .note.GNU-stack,"",%progbits
H A Ds_significand.S46 .section .note.GNU-stack,"",%progbits
H A Ds_significandf.S18 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/usr.bin/yacc/
H A Dskeleton.c408 write_section(const char *section[]) argument
416 for (i = 0; (s = section[i]); ++i)
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsimple.c32 asection *section ATTRIBUTE_UNUSED,
42 asection *section ATTRIBUTE_UNUSED,
56 asection *section ATTRIBUTE_UNUSED,
66 asection *section ATTRIBUTE_UNUSED,
76 asection *section ATTRIBUTE_UNUSED,
103 asection *section; member in struct:saved_output_info
108 asection *section,
112 output_info[section->index].offset = section->output_offset;
113 output_info[section
107 simple_save_output_info(bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *ptr) argument
123 simple_restore_output_info(bfd *abfd ATTRIBUTE_UNUSED, asection *section, void *ptr) argument
[all...]
/freebsd-9.3-release/tools/tools/bus_autoconf/
H A Dbus_autoconf.c63 char *section; local
82 /* split module and section */
90 /* get section name */
91 section = fname;
93 /* check section type */
94 if (strncmp(section, "usb_", 4) == 0)
95 usb_import_entries(section, module, ptr, len);
97 errx(EX_USAGE, "Invalid section '%s'", section);
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dcnf_save.c83 char *section; local
93 printf("[ %s ]\n", cv->section);
98 section = (v->section == NULL) ? "None" : v->section;
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dcrti.asm4 .section .init,"ax",@progbits
16 .section .fini,"ax",@progbits
H A Dcrtn.asm10 .section .init,"ax",@progbits
20 .section .fini,"ax",@progbits
/freebsd-9.3-release/lib/csu/arm/
H A Dcrti.S4 .section .init,"ax",%progbits
13 .section .fini,"ax",%progbits
/freebsd-9.3-release/lib/csu/ia64/
H A Dcrti.S38 .section .init,"ax",@progbits
50 .section .fini,"ax",@progbits
/freebsd-9.3-release/lib/libc/i386/sys/
H A Dpipe.S49 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c75 static char *conf_lhash_get_string(void *db, char *section, char *value);
76 static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, char *section);
141 ERR_add_error_data(4, "name=", OBJ_nid2sn(ext_nid), ",section=",
325 * file section to an extension STACK.
328 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, argument
335 if (!(nval = NCONF_get_section(conf, section)))
352 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, argument
358 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
363 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, argument
369 return X509V3_EXT_add_nconf_sk(conf, ctx, section, s
374 X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) argument
391 X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) argument
422 X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) argument
430 nconf_get_string(void *db, char *section, char *value) argument
483 conf_lhash_get_string(void *db, char *section, char *value) argument
506 X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509 *cert) argument
516 X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl) argument
526 X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) argument
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Daddr2line.c56 {"section", required_argument, NULL, 'j'},
83 -j --section=<name> Read section-relative offsets instead of addresses\n\
127 /* Look for an address in a section. This is called via
131 find_address_in_section (bfd *abfd, asection *section,
140 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0)
143 vma = bfd_get_section_vma (abfd, section);
147 size = bfd_get_section_size (section);
151 found = bfd_find_nearest_line (abfd, section, syms, pc - vma,
155 /* Look for an offset in a section argument
128 find_address_in_section(bfd *abfd, asection *section, void *data ATTRIBUTE_UNUSED) argument
177 translate_addresses(bfd *abfd, asection *section) argument
268 asection *section; local
[all...]
/freebsd-9.3-release/usr.bin/nl/
H A Dnl.c99 /* delimiter characters that indicate the start of a logical page section */
279 int section; /* logical page section */ local
286 section = BODY;
300 section = idx;
308 switch (numbering_properties[section].type) {
328 (regexec(&numbering_properties[section].expr,
362 parse_numbering(argstr, section)
364 int section;
371 numbering_properties[section]
[all...]
/freebsd-9.3-release/usr.sbin/ndiscvt/
H A Dinf.c61 static struct section
70 static void dump_paramreg (const struct section *,
99 struct section *sec;
101 sec = malloc(sizeof(struct section));
102 bzero(sec, sizeof(struct section));
115 /* Deal with string section lookups. */
124 if (strcasecmp(assign->section->name, s) == 0) {
147 if (assign == NULL || assign->section != a->section)
164 struct section *
167 struct section *section; local
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldctor.c59 asection *section,
93 unusual sections, such as the absolute section--this appears
97 && section->owner != NULL
98 && p->elements->section->owner != NULL
99 && strcmp (bfd_get_target (section->owner),
100 bfd_get_target (p->elements->section->owner)) != 0)
111 e->section = section;
290 if (p->elements->section->owner != NULL)
291 howto = bfd_reloc_type_lookup (p->elements->section
56 ldctor_add_set_entry(struct bfd_link_hash_entry *h, bfd_reloc_code_real_type reloc, const char *name, asection *section, bfd_vma value) argument
[all...]
/freebsd-9.3-release/lib/csu/common/
H A Dcrtbrand.c40 * For all arches except sparc, gcc emits the section directive for the
42 * (after 2.16.90) require the section to be of NOTE type, to guarantee that the
43 * .note.ABI-tag section correctly ends up in the first page of the final
46 * Unfortunately, there is no clean way to tell gcc to use another section type,
51 * - Edit the .s file to change the 'progbits' type to 'note', for the section
52 * directive that defines the .note.ABI-tag section.
63 } abitag __attribute__ ((section (ABI_SECTION), aligned(4))) __used = {
/freebsd-9.3-release/lib/csu/mips/
H A Dcrtn.S4 .section .init,"ax",%progbits
15 .section .fini,"ax",%progbits
/freebsd-9.3-release/lib/libc/amd64/gen/
H A Dfabs.S46 .section .note.GNU-stack,"",%progbits

Completed in 147 milliseconds

1234567891011>>