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

/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1103 GOTIter GotLocalEnd = makeGOTIter(*GOT, DtLocalGotNum); local
1118 if (It != GotLocalEnd && (*It >> (sizeof(GOTEntry) * 8 - 1)) != 0) {
1126 for (; It != GotLocalEnd; ++It) {

Completed in 121 milliseconds