Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbols.cpp160 return in.got->getVA() + getGotOffset(); in getGotVA()
163 uint64_t Symbol::getGotOffset() const { return gotIndex * config->wordsize; } in getGotOffset() function in Symbol
DSymbols.h195 uint64_t getGotOffset() const;
DRelocations.cpp263 uint64_t off = sym.getGotOffset(); in handleTlsRelocation()
306 mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(), in handleTlsRelocation()
1077 uint64_t off = sym.getGotOffset(); in addGotEntry()
DInputSection.cpp704 return sym.getGotOffset() + a; in getRelocTargetVA()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2959 int64_t getGotOffset(const Entry * E) const;
3183 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset() function in MipsGOTParser
6105 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()
6156 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()
6977 W.printNumber("Access", Parser.getGotOffset(E)); in printMipsGOT()