Home | History | Annotate | Download | only in Target

Lines Matching refs:IndirectFunc

1489   // 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)