Lines Matching defs:Size
217 uint32_t Value, Size = 1;
227 Size = 4;
233 Size = 2;
239 Size = 1;
251 Size = 1;
259 Size = 2;
271 Size = 4;
274 return Size;
330 "table) (reserved1 field greater than the table size)";
403 << "(size of stubs in reserved2 field is zero)\n";
406 uint32_t count = Sec.size / stride;
431 << "(size of stubs in reserved2 field is zero)\n";
434 uint32_t count = Sec.size / stride;
804 // Set the size of the literal pointer.
984 uint32_t size, uint64_t addr) {
988 for (uint32_t i = 0; i < size; i += j, addr += j) {
993 for (j = 0; j < 16 && i + j < size; j++) {
1001 for (uint32_t i = 0; i < size; i += j, addr += j) {
1006 for (j = 0; j < 4 * sizeof(int32_t) && i + j < size;
1008 if (i + j + sizeof(int32_t) < size) {
1015 for (uint32_t k = 0; i + j + k < size; k++) {
1029 uint32_t size, uint32_t addr);
1037 for (unsigned i = 0; i < DumpSections.size(); ++i) {
1042 if (DumpSegSectName.second.size()) {
1071 uint32_t sect_size = BytesStr.size();
1075 outs().write(BytesStr.data(), BytesStr.size());
1165 if (isa<MachOObjectFile>(O) && !ArchAll && ArchFlags.size() != 0) {
1179 for (i = 0; i < ArchFlags.size(); ++i) {
1208 (DumpSections.size() != 0 && !Raw)) {
1231 if (DumpSections.size() != 0)
1373 uint64_t size = Buf.size();
1379 else if (big_size > size)
1417 if (OFA.getOffset() > size)
1422 outs() << " size " << OFA.getSize();
1424 if (big_size > size)
1485 uint64_t Size = C.getRawSize();
1486 outs() << format("%5" PRId64, Size) << " ";
1538 for (unsigned i = 0; i < ArchFlags.size(); ++i) {
1581 if (!ArchAll && ArchFlags.size() != 0) {
1584 for (unsigned i = 0; i < ArchFlags.size(); ++i) {
1594 if (ArchFlags.size() > 1)
1747 // byte Size of 1, 2 or 4. The symbolc information is returned in TagBuf is the
1753 uint64_t Size, int TagType, void *TagBuf) {
1770 if (Size != 1 && Size != 2 && Size != 4 && Size != 0)
1850 if (Size != 1 && Size != 2 && Size != 4 && Size != 0)
1882 op_info->Value -= Pc + Offset + Size;
1917 if (Offset != 0 || (Size != 4 && Size != 2))
2050 if (Offset != 0 || Size != 4)
2138 ReferenceValue < Sec.addr + Sec.size) {
2142 uint64_t object_size = MachOContents.size();
2159 ReferenceValue < Sec.addr + Sec.size) {
2163 uint64_t object_size = MachOContents.size();
2204 ReferenceValue < Sec.addr + Sec.size) {
2238 ReferenceValue < Sec.addr + Sec.size) {
2365 ReferenceValue < Sec.addr + Sec.size) {
2369 uint64_t object_size = MachOContents.size();
2383 ReferenceValue + 8 < Sec.addr + Sec.size) {
2419 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) {
2664 uint32_t size;
2672 uint32_t size;
2747 uint32_t size;
2757 // uint32_t defs[1]; /* void * (32-bit pointer) variable size */
2955 sys::swapByteOrder(i.size);
2963 sys::swapByteOrder(i.size);
3031 sys::swapByteOrder(module.size);
3247 uint32_t size = left < sizeof(uint64_t) ? left : sizeof(uint64_t);
3249 memcpy(&p, Contents + i, size);
3298 uint32_t size = left < sizeof(uint32_t) ? left : sizeof(uint32_t);
3300 memcpy(&p, Contents + i, size);
4068 outs() << "\t\t\t size " << i.size << "\n";
4136 outs() << "\t\t\t size " << i.size << "\n";
5423 outs() << " size " << module.size << "\n";
5555 uint32_t size, uint32_t addr) {
5583 for (p = sect; p < sect + size; p += sizeof(struct objc_protocol_t)) {
5585 left = size - (p - sect);
5971 if (MAttrs.size()) {
5973 for (unsigned i = 0; i != MAttrs.size(); ++i)
6121 if (DumpSections.size() == 0)
6124 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) {
6138 BytesStr.size());
6207 for (unsigned SymIdx = 0; SymIdx != Symbols.size(); SymIdx++) {
6236 while (Symbols.size() > NextSymIdx) {
6251 uint64_t Size;
6261 for (uint64_t Index = Start; Index < End; Index += Size) {
6290 Size = DumpDataInCode(Bytes.data() + Index, Length, Kind);
6293 Size++;
6302 gotInst = ThumbDisAsm->getInstruction(Inst, Size, Bytes.slice(Index),
6305 gotInst = DisAsm->getInstruction(Inst, Size, Bytes.slice(Index), PC,
6309 DumpBytes(ArrayRef<uint8_t>(Bytes.data() + Index, Size));
6335 Size = 1; // skip exactly one illegible byte and move on.
6342 Size = 4;
6345 if (Size == 0)
6346 Size = 1; // skip illegible bytes
6545 for (unsigned Offset = 0; Offset < Contents.size(); Offset += EntrySize) {
6656 if (EncodingIdx < CommonEncodings.size())
6659 Encoding = PageEncodings[EncodingIdx - CommonEncodings.size()];
6804 // Generally these are 4K in size, and have 2 possible forms:
6809 for (unsigned i = 0; i < IndexEntries.size() - 1; ++i) {
7155 outs() << " Inconsistent size\n";
7250 uint64_t addr, uint64_t size, uint32_t offset,
7265 outs() << " size " << format("0x%016" PRIx64, size);
7268 outs() << " size " << format("0x%08" PRIx64, size);
7270 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size)
7376 outs() << " (size of stubs)\n";
7386 outs() << " Incorrect size\n";
7433 outs() << " Incorrect size\n";
7568 outs() << " Incorrect size\n";
7646 outs() << " Incorrect size\n";
7661 outs() << " Incorrect size\n";
7692 outs() << " Incorrect size\n";
7712 outs() << " Incorrect size\n";
7735 outs() << " Incorrect size\n";
7757 outs() << " Incorrect size\n";
7769 outs() << " Incorrect size\n";
7790 outs() << " Incorrect size\n";
7812 outs() << " Incorrect size\n";
7843 outs() << " Incorrect size\n";
7859 outs() << " Incorrect size\n";
7875 outs() << " Incorrect size\n";
7891 outs() << " Incorrect size\n";
7906 outs() << " Incorrect size\n";
7923 outs() << " Incorrect size\n";
8109 outs() << " Incorrect size\n";
8300 outs() << " Incorrect size\n";
8346 outs() << " Incorrect size\n";
8377 SLC.initprot, SLC.nsects, SLC.flags, Buf.size(),
8381 PrintSection(S.sectname, S.segname, S.addr, S.size, S.offset, S.align,
8383 SLC.cmd, sg_segname, filetype, Buf.size(), verbose);
8391 SLC_64.nsects, SLC_64.flags, Buf.size(), verbose);
8394 PrintSection(S_64.sectname, S_64.segname, S_64.addr, S_64.size,
8397 sg_segname, filetype, Buf.size(), verbose);
8401 PrintSymtabLoadCommand(Symtab, Obj->is64Bit(), Buf.size());
8405 PrintDysymtabLoadCommand(Dysymtab, Symtab.nsyms, Buf.size(),
8410 PrintDyldInfoLoadCommand(DyldInfo, Buf.size());
8435 PrintEncryptionInfoCommand(Ei, Buf.size());
8439 PrintEncryptionInfoCommand64(Ei, Buf.size());
8482 PrintLinkEditDataCommand(Ld, Buf.size());
8604 uint64_t Size;
8626 Info.Size = Section.getSize();
8656 if (OffsetInSeg >= (SI.OffsetInSegment + SI.Size))