Searched refs:GOTShdr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1775 const Elf_Shdr *GOTShdr = findSectionByAddress(Obj, *DtPltGot); in parseGOT() local 1776 if (!GOTShdr) { in parseGOT() 1781 ErrorOr<ArrayRef<uint8_t>> GOT = Obj->getSectionContents(GOTShdr); in parseGOT() 1817 W.printHex("Canonical gp value", GOTShdr->sh_addr + 0x7ff0); in parseGOT() 1823 printGotEntry(GOTShdr->sh_addr, GotBegin, It++); in parseGOT() 1829 printGotEntry(GOTShdr->sh_addr, GotBegin, It++); in parseGOT() 1837 printGotEntry(GOTShdr->sh_addr, GotBegin, It); in parseGOT() 1848 printGlobalGotEntry(GOTShdr->sh_addr, GotBegin, It, GotDynSym++, in parseGOT()
|