Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.cpp161 return in.got->getVA() + getGotOffset(); in getGotVA()
164 uint64_t Symbol::getGotOffset() const { in getGotOffset() function in Symbol
H A DRelocations.cpp899 uint64_t off = sym.getGotOffset(); in addGotEntry()
918 uint64_t off = sym.getGotOffset(); in addTpOffsetGotEntry()
1670 sym.getGotOffset(), sym); in postScanRelocations()
1675 {R_ABS, target->tlsOffsetRel, sym.getGotOffset(), 0, &sym}); in postScanRelocations()
H A DSymbols.h201 uint64_t getGotOffset() const;
H A DInputSection.cpp648 return sym.getGotOffset() + a; in getRelocTargetVA()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2742 int64_t getGotOffset(const Entry * E) const;
2966 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset() function in MipsGOTParser
6265 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()
6319 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()
7343 W.printNumber("Access", Parser.getGotOffset(E)); in printMipsGOT()