Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:SectSize

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;
500 Sections[SectIdx].getSize(SectSize);
503 0, SectSize,
513 uint64_t SectSize = 0;
514 Sections[SectIdx].getSize(SectSize);
520 SectSize,
552 uint64_t SectSize = 0, SectAddress;
553 Sections[SectIdx].getSize(SectSize);
558 uint64_t End = llvm::next(fi) == fe ? SectSize :