HomeSort by relevance Sort by last modified time
    Searched full:symbol (Results 451 - 475 of 5049) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfsect-err.errwarn 10 -:9: error: undefined symbol `foo' (first use)
11 -:9: error: (Each undefined symbol is reported only once.)
  /external/chromium_org/tools/traceline/traceline/
README 11 process shutdown, and doing an intrusive symbol attach with dbghelp.dll
15 The version shipped with Windows is old, and symbol support won't work.
  /external/linux-tools-perf/util/
symbol.h 77 /** struct symbol - symtab entry
81 struct symbol { struct
91 void symbol__delete(struct symbol *sym);
126 static inline void *symbol__priv(struct symbol *sym)
139 struct symbol *sym;
147 struct symbol *sym;
244 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type,
246 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
  /external/llvm/include/llvm/Object/
ELFYAML.h 55 struct Symbol {
63 std::vector<Symbol> Local;
64 std::vector<Symbol> Global;
65 std::vector<Symbol> Weak;
90 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Symbol)
141 struct MappingTraits<ELFYAML::Symbol> {
142 static void mapping(IO &IO, ELFYAML::Symbol &Symbol);
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 27 dbgs() << "Value still in symbol table! Type = '"
30 assert(vmap.empty() && "Values remain in symbol table!");
34 // Insert a value into the symbol table with the specified name...
37 assert(V->hasName() && "Can't insert nameless Value into symbol table");
71 // Remove the value from the symbol table.
76 /// it into the symbol table with the specified name. If it conflicts, it
79 // In the common case, the name is not already in the symbol table.
108 // dump - print out the symbol table
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 68 // We have to keep track of the mapping symbol state of any sections we
78 /// streamer. We override it to add the appropriate mapping symbol if
86 /// AArch64 streamer overrides it to add the appropriate mapping symbol ($d)
94 /// AArch64 streamer overrides it to add the appropriate mapping symbol ($d)
124 MCSymbol *Symbol =
128 MCSymbolData &SD = getAssembler().getOrCreateSymbolData(*Symbol);
132 Symbol->setSection(*getCurrentSection().first);
135 Symbol->setVariableValue(Value);
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 41 // Return an MCOperand for MO, given that it equals Symbol + Offset.
43 const MCSymbol *Symbol, int64_t Offset) const;
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 39 const MCSymbol *Symbol;
43 Symbol = MO.getMBB()->getSymbol();
46 Symbol = Mang->getSymbol(MO.getGlobal());
50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress());
54 Symbol = Printer.GetExternalSymbolSymbol(MO.getSymbolName());
58 Symbol = Printer.GetJTISymbol(MO.getIndex());
61 Symbol = Printer.GetCPISymbol(MO.getIndex());
68 const MCSymbolRefExpr *MCSym = MCSymbolRefExpr::Create(Symbol, Kind, *Ctx);
  /external/llvm/test/CodeGen/PowerPC/
pr15359.ll 15 ; Verify that nextIdx has symbol type TLS.
17 ; CHECK: Symbol {
  /external/llvm/test/MC/COFF/
alias.s 29 // CHECK-NEXT: Symbol {
38 // CHECK: Symbol {
47 // CHECK-NEXT: Symbol {
56 // CHECK-NEXT: Symbol {
65 // CHECK-NEXT: Symbol {
74 // CHECK-NEXT: Symbol {
83 // CHECK-NEXT: Symbol {
97 // CHECK-NEXT: Symbol {
  /external/llvm/test/MC/ELF/
merge.s 4 // with a reference to the symbol. Not sure if this is a linker limitation,
7 // Non-PIC relocations with 0 offset don't use the symbol.
pr9292.s 10 // CHECK: Symbol {
19 // CHECK-NEXT: Symbol {
  /external/llvm/test/MC/MachO/
absolute.s 68 // CHECK: # Symbol 0
76 // CHECK: # Symbol 1
84 // CHECK: # Symbol 2
92 // CHECK: # Symbol 3
100 // CHECK: # Symbol 4
108 // CHECK: # Symbol 5
116 // CHECK: # Symbol 6
124 // CHECK: # Symbol 7
  /external/oprofile/libpp/
Makefile.am 33 symbol.cpp \
34 symbol.h \
  /external/oprofile/libutil++/
bfd_support.h 81 * we later do symbol filtering, we see the sections from the real
123 /// Return true if the symbol is worth looking at
127 * return true if the first symbol is less interesting than the second symbol
128 * boring symbol are eliminated when multiple symbol exist at the same vma
143 * Attempt to locate a filename + line number for the given symbol and
149 * debuginfo symbols are different from the original file but we fixed symbol
  /external/qemu/docs/
ANDROID-ELFF.TXT 4 by the emulator to extract debugging information from symbol files of the
9 when a memory access violation detected at runtime. This requires parsing symbol
  /external/valgrind/main/drd/tests/
run_openmp_test 23 # Inspect the output of nm. If nm does not find any symbol information,
24 # echo 1. If the symbol gomp_barrier_init is found, echo 0. Otherwise echo
  /frameworks/av/media/libmediaplayerservice/
SharedLibrary.cpp 43 void *SharedLibrary::lookup(const char *symbol) const {
47 return dlsym(mLibHandle, symbol);
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
ObjectLoader.h 62 // Get the symbol name where the symbol is of the type pType. If kUnknownType
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolverProxy.cpp 22 // Search the address of the symbol by following the chain of resolvers.
29 // Symbol not found or there's no resolver containing in the chain.
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Library.c 41 void *Exynos_OSAL_dlsym(void *handle, const char *symbol)
43 return dlsym(handle, symbol);
  /ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk 3 # hidden symbol '__cxa_begin_cleanup' in ./obj/local/armeabi/libgnustl_static.a(eh_arm.o)
5 # hidden symbol '__cxa_type_match' in ./obj/local/armeabi/libgnustl_static.a(eh_arm.o)
  /system/core/include/corkscrew/
demangle.h 17 /* C++ symbol name demangling. */
30 * Demangles a C++ symbol name.
  /external/chromium_org/third_party/android_platform/development/scripts/
stack_core.py 21 import symbol namespace
55 # TODO(cjhopman): it seems that symbol.SymbolInformation always fails to
82 # #00 pc 001cf42e /data/data/com.my.project/lib/libmyproject.so (symbol)
89 # bea4170c 8018e4e9 /data/data/com.my.project/lib/libmyproject.so (symbol)
106 # It is faster to get symbol information with a single call rather than with
107 # separate calls for each line. Since symbol.SymbolInformation caches results,
108 # we can extract all the addresses that we will want symbol information for
109 # from the log and call symbol.SymbolInformation so that the results are
128 symbol.SymbolInformationForSet(
129 symbol.TranslateLibPath(lib), code_addresses[lib], more_info
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 74 /// symbol. Atom's are only used by backends which set
678 const MCSymbol *Symbol;
680 /// Fragment - The fragment this symbol's value is relative to, if any.
683 /// Offset - The offset to apply to the fragment address to form this symbol's
687 /// IsExternal - True if this symbol is visible outside this translation
691 /// IsPrivateExtern - True if this symbol is private extern.
694 /// CommonSize - The size of the symbol, if it is 'common', or 0.
697 // common symbol can never get a definition.
701 /// a symbol. If a symbol has no size this field will be NULL
    [all...]

Completed in 696 milliseconds

<<11121314151617181920>>