HomeSort by relevance Sort by last modified time
    Searched refs:SectSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-objdump/
MachODump.cpp 113 uint64_t SectAddr = 0, SectSize = 0;
115 Sections[i].getSize(SectSize);
118 SectAddr + SectSize > Address) {
420 uint64_t SectSize;
421 Sections[SectIdx].getSize(SectSize);
422 uint64_t End = containsNextSym ? NextSym : SectSize;
476 uint64_t SectSize;
477 Sections[SectIdx].getSize(SectSize);
479 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
499 uint64_t SectSize = 0, SectAddress = 0
    [all...]
llvm-objdump.cpp 323 uint64_t SectSize;
324 if (error(i->getSize(SectSize))) break;
335 End = SectSize;

Completed in 44 milliseconds