Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1812 const GOTEntry *GotLocalEnd = makeGOTIter(*GOT, *DtLocalGotNum); in parseGOT() local
1827 if (It != GotLocalEnd && (*It >> (sizeof(GOTEntry) * 8 - 1)) != 0) { in parseGOT()
1835 for (; It != GotLocalEnd; ++It) { in parseGOT()