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 382 uint64_t SectSize;
383 Sections[SectIdx].getSize(SectSize);
384 uint64_t End = containsNextSym ? NextSym : SectSize;
442 uint64_t SectSize;
443 Sections[SectIdx].getSize(SectSize);
445 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
llvm-objdump.cpp 417 uint64_t SectSize;
418 if (error(Section.getSize(SectSize)))
432 if (Address >= SectSize)
496 End = SectSize;

Completed in 55 milliseconds