HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 276 - 300 of 1029) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-21/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);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/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);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/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);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/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);
  /prebuilts/ndk/9/platforms/android-21/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);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/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);
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 1 /* Define a C preprocessor symbol that can be used in interface files
342 (defun read-symbol-from-string (string)
355 (let*( (sym (read-symbol-from-string
382 (read-symbol-from-string (full-name id type arity class))))
414 (read-symbol-from-string (string-lispify cname)))
417 (cl::multiple-value-bind (symbol package)
419 (cl::let ((args (cl::list (cl::if (cl::consp symbol)
420 (cl::cadr symbol) symbol)
424 symbol))
    [all...]
  /external/lldb/source/Symbol/
Symtab.cpp 16 #include "lldb/Symbol/ObjectFile.h"
17 #include "lldb/Symbol/SymbolContext.h"
18 #include "lldb/Symbol/Symtab.h"
45 // Clients should grab the mutex from this symbol table and lock it manually
50 Symbol *
53 // Clients should grab the mutex from this symbol table and lock it manually
60 Symtab::AddSymbol(const Symbol& symbol)
62 // Clients should grab the mutex from this symbol table and lock it manually
67 m_symbols.push_back(symbol);
219 Symbol *symbol = (Symbol*)::bsearch (&symbol_uid, local
293 const Symbol *symbol = &m_symbols[entry.value]; local
850 Symbol *symbol = SymbolAtIndex(*pos); local
898 const Symbol *symbol = info->symtab->SymbolAtIndex (index_ptr[0]); local
984 Symbol &symbol = m_symbols[entry.data]; local
1015 Symbol &symbol = m_symbols[entry.data]; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdtfmsy.cpp 42 DateFormatSymbols *symbol; local
44 symbol=new DateFormatSymbols(Locale::getDefault(), status);
46 month=symbol->getMonths(cnt);
55 delete symbol;
61 DateFormatSymbols *symbol; local
63 symbol=new DateFormatSymbols(Locale::getDefault(), status);
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
80 delete symbol;
86 DateFormatSymbols *symbol; local
88 symbol=new DateFormatSymbols(Locale::getDefault(), status)
114 DateFormatSymbols *symbol; local
145 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); local
    [all...]
  /external/elfutils/0.153/src/
ld.h 39 /* Character used to introduce version name after symbol. */
187 struct symbol *symbols;
199 /* The symbol table section.
201 XXX Maybe support for more than one symbol table is needed. */
205 /* Dynamic symbol table section. */
222 /* String table section associated with the symbol table. */
224 /* String table section associated with the dynamic symbol table. */
226 /* Number of entries in the symbol table. */
236 /* For undefined or common symbols we need a reference to the symbol
238 struct symbol **symref
428 struct symbol struct
1008 struct symbol *symbol; member in struct:ld_state::scngroup
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 42 DateFormatSymbols *symbol; local
44 symbol=new DateFormatSymbols(Locale::getDefault(), status);
46 month=symbol->getMonths(cnt);
55 delete symbol;
61 DateFormatSymbols *symbol; local
63 symbol=new DateFormatSymbols(Locale::getDefault(), status);
71 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]);
80 delete symbol;
86 DateFormatSymbols *symbol; local
88 symbol=new DateFormatSymbols(Locale::getDefault(), status)
114 DateFormatSymbols *symbol; local
145 DateFormatSymbols *symbol=new DateFormatSymbols(Locale::getEnglish(), status); local
    [all...]
  /development/scripts/
symbol.py 19 The information can include symbol names, offsets, and source locations.
93 """Look up symbol information about an address.
116 """Look up symbol information for a set of addresses from the given library.
164 """Look up line and symbol information for a set of addresses.
171 A dictionary of the form {addr: [(symbol, file:line)]} where
173 or an empty list if no symbol information was found.
199 symbol = child.stdout.readline().strip()
200 if symbol == "??":
201 symbol = None
205 if symbol is None and location is None
    [all...]
  /external/bison/src/
InadequacyList.c 29 InadequacyList__new_conflict (state *manifesting_state, symbol *token,
65 symbol *
  /external/chromium_org/build/android/
symbolize.py 19 # Uses symbol.py from third_party/android_platform, not python's.
23 import symbol namespace
47 # 1) Have Python load the libraries and do symbol lookups instead of
52 # the symbol lookups.
58 sym = symbol.SymbolInformation(lib, addr, False)[0][0]
  /external/chromium_org/third_party/WebKit/Source/core/css/
svg.css 46 svg:not(:root), symbol, image, marker, pattern, foreignObject {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-weak-vtables-and-externals 96 print "ERROR: $shortName has a weak external symbol in it ($executablePath)\n";
97 print "ERROR: A weak external symbol is generated when a symbol is defined in multiple compilation units and is also marked as being exported from the library.\n";
99 for my $symbol (sort @weakExternalSymbols) {
100 print "ERROR: symbol $symbol\n";
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 120 if not frame.symbol or not frame.symbol.source_info:
122 src_file = frame.symbol.source_info[0].source_file_path
190 if frame.symbol and frame.symbol.source_info:
192 frame.symbol.source_info[0].source_file_path):
204 if frame.symbol and cur_regex.search(frame.symbol.name):
  /external/lldb/source/API/
SBSymbolContext.cpp 14 #include "lldb/Symbol/Function.h"
15 #include "lldb/Symbol/Symbol.h"
16 #include "lldb/Symbol/SymbolContext.h"
165 Symbol *symbol = NULL; local
168 symbol = m_opaque_ap->symbol;
170 SBSymbol sb_symbol (symbol);
175 m_opaque_ap.get(), symbol);
    [all...]
  /external/llvm/test/MC/ARM/
relocated-mapping.s 4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
Android.mk 9 symbol-table.cpp \
  /external/stlport/src/
facets_byname.cpp 517 case 0: // Parentheses surround the quantity and currency symbol
518 case 1: // The sign string precedes the quantity and currency symbol
521 // 1 if currency symbol precedes a positive value
522 pos_format.field[1] = (char) money_base::symbol;
524 // a space separates currency symbol from a positive value.
528 // a space not separates currency symbol from a positive value.
533 // 0 if currency symbol succeeds a positive value
536 // a space separates currency symbol from a positive value.
538 pos_format.field[3] = (char) money_base::symbol;
540 // a space not separates currency symbol from a positive value
    [all...]
  /frameworks/rs/cpu_ref/linkloader/android/
librsloader.cpp 163 ELFSymbol<64> *symbol = symtab->getByName(name); local
165 ELFSymbol<32> *symbol = symtab->getByName(name); local
168 if (!symbol) {
169 ALOGV("Symbol not found: %s\n", name);
175 return symbol->getAddress(machine, false);
195 ELFSymbol<64> *symbol = symtab->getByName(name); local
197 ELFSymbol<32> *symbol = symtab->getByName(name); local
200 if (!symbol) {
201 ALOGV("Symbol not found: %s\n", name);
205 return (size_t)symbol->getSize()
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 75 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
76 OMX_U32 e_ue(OMX_U32 symbol);
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 517 case 0: // Parentheses surround the quantity and currency symbol
518 case 1: // The sign string precedes the quantity and currency symbol
521 // 1 if currency symbol precedes a positive value
522 pos_format.field[1] = (char) money_base::symbol;
524 // a space separates currency symbol from a positive value.
528 // a space not separates currency symbol from a positive value.
533 // 0 if currency symbol succeeds a positive value
536 // a space separates currency symbol from a positive value.
538 pos_format.field[3] = (char) money_base::symbol;
540 // a space not separates currency symbol from a positive value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-ref-inline.h 57 return &ref->referring->symbol.ref_list;
65 return &ref->referred->symbol.ref_list;

Completed in 884 milliseconds

<<11121314151617181920>>