Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp302 uint64_t SectSize = Section.getSize(); in DisassembleObject() local
303 if (!SectSize) in DisassembleObject()
316 if (Address >= SectSize) in DisassembleObject()
380 uint64_t End = (si == se - 1) ? SectSize : Symbols[si + 1].first; in DisassembleObject()
DMachODump.cpp870 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection() local
893 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0'; in DumpLiteralPointerSection()
2421 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); in get_pointer_64() local
2430 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()
2433 left = SectSize - offset; in get_pointer_64()
6249 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local
6250 uint64_t End = containsNextSym ? NextSym : SectSize; in DisassembleMachO()
6354 uint64_t SectSize = Sections[SectIdx].getSize(); in DisassembleMachO() local
6356 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()