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.h191 uint32_t getGotIdx(Ctx &ctx) const { return ctx.symAux[auxIdx].gotIdx; } in getGotIdx() function
198 bool isInGot(Ctx &ctx) const { return getGotIdx(ctx) != uint32_t(-1); } in isInGot()
H A DSymbols.cpp160 return getGotIdx(ctx) * ctx.target->gotEntrySize; in getGotOffset()
H A DSyntheticSections.cpp2179 return l.sym->getGotIdx(ctx) < r.sym->getGotIdx(ctx); in sortMipsSymbols()