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

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

Completed in 1849 milliseconds