Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbols.cpp166 if (isInIplt) in getGotPltVA()
172 if (isInIplt) in getGotPltOffset()
178 uint64_t outVA = isInIplt in getPltVA()
DSymbols.h249 isInIplt(false), gotInIgot(false), isPreemptible(false), in Symbol()
260 uint8_t isInIplt : 1; variable
DRelocations.cpp1480 sym.isInIplt = true; in scanReloc()