HomeSort by relevance Sort by last modified time
    Searched refs:get_symbols (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/bindings/python/llvm/tests/
test_object.py 37 for symbol in o.get_symbols():
46 for symbol in o.get_symbols():
52 for symbol in o.get_symbols():
  /external/llvm/utils/
extract_symbols.py 313 get_symbols, should_keep_symbol, calling_convention_decoration, lib = arg
315 for symbol in get_symbols(lib):
341 get_symbols = None variable
348 get_symbols = None variable
361 # Keep going until we have a tool to use for both get_symbols and
363 if not get_symbols:
364 get_symbols = tools[exe][0] variable
367 if get_symbols and is_32bit_windows:
371 if not get_symbols:
418 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs
    [all...]
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 52 ld_plugin_get_symbols get_symbols = NULL; member in namespace:__anon33030
201 get_symbols = tv->tv_u.tv_get_symbols;
364 /// At this point, we use get_symbols to see if any of our definitions have
386 (*get_symbols)(I->handle, I->syms.size(), &I->syms[0]);
  /external/icu/icu4c/source/samples/cal/
cal.c 50 static void get_symbols(const UDateFormat *fmt,
290 static void get_symbols(const UDateFormat *fmt, function
321 /* Free the symbols allocated by get_symbols(). */
351 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status);
372 get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months, no idea why */
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 501 get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms, function
609 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF);
615 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF_IRONLY_EXP);
738 TVU(get_symbols) = get_symbols_v1;
741 TVU(get_symbols) = get_symbols_v2;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 58 static ld_plugin_get_symbols get_symbols = NULL; variable
122 get_symbols = entry->tv_u.tv_get_symbols;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /external/python/cpython2/Lib/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 121 len(self.top.get_symbols()))
  /external/llvm/tools/gold/
gold-plugin.cpp 144 static ld_plugin_get_symbols get_symbols = nullptr; variable
347 if (!get_symbols)
348 get_symbols = tv->tv_u.tv_get_symbols;
351 get_symbols = tv->tv_u.tv_get_symbols;
647 ld_plugin_status status = get_symbols(F.handle, F.syms.size(), F.syms.data());
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /external/python/cpython2/Lib/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 420 return [s for s in [s.get_name() for s in syms.get_symbols()]
450 for s in syms.get_symbols():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 108 def get_symbols(self): member in class:SymbolTable
  /external/python/cpython2/Lib/
symtable.py 105 def get_symbols(self): member in class:SymbolTable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 108 def get_symbols(self): member in class:SymbolTable
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 108 def get_symbols(self): member in class:SymbolTable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 108 def get_symbols(self): member in class:SymbolTable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 108 def get_symbols(self): member in class:SymbolTable

Completed in 901 milliseconds

1 2