Home
last modified time | relevance | path

Searched refs:SectSize (Results 1 – 6 of 6) sorted by relevance

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