Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbols.h249 isInIplt(false), gotInIgot(false), isPreemptible(false), in Symbol()
264 uint8_t gotInIgot : 1; variable
DRelocations.cpp1500 sym.gotInIgot = true; in scanReloc()
1512 if (sym.gotInIgot) { in scanReloc()
1521 sym.gotInIgot = false; in scanReloc()
DSymbols.cpp158 if (gotInIgot) in getGotVA()