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

Lines Matching full:sectsize

111     uint64_t SectAddr = 0, SectSize = 0;
113 Sections[i].getSize(SectSize);
116 SectAddr + SectSize > Address) {
441 uint64_t SectSize;
442 Sections[SectIdx].getSize(SectSize);
443 uint64_t End = containsNextSym ? NextSym : SectSize;
497 uint64_t SectSize = 0, SectAddress = 0;
498 Sections[SectIdx].getSize(SectSize);
501 0, SectSize,
511 uint64_t SectSize = 0;
512 Sections[SectIdx].getSize(SectSize);
518 SectSize,
550 uint64_t SectSize = 0, SectAddress;
551 Sections[SectIdx].getSize(SectSize);
556 uint64_t End = llvm::next(fi) == fe ? SectSize :