Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h214 uint32_t getGotIdx() const { return symAux[auxIdx].gotIdx; } in getGotIdx() function
219 bool isInGot() const { return getGotIdx() != uint32_t(-1); } in isInGot()
H A DSymbols.cpp170 return getGotIdx() * target->gotEntrySize; in getGotOffset()
H A DSyntheticSections.cpp2121 return l.sym->getGotIdx() < r.sym->getGotIdx(); in sortMipsSymbols()