Searched refs:SectSize (Results 1 - 6 of 6) sorted by path

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp620 uint64_t SectSize; local
625 SectSize = Sect.size;
630 SectSize = Sect.size;
634 return SectSize;
638 if (FileSize - SectOffset < SectSize)
640 return SectSize;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp894 uint64_t SectSize = Sect->getSize(); local
917 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0';
2520 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); local
2521 if (SectSize == 0)
2531 if (Address >= SectAddress && Address < SectAddress + SectSize) {
2534 left = SectSize - offset;
6748 uint64_t SectSize = Sections[SectIdx].getSize(); local
6749 uint64_t End = containsNextSym ? NextSym : SectSize;
6862 uint64_t SectSize = Sections[SectIdx].getSize(); local
6864 for (uint64_t Index = 0; Index < SectSize; Inde
[all...]
H A Dllvm-objdump.cpp1067 uint64_t SectSize = Section.getSize();
1068 if (!SectSize)
1138 (si == se - 1) ? SectSize : Symbols[si + 1].first - SectionAddr;
1140 if (End > SectSize)
1141 End = SectSize;
/external/llvm/tools/sancov/
H A Dsancov.cc392 uint64_t SectSize = Section.getSize(); local
393 if (!SectSize)
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A Dllvm-objdump.cpp255 uint64_t SectSize; local
256 if (error(i->getSize(SectSize))) break;
267 End = SectSize;
/external/syslinux/dosutil/
H A Deltorito.asm107 dw SectSize ;SectSize ;7
285 SectSize: ;Return Sector Size label

Completed in 375 milliseconds