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

  /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/icu/icu4c/source/samples/cal/
cal.c 46 static void get_symbols(const UDateFormat *fmt,
286 static void get_symbols(const UDateFormat *fmt, function
317 /* Free the symbols allocated by get_symbols(). */
347 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status);
368 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;
  /external/llvm/tools/gold/
gold-plugin.cpp 105 static ld_plugin_get_symbols get_symbols = nullptr; variable
272 get_symbols = tv->tv_u.tv_get_symbols;
567 if (get_symbols(F.handle, F.syms.size(), &F.syms[0]) != LDPS_OK)
601 if (get_symbols(F.handle, F.syms.size(), F.syms.data()) != LDPS_OK)
854 /// get_symbols to see if any of our definitions have been overridden by a
  /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()))
  /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():
  /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
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 109 get_symbols(const void *handle, int nsyms, struct ld_plugin_symbol *syms);
273 tv[i].tv_u.tv_get_symbols = get_symbols;
1514 get_symbols(const void* handle, int nsyms, ld_plugin_symbol* syms) function in namespace:gold
    [all...]
  /external/llvm/bindings/python/llvm/
object.py 29 by calling get_sections() and get_symbols() respectively. To inspect
59 symbols = list(obj.get_symbols())
65 for symbol in obj.get_symbols():
74 symbols = list(obj.get_symbols(cache=True))
151 def get_symbols(self, cache=False): member in class:ObjectFile

Completed in 1008 milliseconds