Searched defs:symbol (Results 1 - 25 of 128) sorted by relevance

123456

/external/webkit/Source/WebKit2/Platform/gtk/
H A DModuleGtk.cpp49 gpointer symbol = 0; local
50 g_module_symbol(m_handle, functionName, &symbol);
51 return symbol;
/external/iptables/extensions/
H A Dtos_values.c29 const struct tos_symbol_info *symbol; local
34 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
35 if (value == symbol->value) {
36 printf(" %s%s", prefix, symbol->name);
H A Dlibxt_tos.c41 const struct tos_symbol_info *symbol; local
46 "[!] --tos symbol Match TOS field (IPv4 only) by symbol\n"
49 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
51 symbol->value, symbol->value, symbol->name);
/external/qemu/distrib/sdl-1.2.15/src/loadso/dlopen/
H A DSDL_sysloadso.c46 void *symbol = dlsym(handle, name); local
47 if ( symbol == NULL ) {
53 symbol = dlsym(handle, _name);
55 if ( symbol == NULL ) {
59 return(symbol);
/external/qemu/distrib/sdl-1.2.15/src/loadso/mint/
H A DSDL_sysloadso.c48 void *symbol = (void *)ldg_find((char *)name, (LDG *)handle); local
49 if ( symbol == NULL ) {
52 return(symbol);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSearchSymbol.cpp6 // SearchSymbol is an AST traverser to detect the use of a given symbol name
16 SearchSymbol::SearchSymbol(const TString &symbol) : mSymbol(symbol) argument
/external/bison/src/
H A Dparse-gram.y56 static symbol *current_lhs;
95 symbol *symbol;
193 %type <symbol> ID symbol string_as_id
194 %printer { fprintf (stderr, "%s", $$->tag); } ID symbol string_as_id
195 %type <symbol> ID_COLON
258 | "%start" symbol
351 symbol { $$ = symbol_list_new ($1, @1); }
352 | symbols.1 symbol {
438 symbol: label
[all...]
H A Dsymtab.h38 token_sym, /* terminal symbol */
48 typedef struct symbol symbol; typedef in typeref:struct:symbol
52 struct symbol struct
54 /* The key, name of the symbol. */
77 /* Points to the other in the identifier-symbol pair for an alias.
79 identifier-symbol pair for an alias. */
80 symbol *alias;
88 /* `symbol->user_token_number == USER_NUMBER_ALIAS' means this symbol
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlatebindingsymboltable.cc75 void **symbol) {
77 *symbol = dlsym(handle, symbol_name);
80 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err;
82 } else if (!*symbol) {
92 // This routine MUST assign SOME value for every symbol, even if that value is
73 LoadSymbol(DllHandle handle, const char *symbol_name, void **symbol) argument
/external/easymock/src/org/easymock/
H A DLogicalOperator.java48 private String symbol; field in class:LogicalOperator
50 private LogicalOperator(String symbol) { argument
51 this.symbol = symbol;
55 return symbol;
/external/oprofile/libpp/
H A Dsymbol_sort.h15 #include "symbol.h"
27 symbol, enumerator in enum:sort_options::sort_order
H A Dsymbol_container.cpp32 symbol_entry * symbol = const_cast<symbol_entry*>(&*p.first); local
33 symbol->sample.counts += symb.sample.counts;
45 symbol_entry symbol; local
46 symbol.sample.file_loc.filename = filename;
47 symbol.sample.file_loc.linenr = linenr;
52 pair<it, it> p_it = symbols_by_loc.equal_range(&symbol);
65 symbol_entry symbol; local
66 symbol.sample.file_loc.filename = filename;
67 symbol.sample.file_loc.linenr = 0;
70 it first = symbols_by_loc.lower_bound(&symbol);
[all...]
H A Dsample_container.cpp49 sample_container::begin(symbol_entry const * symbol) const
51 samples_storage::key_type key(symbol, 0);
58 sample_container::end(symbol_entry const * symbol) const
60 samples_storage::key_type key(symbol, ~bfd_vma(0));
66 void sample_container::insert(symbol_entry const * symbol, argument
69 samples_storage::key_type key(symbol, sample.vma);
101 sample_container::find_by_vma(symbol_entry const * symbol, bfd_vma vma) const argument
103 sample_index_t key(symbol, vma);
/external/qemu/distrib/sdl-1.2.15/src/loadso/macos/
H A DSDL_sysloadso.c79 void *symbol = NULL; local
87 (char **)&symbol, &class) != noErr ) {
91 if ( symbol == NULL ) {
94 return(symbol);
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
H A DSDL_sysloadso.c52 void *symbol = NULL; local
53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol);
59 if (symbol == NULL)
62 return(symbol);
/external/qemu/distrib/sdl-1.2.15/src/loadso/win32/
H A DSDL_sysloadso.c86 void *symbol = NULL; local
98 symbol = (void *)GetProcAddress((HMODULE)handle, name_t);
99 if ( symbol == NULL ) {
115 symbol = (void *)GetProcAddress((HMODULE)handle, name);
116 if ( symbol == NULL ) {
126 if ( symbol == NULL ) {
129 return(symbol);
/external/skia/src/gpu/mac/
H A DGrGLCreateNativeInterface_mac.cpp20 NSSymbol symbol = NULL; local
22 symbol = NSLookupAndBindSymbol(name);
24 return NULL == symbol ? NULL : NSAddressOfSymbol(symbol);
/external/strace/
H A Dioctlsort.c40 const char *symbol; member in struct:ioctlent
66 ioctlent[i].doth, ioctlent[i].symbol, ioctlent[i].code);
/external/v8/test/cctest/
H A Dtest-random.cc86 Object* symbol = FACTORY->LookupAsciiSymbol("f")->ToObjectChecked(); local
88 context->global()->GetProperty(String::cast(symbol));
/external/libxml2/
H A Dxmlmodule.c98 * @name: the name of the symbol
99 * @symbol: the resulting symbol address
101 * Lookup for a symbol address in the given module
103 * Returns 0 if the symbol was found, or -1 in case of error
106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) argument
110 if ((NULL == module) || (symbol == NULL)) {
117 rc = xmlModulePlatformSymbol(module->handle, name, symbol);
123 "failed to find symbol: %s\n",
231 * returns 0 on success and the loaded symbol i
235 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
279 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
327 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
377 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
432 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
[all...]
/external/chromium/base/debug/
H A Dstack_trace_posix.cc68 // Look for the start of a mangled symbol, from search_from.
72 break; // Mangled symbol not found.
75 // Look for the end of the mangled symbol.
84 // Try to demangle the mangled symbol candidate.
89 // Remove the mangled symbol.
91 // Insert the demangled symbol.
93 // Next time, we'll start right after the demangled symbol we inserted.
105 // Gets the backtrace as a vector of strings. If possible, resolve symbol
107 // if any symbol name is resolved. Returns false on error and *may* fill
119 char symbol[102 local
[all...]
/external/harfbuzz/tests/linebreaking/
H A Dharfbuzz-qt.cpp82 void *HB_Library_Resolve(const char *library, const char *symbol) argument
84 return QLibrary::resolve(library, symbol);
/external/icu4c/samples/numfmt/
H A Dmain.cpp97 * while the currency symbol and number of decimals are set for
115 // the currency symbol
145 // Unicode string with the desired currency display symbol or name
146 UChar symbol[16]; member in struct:__anon6542
175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
186 * while the currency symbol and number of decimals are set for
/external/llvm/tools/lto/
H A DLTOModule.h47 llvm::GlobalValue *symbol; member in struct:LTOModule::NameAndAttributes
107 /// getSymbolAttributes - Get the attributes for a symbol at the specified
115 /// getSymbolName - Get the name of the symbol at the specified index.
139 /// addPotentialUndefinedSymbol - Add a symbol which isn't defined just yet
143 /// addDefinedSymbol - Add a defined symbol to the list.
146 /// addDefinedFunctionSymbol - Add a function symbol as defined to the list.
149 /// addDefinedDataSymbol - Add a data symbol as defined to the list.
156 /// addAsmGlobalSymbol - Add a global symbol from module-level ASM to the
160 /// addAsmGlobalSymbolUndef - Add a global symbol from module-level ASM to
/external/srec/srec/Semproc/src/
H A DSymbolTable.c71 /* delete the symbol table */
81 Symbol* symbol; local
95 CHKLOG(rc, ST_getSymbolSlot(self, &symbol));
99 LSTRCPY(symbol->key, key);
102 CHKLOG(rc, HashMapPut(self->hashmap, symbol->key, symbol->value));
105 buf = symbol->value;

Completed in 3371 milliseconds

123456