Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbols.cpp160 return in.got->getVA() + getGotOffset(); in getGotVA()
163 uint64_t Symbol::getGotOffset() const { in getGotOffset() function in Symbol
DSymbols.h197 uint64_t getGotOffset() const;
DRelocations.cpp267 uint64_t off = sym.getGotOffset(); in handleTlsRelocation()
312 sym.getGotOffset(), sym); in handleTlsRelocation()
1092 uint64_t off = sym.getGotOffset(); in addGotEntry()
DInputSection.cpp710 return sym.getGotOffset() + a; in getRelocTargetVA()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2660 int64_t getGotOffset(const Entry * E) const;
2884 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset() function in MipsGOTParser
6036 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()
6090 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()
7066 W.printNumber("Access", Parser.getGotOffset(E)); in printMipsGOT()