Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp166 return in.got->getVA() + getGotOffset(); in getGotVA()
169 uint64_t Symbol::getGotOffset() const { in getGotOffset() function in Symbol
H A DRelocations.cpp926 uint64_t off = sym.getGotOffset(); in addGotEntry()
945 uint64_t off = sym.getGotOffset(); in addTpOffsetGotEntry()
1842 sym.getGotOffset(), sym); in postScanRelocations()
1847 {R_ABS, target->tlsOffsetRel, sym.getGotOffset(), 0, &sym}); in postScanRelocations()
H A DSymbols.h224 uint64_t getGotOffset() const;
H A DInputSection.cpp762 return sym.getGotOffset() + a; in getRelocTargetVA()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2962 int64_t getGotOffset(const Entry * E) const;
3186 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset() function in MipsGOTParser
6842 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()
6896 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()
8154 W.printNumber("Access", Parser.getGotOffset(E)); in printMipsGOT()