HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 651 - 675 of 2152) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/plugin/
plugin.go 5 // Package plugin implements loading and symbol resolution of Go plugins.
33 // Lookup searches for a symbol named symName in plugin p.
34 // A symbol is any exported variable or function.
35 // It reports an error if the symbol is not found.
37 func (p *Plugin) Lookup(symName string) (Symbol, error) {
41 // A Symbol is a pointer to a variable or function.
73 type Symbol interface{}
  /prebuilts/go/linux-x86/src/plugin/
plugin.go 5 // Package plugin implements loading and symbol resolution of Go plugins.
33 // Lookup searches for a symbol named symName in plugin p.
34 // A symbol is any exported variable or function.
35 // It reports an error if the symbol is not found.
37 func (p *Plugin) Lookup(symName string) (Symbol, error) {
41 // A Symbol is a pointer to a variable or function.
73 type Symbol interface{}
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
user.py 23 from . import symbol
41 class User(symbol.PolicySymbol):
  /toolchain/binutils/binutils-2.25/gas/
frags.h 121 /* For foreign-segment symbol fixups. */
144 symbolS * symbol,
152 symbolS * symbol,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
mapping.d 10 SYMBOL TABLE:
17 #Maybe section symbol for .ARM.attributes
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mapping.d 10 SYMBOL TABLE:
18 #Maybe section symbol for .ARM.attributes
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
symver.d 3 #name: ELF symbol versioning
11 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
dysymtab-1-64.d 13 indirect symbol table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
dysymtab-1.d 13 indirect symbol table: off: 0x00000000 num: 0.*\(endoff: 0x00000000\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
subsym.s 7 .asg value,SYMBOL
8 .asg SYMBOL,SYMBOL1
13 * Substitution symbol functions
14 label: .word $symlen(SYMBOL) ; 5, substitutes string for symbol
15 .word $symlen(":SYMBOL:") ; 5, forced substitution
16 .word $symlen("SYMBOL") ; 6, uses string directly
18 .word $symcmp(SYMBOL,"value") ; 0
21 .word $firstch(":SYMBOL:",'a') ; 2
22 .word $lastch(SYMBOL,'a') ; 2
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-265.d 3 #error: .*\(.text\+0x\d+\): relocation truncated to fit: R_AARCH64_MOVW_UABS_G1 against symbol `tempy.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
locref2.d 7 # Referencing an undefined weak (non-hidden) symbol with a local-only
12 SYMBOL TABLE:
pic-gc-73.d 7 # Left-over code coverage case from pic-gc-72; local symbol.
tls-err-20x.d 8 #error: \A[^\n]*: warning: cannot find entry symbol _start; defaulting to [0-9a-f]*\n[^\n]*: In function `tlsdsofn9':\n[^\n]*: undefined reference to `x1'\n[^\n]*: In function `tlsdsofn9':\n[^n]*: undefined reference to `x2'\Z
tls-local-54.d 6 # A DSO with a R_CRIS_32_GOT_GD against a local symbol.
tls-local-57.d 8 # An executable with a R_CRIS_32_GOT_GD against a local symbol.
tls-local-58.d 9 # the same local symbol. Check that we have proper NPTL/TLS markings
tls-ok-30.d 8 # supposedly depending on symbol hashes.
weakref1.d 7 # confused symbol reference count mismatch with a bfd assertion. Linking
11 # unresolved weak. Perhaps it should; the symbol could be defined in a
  /bionic/linker/
dlfcn.cpp 106 void* dlsym_impl(void* handle, const char* symbol, const char* version, const void* caller_addr) {
110 if (!do_dlsym(handle, symbol, version, caller_addr, &result)) {
118 void* __dlsym(void* handle, const char* symbol, const void* caller_addr) {
119 return dlsym_impl(handle, symbol, nullptr, caller_addr);
122 void* __dlvsym(void* handle, const char* symbol, const char* version, const void* caller_addr) {
123 return dlsym_impl(handle, symbol, version, caller_addr);
311 // a real symbol). (See soinfo_elf_lookup().)
  /external/icu/icu4c/source/test/depstest/
depstest.py 40 # nm shows a symbol class of "W" rather than "T".
131 for symbol in imports:
133 if symbol in _obj_files[file_name]["imports"]:
134 neededFile = _symbols_to_files.get(symbol)
138 neededItem = "- is this a new system symbol?"
140 (item_type, name, file_name, symbol, neededItem))
158 for symbol in system_symbols:
159 _symbols_to_files[symbol] = name
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 224 void *symbol =
226 if (symbol) {
227 return symbol;
264 void *symbol =
266 if (symbol) {
267 return symbol;
  /external/v8/src/
log-utils.cc 170 void Log::MessageBuilder::AppendSymbolName(Symbol* symbol) {
171 DCHECK(symbol);
172 Append("symbol(");
173 if (!symbol->name()->IsUndefined(symbol->GetIsolate())) {
175 AppendDetailed(String::cast(symbol->name()), false);
178 Append("hash %x)", symbol->Hash());
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
psfontj2d.properties 131 serif.symbol.plain=Symbol
133 serif.symbol.bold=Symbol
135 serif.symbol.italic=Symbol
137 serif.symbol.bolditalic=Symbol
144 sansserif.symbol.plain=Symbol
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
psfontj2d.properties 131 serif.symbol.plain=Symbol
133 serif.symbol.bold=Symbol
135 serif.symbol.italic=Symbol
137 serif.symbol.bolditalic=Symbol
144 sansserif.symbol.plain=Symbol
    [all...]

Completed in 1205 milliseconds

<<21222324252627282930>>