Searched refs:symbols (Results 1 - 25 of 145) sorted by relevance

123456

/freebsd-10.2-release/contrib/binutils/binutils/
H A Drdcoff.c46 /* This structure is used to hold the symbols, as well as the current
47 location within the symbols. */
51 /* The symbols. */
53 /* The number of symbols. */
138 parse_coff_type (bfd *abfd, struct coff_symbols *symbols,
153 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
159 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
187 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
190 parse_coff_base_type (abfd, symbols,
228 return parse_coff_base_type (abfd, symbols, type
137 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
234 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
374 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
481 parse_coff_enum_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types ATTRIBUTE_UNUSED, union internal_auxent *pauxent, void *dhandle) argument
657 struct coff_symbols symbols; local
[all...]
/freebsd-10.2-release/contrib/openpam/modules/pam_deny/
H A DMakefile.am14 -export-symbols-regex '^pam_sm_'
/freebsd-10.2-release/contrib/openpam/modules/pam_permit/
H A DMakefile.am14 -export-symbols-regex '^pam_sm_'
/freebsd-10.2-release/contrib/openpam/modules/pam_unix/
H A DMakefile.am14 -export-symbols-regex '^pam_sm_'
/freebsd-10.2-release/contrib/libexecinfo/
H A Dsymtab.c61 struct symbol *symbols; member in struct:symtab
78 free(s->symbols[i].st_name);
79 free(s->symbols);
121 warn("Cannot allocate %zu symbols", ns);
124 st->symbols = s;
146 st->nsymbols = s - st->symbols;
148 warnx("No symbols found");
151 qsort(st->symbols, st->nsymbols, sizeof(*st->symbols),
166 struct symbol *s = st->symbols;
[all...]
/freebsd-10.2-release/usr.bin/ipcs/
H A Dipc.c60 struct nlist symbols[] = { variable in typeref:struct:nlist
144 symn = symbols[idx].n_name;
147 if (symbols[idx].n_type == 0 || symbols[idx].n_value == 0)
150 * For some symbols, the value we retrieve is
157 rv = kvm_read(kd, symbols[idx].n_value,
163 rv = kvm_read(kd, symbols[idx].n_value,
169 rv = kvm_read(kd, symbols[idx].n_value,
175 kaddr = symbols[idx].n_value;
H A Dipc.h33 /* Part of struct nlist symbols[] */
63 extern struct nlist symbols[];
/freebsd-10.2-release/crypto/heimdal/lib/wind/
H A Dgen-errorlist.py105 symbols = stringprep.symbols(error_list, tables) variable
106 if len(symbols) == 0:
110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py131 symbols = stringprep.symbols(map_list, tables) variable
132 if len(symbols) == 0:
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
H A Dstringprep.py53 def symbols(tabledict, tables): function
54 """return CPP symbols to use for this symbols"""
/freebsd-10.2-release/contrib/libstdc++/src/
H A DMakefile.am32 libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \
34 cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver
48 version_arg = -Wl,--version-script=libstdc++-symbols.ver
49 version_dep = libstdc++-symbols.ver
52 version_arg = -Wl,--version-script=libstdc++-symbols.ver
53 version_dep = libstdc++-symbols.ver
56 version_arg = -Wl,-exported_symbols_list,libstdc++-symbols.explist
57 version_dep = libstdc++-symbols.explist
58 libstdc++-symbols.explist : libstdc++-symbols
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp370 SymbolVendor *symbols = GetSymbolVendor (); local
374 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get();
378 symbols->ParseVariablesForContext(sc);
380 symbols->ParseCompileUnitFunctions(sc);
384 symbols->ParseFunctionBlocks(sc);
387 symbols->ParseVariablesForContext(sc);
393 symbols->ParseTypes(sc);
421 SymbolVendor *symbols = GetSymbolVendor (); local
422 if (symbols)
423 return symbols
436 SymbolVendor *symbols = GetSymbolVendor (); local
607 SymbolVendor *symbols = GetSymbolVendor (); local
622 SymbolVendor *symbols = GetSymbolVendor (); local
634 SymbolVendor *symbols = GetSymbolVendor (); local
680 SymbolVendor *symbols = GetSymbolVendor (); local
763 SymbolVendor *symbols = GetSymbolVendor (); local
863 SymbolVendor *symbols = GetSymbolVendor (); local
1168 SymbolVendor *symbols = GetSymbolVendor (); local
1179 SymbolVendor *symbols = GetSymbolVendor (); local
[all...]
/freebsd-10.2-release/usr.bin/csup/
H A Drcstokenizer.l48 keyword head|access|symbols|locks|comment|expand|strict|date|author|state|branches|next|desc|log|text
/freebsd-10.2-release/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h21 /// Maximum number of symbols that can be put pending into lzma_range_encoder
33 /// Number of symbols in the tables
46 } symbols[RC_SYMBOLS_MAX]; member in struct:__anon5114
69 rc->symbols[rc->count] = bit;
109 rc->symbols[rc->count++]
119 rc->symbols[rc->count++] = RC_FLUSH;
165 switch (rc->symbols[rc->pos]) {
/freebsd-10.2-release/crypto/openssl/util/
H A Dmkdef.pl43 # EXPORT_VAR_AS_FUNCTION). This script assumes renaming of symbols is found
53 # exclude symbols that are part of an algorithm that some user wants to
396 /* Test file to check all DEF file symbols are present by trying
994 # Prune the returned symbols
1094 (my $name, *nums, my @symbols) = @_;
1100 foreach $sym (@symbols) {
1123 print STDERR "$new_info old symbols got an info update\n";
1128 print STDERR "No old symbols needed info update\n";
1241 (*OUT,my $name,*nums,my $testall,my @symbols)=@_;
1245 (@e)=grep(/^SSLeay(\{[0-9]+\})?\\.*?:.*?:.*/,@symbols);
[all...]
/freebsd-10.2-release/share/mk/
H A Dversion_gen.awk32 # of symbols (+ 1) found for each version.
35 # symbols[][] - array index by [version name, symbol index], contains
36 # names of symbols defined for each version.
38 # used to check for duplicate symbols and warn about them.
150 symbols[current_version, count] = $1;
207 # ancestral version, recursively print its symbols before
208 # printing the symbols for this version.
223 printf("\t%s;\n", symbols[v, i]);
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dreloc16.c64 the generic symbols. */
112 /* Find all symbols past this point, and make them know
245 symbols)
251 asymbol **symbols;
269 symbols);
283 symbols);
H A Delf64-sparc.c56 asymbol **symbols, bfd_boolean dynamic)
106 ps = symbols + ELF64_R_SYM (rela.r_info) - 1;
109 /* Canonicalize ELF section symbols. FIXME: Why? */
149 asymbol **symbols, bfd_boolean dynamic)
195 if (!elf64_sparc_slurp_one_reloc_table (abfd, asect, rel_hdr, symbols,
200 && !elf64_sparc_slurp_one_reloc_table (abfd, asect, rel_hdr2, symbols,
211 arelent **relptr, asymbol **symbols)
217 if (! bed->s->slurp_reloc_table (abfd, section, symbols, FALSE))
415 /* Hook called by the linker routine which adds symbols from an object
416 file. We use it for STT_REGISTER symbols
54 elf64_sparc_slurp_one_reloc_table(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, asymbol **symbols, bfd_boolean dynamic) argument
148 elf64_sparc_slurp_reloc_table(bfd *abfd, asection *asect, asymbol **symbols, bfd_boolean dynamic) argument
210 elf64_sparc_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
[all...]
/freebsd-10.2-release/contrib/binutils/gas/
H A Dobj.h28 void obj_emit_symbols (char **where, symbolS * symbols);
/freebsd-10.2-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c105 /* Read function symbols from the object file */
188 struct elf_symbol *symbols; member in struct:elf_file
208 struct elf_symbol *symbols; member in struct:elf_section
287 if (sect->symbols != NULL)
354 sect->symbols = syms;
528 sect->symbols = NULL;
652 ef->symbols = NULL;
692 && sect->symbols != NULL)
693 (*ef->free_cb)(sect->symbols);
727 ef->symbols
[all...]
/freebsd-10.2-release/gnu/usr.bin/binutils/as/
H A DMakefile44 symbols.c \
/freebsd-10.2-release/sys/conf/
H A Dkmod.mk12 # EXPORT_SYMS A list of symbols that should be exported from the module,
13 # or the name of a file containing a list of symbols, or YES
14 # to export all symbols. If not defined, no symbols are
186 ${PROG}: ${FULLPROG} ${PROG}.symbols
187 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROG}.symbols\
189 ${PROG}.symbols: ${FULLPROG}
283 CLEANFILES+= ${FULLPROG} ${PROG}.symbols
301 ${_INSTALLFLAGS} ${PROG}.symbols ${DESTDIR}${KMODDIR}
H A Dkern.post.mk105 ${KERNEL_KO}: ${FULLKERNEL} ${KERNEL_KO}.symbols
106 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${KERNEL_KO}.symbols\
108 ${KERNEL_KO}.symbols: ${FULLKERNEL}
156 ${FULLKERNEL} ${KERNEL_KO} ${KERNEL_KO}.symbols \
266 ${INSTALL} -p -m 555 -o ${KMODOWN} -g ${KMODGRP} ${KERNEL_KO}.symbols ${DESTDIR}${KODIR}
278 ${INSTALL} -p -m 555 -o ${KMODOWN} -g ${KMODGRP} ${KERNEL_KO}.symbols ${DESTDIR}${KODIR}
/freebsd-10.2-release/contrib/binutils/ld/
H A Dpe-dll.c119 belong symbols with name <sym>, if __imp_<sym> is found in implib), the
191 /* Entry point symbols. */
204 /* Entry point symbols, and entry hooks. */
337 /* Don't export some c++ symbols. */
340 /* Don't re-export auto-imported symbols. */
342 /* Don't export symbols specifying internal DLL layout. */
404 defined, since we can't export symbols we don't have. */
496 /* Next, exclude symbols from certain startup objects. */
509 /* Don't try to blindly exclude all symbols
523 /* Next, exclude symbols startin
603 asymbol **symbols; local
1128 asymbol **symbols; local
1202 asymbol **symbols; local
[all...]
/freebsd-10.2-release/usr.sbin/asf/
H A Dasf.c272 ".symbols",

Completed in 266 milliseconds

123456