HomeSort by: relevance | last modified time | path
    Searched defs:get_symbols (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
unused_functions.py 52 def get_symbols(file): function
140 prog[os.path.normpath(path)] = get_symbols(path)
  /src/external/gpl3/gcc.old/dist/contrib/
unused_functions.py 52 def get_symbols(file): function
140 prog[os.path.normpath(path)] = get_symbols(path)
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
object.py 28 by calling get_sections() and get_symbols() respectively. To inspect
58 symbols = list(obj.get_symbols())
64 for symbol in obj.get_symbols():
73 symbols = list(obj.get_symbols(cache=True))
150 def get_symbols(self, cache=False): member in class:ObjectFile
  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 49 get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms) function
126 {.tv_get_symbols = get_symbols}
lto-plugin.c 162 static ld_plugin_get_symbols get_symbols, get_symbols_v2; variable
570 get_symbols (info->handle, symtab->nsyms, syms);
1416 get_symbols = p->tv_u.tv_get_symbols;
1462 check (get_symbols, LDPL_FATAL, "get_symbols not found");
  /src/external/apache2/llvm/dist/llvm/utils/
extract_symbols.py 326 get_symbols, should_keep_symbol, calling_convention_decoration, lib = arg
328 for symbol in get_symbols(lib):
354 get_symbols = None variable
361 get_symbols = None variable
374 # Keep going until we have a tool to use for both get_symbols and
376 if not get_symbols:
377 get_symbols = tools[exe][0] variable
380 if get_symbols and is_32bit_windows:
384 if not get_symbols:
431 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Stabs.h 87 Vector<Symbol *> *get_symbols() { return SymLst; } function in class:Stabs
DwarfLib.cc 1959 Vector <Symbol *> *syms = dwarf->stabs->get_symbols ();
2067 DwrCU::get_symbols (Vector<Symbol *> *syms) function in class:DwrCU
2085 syms->dump ("DwrCU::get_symbols:");
2141 Vector<Symbol *> *syms = get_symbols (tmp_syms);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stabs.h 87 Vector<Symbol *> *get_symbols() { return SymLst; } function in class:Stabs
DwarfLib.cc 1959 Vector <Symbol *> *syms = dwarf->stabs->get_symbols ();
2067 DwrCU::get_symbols (Vector<Symbol *> *syms) function in class:DwrCU
2085 syms->dump ("DwrCU::get_symbols:");
2141 Vector<Symbol *> *syms = get_symbols (tmp_syms);
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 118 static ld_plugin_get_symbols get_symbols = nullptr; variable
419 if (!get_symbols)
420 get_symbols = tv->tv_u.tv_get_symbols;
423 get_symbols = tv->tv_u.tv_get_symbols;
675 ld_plugin_status status = get_symbols(F.handle, F.syms.size(), F.syms.data());
1114 /// get_symbols to see if any of our definitions have been overridden by a
  /src/external/gpl3/binutils/dist/ld/
plugin.c 757 get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms, function
914 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF);
920 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF_IRONLY_EXP);
1063 TVU(get_symbols) = get_symbols_v1;
1066 TVU(get_symbols) = get_symbols_v2;
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 758 get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms, function
915 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF);
921 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF_IRONLY_EXP);
1064 TVU(get_symbols) = get_symbols_v1;
1067 TVU(get_symbols) = get_symbols_v2;
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 178 static ld_plugin_get_symbols get_symbols, get_symbols_v2, get_symbols_v3; variable
600 get_symbols (info->handle, symtab->nsyms, syms);
1542 get_symbols = p->tv_u.tv_get_symbols;
1601 check (get_symbols, LDPL_FATAL, "get_symbols not found");

Completed in 75 milliseconds