Home
last modified time | relevance | path

Searched refs:getGotOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp156 return ctx.in.got->getVA() + getGotOffset(ctx); in getGotVA()
159 uint64_t Symbol::getGotOffset(Ctx &ctx) const { in getGotOffset() function in Symbol
H A DRelocations.cpp896 uint64_t off = sym.getGotOffset(ctx); in addGotEntry()
918 uint64_t off = sym.getGotOffset(ctx); in addGotAuthEntry()
936 uint64_t off = sym.getGotOffset(ctx); in addTpOffsetGotEntry()
1936 sym.getGotOffset(ctx), sym); in postScanRelocations()
1941 {R_ABS, ctx.target->tlsOffsetRel, sym.getGotOffset(ctx), 0, &sym}); in postScanRelocations()
H A DSymbols.h203 uint64_t getGotOffset(Ctx &) const;
H A DInputSection.cpp817 return r.sym->getGotOffset(ctx) + a; in getRelocTargetVA()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3025 int64_t getGotOffset(const Entry * E) const;
3249 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset() function in MipsGOTParser
6954 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()
7008 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()
8273 W.printNumber("Access", Parser.getGotOffset(E)); in printMipsGOT()