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

1 23 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
dlfcn.h 38 extern void* dlsym(void* handle, const char* symbol);
  /external/qemu/distrib/sdl-1.2.12/src/loadso/win32/
SDL_sysloadso.c 86 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);
  /frameworks/compile/linkloader/include/impl/
ELFSectionSymTab.hxx 56 ELFSymbolTy *symbol = table[i]; local
57 if ( symbol ) {
58 name_map[symbol->getName()] = symbol;
66 typename llvm::StringMap<ELFSymbolTy *>::const_iterator symbol = local
68 if (symbol == name_map.end()) {
71 return symbol->getValue();
97 // Seek to the start of symbol table
100 // Read all symbol table entry
120 out() << "Symbol Table" << '\n'
    [all...]
  /external/oprofile/libpp/
diff_container.cpp 60 /// add a symbol not present in the new profile
65 diff_symbol symbol(sym);
66 symbol.diffs.fill(sym.sample.counts.size(), -INFINITY);
67 add_sym(syms, symbol, choice);
71 /// add a symbol not present in the old profile
76 diff_symbol symbol(sym);
77 symbol.diffs.fill(sym.sample.counts.size(), INFINITY);
78 add_sym(syms, symbol, choice);
82 /// add a diffed symbol
88 diff_symbol symbol(sym2)
    [all...]
sample_container.h 19 #include "symbol.h"
33 /// return iterator to the first samples for this symbol
35 /// return iterator to the last samples for this symbol
45 void insert(symbol_entry const * symbol, sample_entry const &);
54 sample_entry const * find_by_vma(symbol_entry const * symbol,
58 /// build the symbol by file-location cache
symbol_sort.h 15 #include "symbol.h"
27 symbol, enumerator in enum:sort_options::sort_order
  /external/iptables/extensions/
libxt_TOS.c 54 const struct tos_symbol_info *symbol; local
59 " --set-tos symbol Set TOS field (IPv4 only) by symbol\n"
62 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
64 symbol->value, symbol->value, symbol->name);
71 const struct tos_symbol_info *symbol; local
    [all...]
  /external/libxml2/
xmlmodule.c 98 * @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)
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 in result, and -1 on error
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
virtual_parse_stack.java 15 * state is maintained on the virtual stack, not full symbol objects.
81 symbol stack_sym;
86 /* get a copy of the first symbol we have not transfered */
87 stack_sym = (symbol)real_stack.elementAt(real_stack.size()-1-real_next);
92 /* put the state number from the symbol onto the virtual stack */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
Android.mk 9 symbol-table.cpp \
  /external/webkit/Source/WebCore/css/
svg.css 45 svg:not(:root), symbol, image, marker, pattern, foreignObject {
  /bionic/libc/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /bionic/libc/kernel/arch-sh/asm/
hw_irq.h 84 #define DECLARE_INTC_DESC(symbol, chipname, vectors, groups, mask_regs, prio_regs, sense_regs) struct intc_desc symbol __initdata = { _INTC_ARRAY(vectors), _INTC_ARRAY(groups), _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), _INTC_ARRAY(sense_regs), chipname, }
86 #define DECLARE_INTC_DESC_ACK(symbol, chipname, vectors, groups, mask_regs, prio_regs, sense_regs, ack_regs) struct intc_desc symbol __initdata = { _INTC_ARRAY(vectors), _INTC_ARRAY(groups), _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), _INTC_ARRAY(sense_regs), chipname, _INTC_ARRAY(ack_regs), }
  /bionic/libdl/
libdl.c 23 void *dlsym(void *handle, const char *symbol) { return 0; }
  /development/ndk/platforms/android-8/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /external/mesa3d/src/mesa/program/
symbol_table.c 28 struct symbol { struct
30 * Link to the next symbol in the table with the same name
35 struct symbol *next_with_same_name;
39 * Link to the next symbol in the table with the same scope
44 struct symbol *next_with_same_scope;
54 * Name space of the symbol
61 /** Scope depth where this symbol was defined. */
74 /** Linkage in list of all headers in a given symbol table. */
77 /** Symbol name. */
81 struct symbol *symbols
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
49 extern void* dlsym(void* handle, const char* symbol);
  /sdk/emulator/qtools/
q2g.cpp 13 struct symbol { struct
18 typedef TraceReader<symbol> TraceReaderType;
44 TraceReader<symbol> *trace = new TraceReader<symbol>;
67 // If we have never seen this symbol before, then add it to the
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 75 void **symbol) {
77 *symbol = dlsym(handle, symbol_name);
80 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err;
82 } else if (!*symbol) {
83 LOG(LS_ERROR) << "Symbol " << symbol_name << " is NULL";
92 // This routine MUST assign SOME value for every symbol, even if that value is
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 30 * in SDL and change the symbols to prevent symbol clash with any existing
105 const char *dli_sname; /* Name of nearest symbol */
106 void *dli_saddr; /* Address of nearest symbol */
116 static void * SDL_OSX_dlsym(void * dl_restrict handle, const char * dl_restrict symbol);
240 static void *dlsymIntern(struct dlstatus *dls, const char *symbol, int canSetError);
243 static NSSymbol search_linked_libs(const struct mach_header *mh, const char *symbol);
258 static void *dlsym_prepend_underscore(void *handle, const char *symbol);
259 static void *dlsym_auto_underscore(void *handle, const char *symbol);
262 static void *dlsym_prepend_underscore_intern(void *handle, const char *symbol);
263 static void *dlsym_auto_underscore_intern(void *handle, const char *symbol);
1393 void *symbol = SDL_OSX_dlsym(handle, name); local
    [all...]
  /system/core/debuggerd/
symbol_table.c 15 return ((struct symbol*)a)->addr - ((struct symbol*)b)->addr;
21 struct symbol *symbol = (struct symbol*)element; local
23 if((unsigned int)addr < symbol->addr) {
27 if((unsigned int)addr - symbol->addr >= symbol->size) {
35 * Create a symbol table from a given file
42 * Free symbol table with symbol_table_free(
    [all...]

Completed in 702 milliseconds

1 23 4 5 6 7 8 91011>>