Searched refs:GOTShdr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1043 void parseGOT(const Elf_Shdr &GOTShdr);
1065 void MipsGOTParser<ELFT>::parseGOT(const Elf_Shdr &GOTShdr) { argument
1070 ErrorOr<ArrayRef<uint8_t>> GOT = Obj->getSectionContents(&GOTShdr);
1108 W.printHex("Canonical gp value", GOTShdr.sh_addr + 0x7ff0);
1114 printGotEntry(GOTShdr.sh_addr, GotBegin, It++);
1120 printGotEntry(GOTShdr.sh_addr, GotBegin, It++);
1128 printGotEntry(GOTShdr.sh_addr, GotBegin, It);
1138 printGlobalGotEntry(GOTShdr.sh_addr, GotBegin, It, GotDynSym++);

Completed in 95 milliseconds