Searched refs:symbols (Results 76 - 100 of 499) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfa.tcl9 ## single finite automaton (states, symbols, start state, set of
54 method symbols {} {}
55 method symbols@ {state} {}
56 method symbols@set {states} {}
146 ## - Symbol : Defined for all symbols, values irrelevant.
178 variable nondets ; # Per non-det state the set of symbols it is non-det in.
563 method symbols {} {
567 method symbols@ {s {t {}}} {
573 # No destination, all symbols.
576 # Specific destination, locate the symbols goin
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dstrip.c59 static uint32_t Aflag; /* save only absolute symbols with non-zero value and
60 .objc_class_name_* symbols */
61 static uint32_t iflag; /* -i ignore symbols in -s file not in object */
63 static uint32_t pflag; /* make all defined global symbols private extern */
65 static char *dfile; /* filename of filenames of debugger symbols to keep */
66 static uint32_t uflag; /* save undefined symbols */
67 static uint32_t rflag; /* save symbols referenced dynamically */
68 static uint32_t nflag; /* save N_SECT global symbols */
69 static uint32_t Sflag; /* -S strip only debugger symbols N_STAB */
71 static uint32_t Xflag; /* -X strip local symbols wit
116 static struct nlist *symbols = NULL; variable in typeref:struct:nlist
2191 check_object_relocs( struct arch *arch, struct member *member, struct object *object, char *segname, char *sectname, uint64_t sectsize, char *contents, struct relocation_info *relocs, uint32_t nreloc, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsyms, char *strings, int32_t *missing_reloc_symbols, enum byte_sex host_byte_sex) argument
2351 check_indirect_symtab( struct arch *arch, struct member *member, struct object *object, uint32_t nitems, uint32_t reserved1, uint32_t section_type, char *contents, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsyms, char *strings, int32_t *missing_reloc_symbols, enum byte_sex host_byte_sex) argument
4393 edit_symtab( struct arch *arch, struct member *member, struct object *object, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsyms, char *strings, uint32_t strsize, struct dylib_table_of_contents *tocs, uint32_t ntoc, struct dylib_module *mods, struct dylib_module_64 *mods64, uint32_t nmodtab, struct dylib_reference *refs, uint32_t nextrefsyms) argument
[all...]
H A Dcmpdylib.c52 * These are pointers to strings and symbols used to search of the table of
57 static struct nlist *symbols = NULL; variable in typeref:struct:nlist
329 * check_global_symbols() checks to see if all the global symbols defined in the
332 * checks to see if there are any global symbols that are in the new library
514 * Now check to see if all the global symbols defined in the old library
521 symbols = new_symbols;
526 symbols = new_symbols + new_dyst->iextdefsym;
531 symbols = NULL;
557 sym = bsearch(symbol_name, symbols, new_dyst->nextdefsym,
574 printf("For architecture %s symbols define
[all...]
H A Dchecksyms.c278 struct nlist *symbols; local
344 printf(" has %u symbols and %u string bytes\n", st->nsyms,
354 symbols = NULL;
357 symbols = (struct nlist *)(ofile->object_addr + st->symoff);
359 swap_nlist(symbols, nsymbols, get_host_byte_sex());
372 if(symbols[i].n_un.n_strx == 0)
374 else if((uint32_t)symbols[i].n_un.n_strx > st->strsize)
377 syms[i].name = symbols[i].n_un.n_strx + strings;
379 if((symbols[i].n_type & N_TYPE) == N_INDR){
380 if(symbols[
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DANGLEWebKitBridge.h77 bool compileShaderSource(const char* shaderSource, ANGLEShaderType, String& translatedShaderSource, String& shaderValidationLog, Vector<ANGLEShaderSymbol>& symbols, int extraCompileOptions = 0);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterValidatedProgram.h109 void rewriteMixVertexShader(const Vector<ANGLEShaderSymbol>& symbols);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-z80.c131 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
132 reloc_processing(relent, reloc, symbols, abfd, section)
137 asymbol **symbols,
145 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
135 reloc_processing(arelent *relent, struct internal_reloc *reloc, asymbol **symbols, bfd *abfd, asection *section) argument
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 Dhp300hpux.c38 secondary symbols, it does not support indirect symbols. Another
42 This allows reading hp secondary symbols and converting them into
43 indirect symbols but the reverse it not always possible.
219 strings and we need to insert som strings for secondary symbols, we
326 /* Write out the symbols, and then the relocs. We must write out
327 the symbols first so that we know the symbol indices. */
331 /* Skip the relocs to where we want to put the symbols. */
569 /* first, march thru the table and figure out how many symbols there are */
644 MY (swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcoun
[all...]
H A Dcoff-w65.c91 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
92 reloc_processing(relent, reloc, symbols, abfd, section)
95 reloc_processing (relent, reloc, symbols, abfd, section)
98 asymbol ** symbols;
106 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
H A Dversados.c68 asymbol *symbols; /* Pointer to local symbols. */ member in struct:versados_data_struct
73 int ndefs; /* Number of exported symbols (they dont get esdids). */
74 int nrefs; /* Number of imported symbols (valid end of pass1). */
156 tdata->symbols = NULL;
175 asymbol *n = VDATA (abfd)->symbols + snum;
527 VDATA (abfd)->symbols = bfd_alloc (abfd, amt);
532 if ((VDATA (abfd)->symbols == NULL && abfd->symcount > 0)
536 /* Actually fill in the section symbols,
545 asymbol *s = VDATA (abfd)->symbols
749 versados_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dsysdep.h132 Porting Message: You must provide definitions for the symbols
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dgreek_cp1253.vim6 " This keyboard layout allows all Greek symbols to be typed,
106 " symbols
H A Dgreek_cp737.vim5 " This keyboard layout allows all Greek symbols to be typed,
101 " symbols
H A Dgreek_iso-8859-7.vim5 " This keyboard layout allows all Greek symbols to be typed,
105 " symbols
/macosx-10.9.5/cctools-845/otool/
H A Dhppa_disasm.c82 struct nlist *symbols,
125 struct nlist *symbols,
224 symbols, nsymbols, sorted_symbols, nsorted_symbols,
231 symbols, nsymbols, sorted_symbols, nsorted_symbols,
243 symbols, nsymbols, sorted_symbols, nsorted_symbols,
248 symbols, nsymbols, sorted_symbols, nsorted_symbols,
335 symbols, nsymbols, sorted_symbols, nsorted_symbols,
375 struct nlist *symbols,
484 if((uint32_t)symbols[r_symbolnum].n_un.n_strx >= strings_size)
487 name = strings + symbols[r_symbolnu
117 hppa_disassemble( char *sect, uint32_t left, uint32_t addr, uint32_t sect_addr, enum byte_sex object_byte_sex, struct relocation_info *relocs, uint32_t nrelocs, struct nlist *symbols, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, enum bool verbose) argument
370 print_immediate( uint32_t value, uint32_t pc, struct relocation_info *relocs, uint32_t nrelocs, struct nlist *symbols, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, enum bool verbose) argument
[all...]
H A Dppc_disasm.c145 struct nlist *symbols,
173 struct nlist *symbols,
227 symbols, symbols64, nsymbols, sorted_symbols,
237 symbols, symbols64, nsymbols, sorted_symbols,
244 symbols, symbols64, nsymbols, sorted_symbols,
251 symbols, symbols64, nsymbols, sorted_symbols,
258 symbols, symbols64, nsymbols, sorted_symbols,
265 symbols, symbols64, nsymbols, sorted_symbols,
279 symbols, symbols64, nsymbols, sorted_symbols,
293 symbols, symbols6
165 ppc_disassemble( char *sect, uint32_t left, uint32_t addr, uint32_t sect_addr, enum byte_sex object_byte_sex, struct relocation_info *relocs, uint32_t nrelocs, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, uint32_t *indirect_symbols, uint32_t nindirect_symbols, struct load_command *load_commands, uint32_t ncmds, uint32_t sizeofcmds, enum bool verbose) argument
3098 print_immediate( uint32_t value, uint32_t sect_offset, struct relocation_info *relocs, uint32_t nrelocs, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, enum bool verbose) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/bindings/python/llvm/
H A Dobject.py18 symbols, and relocations. These are represented by the classes ObjectFile,
28 Once you have an object file, you can inspect its sections and symbols directly
35 The LLVM bindings expose iteration over sections, symbols, and relocations in a
59 symbols = list(obj.get_symbols())
60 for symbol in symbols:
64 symbols = []
66 symbols.append(symbol)
69 for symbol in symbols:
74 symbols = list(obj.get_symbols(cache=True))
75 for symbol in symbols
[all...]
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c402 struct nlist *symbols,
409 symbols[i].n_un.n_strx = OSSwapInt32(symbols[i].n_un.n_strx);
412 symbols[i].n_desc = OSSwapInt16(symbols[i].n_desc);
413 symbols[i].n_value = OSSwapInt32(symbols[i].n_value);
419 struct nlist_64 *symbols,
426 symbols[i].n_un.n_strx = OSSwapInt32(symbols[
401 swap_nlist( struct nlist *symbols, uint32_t nsymbols, enum NXByteOrder target_byte_sex) argument
418 swap_nlist_64( struct nlist_64 *symbols, uint32_t nsymbols, enum NXByteOrder target_byte_sex) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Duniset.h387 * @param symbols a symbol table mapping variable names to values
395 const SymbolTable* symbols,
407 * @param symbols a symbol table mapping variable names to values
414 const SymbolTable* symbols,
603 * @param symbols a symbol table mapping variable names to
613 const SymbolTable* symbols,
641 * @param symbols a symbol table mapping variable names to
651 const SymbolTable* symbols,
1489 const SymbolTable* symbols,
1493 const SymbolTable* symbols,
[all...]
/macosx-10.9.5/CPANInternal-140/Exporter-Easy/lib/Exporter/
H A DEasiest.pm98 Exporter::Easiest - Takes even more drudgery out of Exporting symbols
115 use ModuleName qw(frobnicate); # import listed symbols
134 For the real details on exporting symbols see Exporter and Exporter::Easy
/macosx-10.9.5/CPANInternal-140/Exporter-Easy-0.16/lib/Exporter/
H A DEasiest.pm98 Exporter::Easiest - Takes even more drudgery out of Exporting symbols
115 use ModuleName qw(frobnicate); # import listed symbols
134 For the real details on exporting symbols see Exporter and Exporter::Easy
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A DNTMakefile89 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libcom_err-exports.def
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A DNTMakefile88 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libheimntlm-exports.def
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h159 struct nlist *symbols,
164 struct nlist_64 *symbols,

Completed in 298 milliseconds

1234567891011>>