HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 151 - 175 of 324) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 147 for (Entry<String, String> symbol : mSymbols.entrySet()) {
149 out.print(symbol.getKey());
151 out.print(symbol.getValue());
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/elfutils/src/
ldgeneric.c 81 /* Map symbol index to struct symbol record. */
82 static struct symbol **ndxtosym;
84 /* String table reference to all symbols in the symbol table. */
144 /* If this symbol is not undefined in this file it cannot come from
149 struct symbol *sym = file->symref[symidx];
496 struct symbol *oldp)
532 struct usedfiles *fileinfo, struct symbol *oldp)
544 /* We found a definition for a previously undefined symbol or a
546 redefinition of a symbol definition in an object fil
1178 struct symbol *symbol = fileinfo->scninfo[cnt].symbols; local
    [all...]
ld.c 162 N_("Causes symbol not assigned to a version be reduced to local.") },
267 static void create_special_section_symbol (struct symbol **symp,
434 GOT section. Add the symbol if necessary. */
438 /* Similarly for the _DYNAMIC symbol which points to the dynamic
    [all...]
  /external/v8/src/
scopeinfo.cc 138 // Contexts::Lookup() function. Thus record an empty symbol here so we
549 String* symbol; local
551 if (HEAP->LookupSymbolIfExists(name, &symbol)) {
552 int index = Hash(data, symbol);
555 key.name = symbol;
576 String* symbol; local
577 if (HEAP->LookupSymbolIfExists(name, &symbol)) {
  /external/bison/src/
conflicts.c 184 resolve_sr_conflict (state *s, int ruleno, symbol **errors)
266 set_conflicts (state *s, symbol **errors)
310 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors);
state.c 81 errs_new (int num, symbol **tokens)
122 accessing symbol: $end. */
213 state_errs_set (state *s, int num, symbol **tokens)
  /external/kernel-headers/original/linux/
module.h 166 /* Get/put a kernel symbol (calls must be symmetric) */
167 void *__symbol_get(const char *symbol);
168 void *__symbol_get_gpl(const char *symbol);
185 /* For every exported symbol, place a struct in the __ksymtab section */
333 /* We keep the symbol and string tables for kallsyms. */
379 void __symbol_put(const char *symbol);
503 /* Get/put a kernel symbol (calls should be symmetric) */
582 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
intermediate.h 325 // if symbol is initialized as symbol(sym), the memory comes from the poolallocator of sym. If sym comes from
327 // it is essential to use "symbol = sym" to assign to symbol
329 TIntermTyped(t), id(i) { symbol = sym;}
332 const TString& getSymbol() const { return symbol; }
339 TString symbol; member in class:TIntermSymbol
OutputHLSL.h 52 TString argumentString(const TIntermSymbol *symbol);
  /cts/tools/dasm/src/java_cup/
non_terminal.java 6 /** This class represents a non-terminal symbol in the grammar. Each
15 public class non_terminal extends symbol {
91 /** special non-terminal for start symbol */
250 /** Indicate that this symbol is a non-terminal. */
  /external/llvm/include/llvm-c/
lto.h 170 * Returns the name of the ith symbol in the object module.
177 * Returns the attributes of the ith symbol in the object module.
252 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char* symbol);
  /external/oprofile/libutil++/
op_bfd.h 33 /// all symbol vector indexing uses this type
37 * A symbol description from a bfd point of view. This duplicate
39 * the symbol is an artificial symbol
56 asymbol const * symbol() const { return bfd_symbol; } function in class:op_bfd_symbol
67 /// the original bfd symbol, this can be null if the symbol is an
68 /// artificial symbol
70 /// the offset of this symbol relative to the begin of the section's
71 /// symbol
    [all...]
  /external/v8/test/cctest/
test-compiler.cc 103 Handle<String> symbol = FACTORY->LookupAsciiSymbol(name); local
104 return Isolate::Current()->context()->global()->GetProperty(*symbol);
110 Handle<String> symbol = FACTORY->LookupAsciiSymbol(name); local
112 SetProperty(global, symbol, object, NONE, kNonStrictMode);
  /external/v8/test/mjsunit/
keyed-call-generic.js 56 // Use a non-symbol key to force inline cache to generic case.
90 // Use a non-symbol key to force inline cache to generic case.
  /external/valgrind/main/coregrind/
m_redir.c 71 (shared object symbol table, basically) appears. Appearance of new
83 pattern, function name pattern) pair which is encoded in the symbol
111 from reading symbol tables of the currently loaded objects.
113 Active is a pure function of Specs and the current symbol table
217 If ld.so does not have a visible 'strlen' symbol, Memcheck
272 TopSpec* parent_sym; /* the TopSpec which supplied the symbol */
300 HChar* symbol, Addr addr );
353 /* scan this DebugInfo's symbol table, pulling out and demangling
375 for this symbol, so we can't safely redirect/wrap to it.
416 /* a redirect to some other copy of that symbol, whic
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 122 * locale like the currency symbol, the grouping seperator , monetary seperator
856 * Constants for specifying a number format symbol.
876 /** The currency symbol *
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java 315 public static void writeJavaSymbol(PrintWriter out, String symbol) {
316 out.append(symbol); // TODO Make safe and validate.
  /external/stlport/test/eh/
sunpro42.mak 48 echo 'Info: For CC 4.x, warnings from ld in the form "symbol `XXX' has differing sizes" are normal.'
  /frameworks/compile/slang/
SlangData.mk 23 # slangdata_output_var_name -- name of the symbol that needs to be defined
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 60 bfd_link_hash_new, /* Symbol is new. */
61 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */
62 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */
63 bfd_link_hash_defined, /* Symbol is defined. */
64 bfd_link_hash_defweak, /* Symbol is weak and defined. */
65 bfd_link_hash_common, /* Symbol is common. */
66 bfd_link_hash_indirect, /* Symbol is an indirect link. */
101 require a traversal. When an undefined or common symbol is
105 doublecheck the symbol type.
111 undefined symbol list, the symbol has been referenced. If th
677 const char *symbol; member in struct:bfd_elf_version_expr
    [all...]
  /sdk/emulator/qtools/
q2dm.cpp 14 struct symbol { struct
18 typedef TraceReader<symbol> TraceReaderType;
trace_reader.cpp 926 // Add new symbol mappings to a linked list until we have the whole
928 // search on the address to find the symbol name quickly.
981 DexSymList *symbol = new DexSymList; local
982 symbol->sym.addr = addr;
983 symbol->sym.len = len;
984 symbol->sym.name = name;
985 symbol->next = NULL;
989 head = symbol;
991 prev->next = symbol;
992 prev = symbol;
    [all...]

Completed in 1156 milliseconds

1 2 3 4 5 67 8 91011>>