Home
last modified time | relevance | path

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

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