Home
last modified time | relevance | path

Searched refs:SymType (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
DUNUSED_STABS.txt96 SymType *type; /* type of element */
126 SymType *type;
131 SymType *type; /* *type */
136 SymType *idxtype;
137 SymType *type;
155 SymType *type; /* type */
168 Bool ML_(st_isstruct)(SymType *ty)
173 Bool ML_(st_isunion)(SymType *ty)
178 Bool ML_(st_isenum)(SymType *ty)
183 static inline SymType *alloc(SymType *st)
[all …]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp94 object::SymbolRef::Type SymType; in loadObject() local
96 Check(i->getType(SymType)); in loadObject()
110 if (SymType == object::SymbolRef::ST_Function || in loadObject()
111 SymType == object::SymbolRef::ST_Data || in loadObject()
112 SymType == object::SymbolRef::ST_Unknown) { in loadObject()
127 SymType == object::SymbolRef::ST_Function, in loadObject()
139 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name << "\n"); in loadObject()
DRuntimeDyldELF.cpp407 SymbolRef::Type SymType; in processRelocationRef() local
408 Symbol.getType(SymType); in processRelocationRef()
409 switch (SymType) { in processRelocationRef()