Lines Matching defs:Size
226 if (MAttrs.size()) {
228 for (unsigned i = 0; i != MAttrs.size(); ++i)
368 BytesStr.size());
370 uint64_t Size;
376 for (unsigned si = 0, se = Symbols.size(); si != se; ++si) {
393 for (Index = Start; Index < End; Index += Size) {
396 if (DisAsm->getInstruction(Inst, Size, Bytes.slice(Index),
402 DumpBytes(ArrayRef<uint8_t>(Bytes.data() + Index, Size));
410 if (Size == 0)
411 Size = 1; // skip illegible bytes
427 if (addr >= Index + Size) break;
481 "Idx Name Size Address Type\n";
488 uint64_t Size = Section.getSize();
495 Name.str().c_str(), Size, Address, Type.c_str());
508 uint64_t Size = Section.getSize();
509 if (!Size)
516 BaseAddr, BaseAddr + Size);
524 for (std::size_t addr = 0, end = Contents.size(); addr < end; addr += 16) {
614 uint64_t Size;
623 if (error(Symbol.getSize(Size)))
637 Address = Size;
638 Size = Alignment;
642 if (Size == UnknownAddressOrSize)
643 Size = 0;
686 << format("%08" PRIx64 " ", Size)
876 if (InputFilenames.size() == 0)
900 && !(DumpSections.size() != 0 && MachOOpt)) {