Searched refs:section (Results 276 - 300 of 566) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/tools/tools/bus_autoconf/
H A Dbus_usb.c327 usb_import_entries(const char *section, const char *module, argument
334 section_size = format_get_section_size(section);
337 "section format '%s'", section);
342 len, section_size, section);
351 usb_import_entry(&pub->temp, section,
/freebsd-9.3-release/contrib/gcc/
H A Dvarasm.c145 section *text_section;
146 section *data_section;
147 section *readonly_data_section;
148 section *sdata_section;
149 section *ctors_section;
150 section *dtors_section;
151 section *bss_section;
152 section *sbss_section;
154 /* Various forms of common section. All are guaranteed to be nonnull. */
155 section *tls_comm_sectio
1205 const char *section = ".dtors"; local
1255 const char *section = ".ctors"; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dxcofflink.c55 /* Information we keep for each section in the output file during the
87 /* Array of information kept for each output section, indexed by the
110 section. */
112 /* Buffer large enough to hold any input section. */
114 /* Buffer large enough to hold external relocs of any input section. */
127 /* Read the contents of a section. */
253 symbuf->symbol.section = bfd_abs_section_ptr;
255 symbuf->symbol.section = coff_section_from_bfd_index (abfd,
257 symbuf->symbol.value = ldsym.l_value - symbuf->symbol.section->vma;
493 relocs which may have been cached for the enclosing section
1080 asection *section; local
[all...]
H A Delf64-sparc.c33 section can represent up to two relocs, we must tell the user to allocate
91 /* The address of an ELF reloc is section relative for an object
93 The address of a normal BFD reloc is always section relative,
109 /* Canonicalize ELF section symbols. FIXME: Why? */
113 relent->sym_ptr_ptr = s->section->symbol_ptr_ptr;
174 case because relocations against this section may use the
210 elf64_sparc_canonicalize_reloc (bfd *abfd, sec_ptr section, argument
217 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE))
220 tblptr = section->relocation;
221 for (i = 0; i < canon_reloc_count (section);
[all...]
H A Delf64-ppc.c115 section. */
690 /* 16-bit section relative relocation. */
720 /* 16-bit upper half section relative relocation. */
735 /* 16-bit upper half adjusted section relative relocation. */
2186 if (strcmp (symbol->section->name, ".opd") == 0
2187 && (symbol->section->owner->flags & DYNAMIC) == 0)
2189 bfd_vma dest = opd_entry_value (symbol->section,
2194 + symbol->section->output_section->vma
2195 + symbol->section->output_offset);
2243 if (!bfd_is_com_section (symbol->section))
3761 ppc_add_stub(const char *stub_name, asection *section, struct ppc_link_hash_table *htab) argument
8663 asection *section; local
9164 asection *section; local
[all...]
H A Delf-vxworks.c78 section. */
175 && (*rel_hash)->root.u.def.section->output_section != NULL)
183 Convert it to a section-relative relocation.
188 asection *sec = (*rel_hash)->root.u.def.section;
H A Dsunos.c147 information is located at the start of the data section.
164 section, but this code should work even if it moves. */
635 /* The offset of __GLOBAL_OFFSET_TABLE_ into the .got section. */
746 /* The .dynamic section holds the basic dynamic information: the
754 /* The .got section holds the global offset table. The address
761 /* The .plt section holds the procedure linkage table. The
768 /* The .dynrel section holds the dynamic relocs. The address is
775 /* The .hash section holds the dynamic hash table. The address
782 /* The .dynsym section holds the dynamic symbols. The address
789 /* The .dynstr section hold
1051 sunos_add_one_symbol(struct bfd_link_info *info, bfd *abfd, const char *name, flagword flags, asection *section, bfd_vma value, const char *string, bfd_boolean copy, bfd_boolean collect, struct bfd_link_hash_entry **hashp) argument
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c182 " -extensions .. - Extension section (override value in config file)\n",
184 " -crlexts .. - CRL extension section (override value in config file)\n",
243 static char *section = NULL; variable
340 section = NULL;
360 section = *(++argv);
578 /* Lets get the config section we are using */
579 if (section == NULL) {
580 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_CA);
581 if (section == NULL) {
617 f = NCONF_get_string(conf, section, STRING_MAS
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DELF.h241 const Elf_Shdr *dot_symtab_sec; // Symbol table section.
301 const char *getString(uint32_t section, uint32_t offset) const;
302 const char *getString(const Elf_Shdr *section, uint32_t offset) const;
304 ErrorOr<StringRef> getSymbolVersion(const Elf_Shdr *section,
313 /// \brief Get the symbol table section and symbol for a given relocation.
334 /// the section size.
399 /// \param SymTab The symbol table section \p Symb is contained in.
423 unsigned vd_size = sec->sh_size; // Size of section in bytes
427 // The first Verdef entry is at the start of the section.
444 // Iterate through the versions needed section, an
856 getString(uint32_t section, ELF::Elf32_Word offset) const argument
862 getString(const Elf_Shdr *section, ELF::Elf32_Word offset) const argument
912 getSymbolVersion(const Elf_Shdr *section, const Elf_Sym *symb, bool &IsDefault) const argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dx509v3.h120 char *(*get_string) (void *db, char *section, char *value);
121 STACK_OF(CONF_VALUE) *(*get_section) (void *db, char *section);
123 void (*free_section) (void *db, STACK_OF(CONF_VALUE) *section);
332 # define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
543 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
545 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
547 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
549 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
556 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section,
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c827 dns_namelist_t *section)
831 for (curr = ISC_LIST_TAIL(*section);
1010 dns_namelist_t *section; local
1015 section = &msg->sections[DNS_SECTION_QUESTION];
1047 * Run through the section, looking to see if this name
1052 result = findname(&name2, name, section);
1055 * If it is the first name in the section, accept it.
1058 * in the question section, append to the section. Note that
1059 * here in the question section thi
826 findname(dns_name_t **foundname, dns_name_t *target, dns_namelist_t *section) argument
1165 update(dns_section_t section, dns_rdataclass_t rdclass) argument
1190 dns_namelist_t *section; local
1893 dns_namelist_t *section; local
2306 dns_message_firstname(dns_message_t *msg, dns_section_t section) argument
2319 dns_message_nextname(dns_message_t *msg, dns_section_t section) argument
2333 dns_message_currentname(dns_message_t *msg, dns_section_t section, dns_name_t **name) argument
2345 dns_message_findname(dns_message_t *msg, dns_section_t section, dns_name_t *target, dns_rdatatype_t type, dns_rdatatype_t covers, dns_name_t **name, dns_rdataset_t **rdataset) argument
2414 dns_message_addname(dns_message_t *msg, dns_name_t *name, dns_section_t section) argument
2426 dns_message_removename(dns_message_t *msg, dns_name_t *name, dns_section_t section) argument
3166 dns_message_sectiontotext(dns_message_t *msg, dns_section_t section, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
3238 dns_message_pseudosectiontotext(dns_message_t *msg, dns_pseudosection_t section, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dexec.c356 /* Builds a section table, given args BFD, SECTABLE_PTR, SECEND_PTR.
460 asection *section = NULL;
467 section = find_pc_overlay (memaddr);
468 if (pc_in_unmapped_range (memaddr, section))
469 memaddr = overlay_mapped_address (memaddr, section);
477 if (overlay_debugging && section && p->the_bfd_section &&
478 strcmp (section->name, p->the_bfd_section->name) != 0)
479 continue; /* not the section we need */
484 /* Entire transfer is within this section. */
497 /* This section end
457 asection *section = NULL; local
[all...]
H A Dsymtab.c669 sal->section = 0;
683 find_pc_sect_psymtab (CORE_ADDR pc, asection *section)
692 msymbol = lookup_minimal_symbol_by_pc_section (pc, section);
714 section == 0) /* can't validate section this way */
733 p = find_pc_sect_psymbol (tpst, pc, section);
771 Backward compatibility, no section */
784 asection *section)
790 psymtab = find_pc_sect_psymtab (pc, section);
813 if (section) /* matc
680 find_pc_sect_psymtab(CORE_ADDR pc, asection *section) argument
780 find_pc_sect_psymbol(struct partial_symtab *psymtab, CORE_ADDR pc, asection *section) argument
1733 find_pc_sect_symtab(CORE_ADDR pc, asection *section) argument
1861 find_pc_sect_line(CORE_ADDR pc, struct bfd_section *section, int notcurrent) argument
2110 asection *section; local
2345 asection *section = SYMBOL_BFD_SECTION (sym); local
[all...]
/freebsd-9.3-release/contrib/texinfo/util/
H A Dinstall-info.c59 /* This is used for a list of the specified menu section names
65 /* 1 means we have not yet found an existing section with this name
66 in the dir file--so we will need to add a new section. */
80 /* A pointer to a section that is beyond the end of the chain whose
103 /* The last menu section in the chain. */
114 /* Line number of start of section. */
116 /* Line number of end of section. */
138 { "section", required_argument, NULL, 's' },
456 --defsection=TEXT like --section, but only use TEXT if a section\
1405 struct menu_section *section; local
[all...]
/freebsd-9.3-release/crypto/openssl/test/
H A Dtest.cnf10 default_ca = CA_default # The default ca section
80 organizationalUnitName = Organizational Unit Name (eg, section)
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile.inc45 pod2man --section=$$sec --release="${OPENSSL_VER}" \
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dpe.h78 /* Switch into a generic section. */
137 section *save_section = in_section; \
150 #define DRECTVE_SECTION_ASM_OP "\t.section .drectve"
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm43 .section .init
48 .section .fini
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrti.asm40 .section ".init"
53 .section ".fini"
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DPrettyStackTrace.cpp65 __attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION)))
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl14 [ B<--section=>I<manext> ]
70 =item section
72 Set the section for the C<.TH> macro. The standard conventions on
77 F</usr/local/perl/man/>. By default, section 1 will be used
78 unless the file ends in F<.pm> in which case section 3 will be selected.
100 Mandatory section; should be a comma-separated list of programs or
184 pod2man --section=7 note.pod > note.7
217 =item %s is missing required section: %s
220 using a section starting with a 3, also a SYNOPSIS. Actually,
258 major page, section, subsectio
[all...]
/freebsd-9.3-release/lib/libc/amd64/gen/
H A D_setjmp.S96 .section .note.GNU-stack,"",%progbits
H A Dsigsetjmp.S118 .section .note.GNU-stack,"",%progbits
/freebsd-9.3-release/lib/libc/i386/gen/
H A Dsetjmp.S116 .section .note.GNU-stack,"",%progbits
H A Dsigsetjmp.S128 .section .note.GNU-stack,"",%progbits

Completed in 162 milliseconds

<<11121314151617181920>>