Searched refs:IndirectFunc (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h57 IndirectFunc = 10, enumerator in enum:mcld::ResolveInfo::Type
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1433 // if the IndirectFunc symbol (i.e., STT_GNU_IFUNC) is from dynobj, change
1435 if (type == ResolveInfo::IndirectFunc && pSymbol.isDyn())
2760 // An IndirectFunc symbol (i.e., STT_GNU_IFUNC) always needs a plt entry
2761 if (pSym.type() == ResolveInfo::IndirectFunc)

Completed in 37 milliseconds