Lines Matching +defs:lo +defs:size
607 "table) (reserved1 field greater than the table size)";
676 << "(size of stubs in reserved2 field is zero)\n";
679 uint32_t count = Sec.size / stride;
704 << "(size of stubs in reserved2 field is zero)\n";
707 uint32_t count = Sec.size / stride;
769 outs() << "lo/";
1263 outs() << " size = " << Segment.Header.size << '\n';
1327 if (StartsIdx < Segments.size() && I == Segments[StartsIdx].SegIdx) {
1361 SegmentWidth = std::max(SegmentWidth, Entry.segmentName().size());
1362 SectionWidth = std::max(SectionWidth, Entry.sectionName().size());
1366 DylibWidth = std::max(DylibWidth, Entry.symbolName().size());
1670 // Set the size of the literal pointer.
1879 uint32_t size, uint64_t addr) {
1883 for (uint32_t i = 0; i < size; i += j, addr += j) {
1888 for (j = 0; j < 16 && i + j < size; j++) {
1896 for (uint32_t i = 0; i < size; i += j, addr += j) {
1901 for (j = 0; j < 4 * sizeof(int32_t) && i + j < size;
1903 if (i + j + sizeof(int32_t) <= size) {
1910 for (uint32_t k = 0; i + j + k < size; k++) {
1924 uint32_t size, uint32_t addr);
1931 for (unsigned i = 0; i < FilterSections.size(); ++i) {
1973 uint32_t sect_size = BytesStr.size();
2057 outs() << format("%.*s", BytesStr.size(), sect) << "\n";
2361 uint64_t size = Buf.size();
2367 else if (big_size > size)
2413 if (OFA.getOffset() > size)
2418 outs() << " size " << OFA.getSize();
2420 if (big_size > size)
2514 for (unsigned i = 0; i < ArchFlags.size(); ++i) {
2604 for (unsigned i = 0; i < ArchFlags.size(); ++i) {
2614 if (ArchFlags.size() > 1)
3239 ReferenceValue < Sec.addr + Sec.size) {
3243 uint64_t object_size = MachOContents.size();
3260 ReferenceValue < Sec.addr + Sec.size) {
3264 uint64_t object_size = MachOContents.size();
3299 ReferenceValue < Sec.addr + Sec.size) {
3330 ReferenceValue < Sec.addr + Sec.size) {
3449 ReferenceValue < Sec.addr + Sec.size) {
3453 uint64_t object_size = MachOContents.size();
3467 ReferenceValue + 8 < Sec.addr + Sec.size) {
3499 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) {
3759 uint32_t size;
3767 uint32_t size;
3844 uint32_t size;
3854 // uint32_t defs[1]; /* void * (32-bit pointer) variable size */
4058 sys::swapByteOrder(i.size);
4066 sys::swapByteOrder(i.size);
4134 sys::swapByteOrder(module.size);
4361 uint32_t size = left < sizeof(uint64_t) ? left : sizeof(uint64_t);
4363 memcpy(&p, Contents + i, size);
4410 uint32_t size = left < sizeof(uint32_t) ? left : sizeof(uint32_t);
4412 memcpy(&p, Contents + i, size);
5278 outs() << "\t\t\t size " << i.size << "\n";
5346 outs() << "\t\t\t size " << i.size << "\n";
6641 outs() << " size " << module.size << "\n";
6773 uint32_t size, uint32_t addr) {
6785 for (p = sect; p < sect + size; p += sizeof(struct objc_protocol_t)) {
6787 left = size - (p - sect);
7287 for (unsigned i = 0; i != MAttrs.size(); ++i)
7433 for (unsigned SectIdx = 0; SectIdx != Sections.size(); SectIdx++) {
7502 for (unsigned SymIdx = 0; SymIdx != Symbols.size(); SymIdx++) {
7558 while (Symbols.size() > NextSymIdx) {
7756 if (Offset + sizeof(T) > Contents.size()) {
7900 for (unsigned Offset = 0; Offset < Contents.size(); Offset += EntrySize) {
7997 uint32_t NumCommonEncodings = CommonEncodings.size();
8177 // Generally these are 4K in size, and have 2 possible forms:
8182 for (unsigned i = 0; i < IndexEntries.size() - 1; ++i) {
8195 if (Pos + sizeof(uint32_t) > Contents.size()) {
8580 outs() << " Inconsistent size\n";
8665 uint64_t addr, uint64_t size, uint32_t offset,
8680 outs() << " size " << format("0x%016" PRIx64, size);
8683 outs() << " size " << format("0x%08" PRIx64, size);
8685 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size)
8793 outs() << " (size of stubs)\n";
8803 outs() << " Incorrect size\n";
8850 outs() << " Incorrect size\n";
8985 outs() << " Incorrect size\n";
9063 outs() << " Incorrect size\n";
9078 outs() << " Incorrect size\n";
9094 outs() << " Incorrect size\n";
9127 outs() << " Incorrect size\n";
9154 outs() << " Incorrect size\n";
9160 outs() << " size " << Nt.size << "\n";
9182 outs() << " Incorrect size\n";
9209 outs() << " Incorrect size\n";
9231 outs() << " Incorrect size\n";
9243 outs() << " Incorrect size\n";
9264 outs() << " Incorrect size\n";
9281 static void PrintLinkerOptionCommand(MachO::linker_option_command lo,
9284 outs() << " cmdsize " << lo.cmdsize;
9285 if (lo.cmdsize < sizeof(struct MachO::linker_option_command))
9286 outs() << " Incorrect size\n";
9289 outs() << " count " << lo.count << "\n";
9291 uint32_t left = lo.cmdsize - sizeof(struct MachO::linker_option_command);
9307 if (lo.count != i)
9308 outs() << " count " << lo.count << " does not match number of strings "
9317 outs() << " Incorrect size\n";
9333 outs() << " Incorrect size\n";
9349 outs() << " Incorrect size\n";
9365 outs() << " Incorrect size\n";
9380 outs() << " Incorrect size\n";
9397 outs() << " Incorrect size\n";
9659 outs() << " Incorrect size\n";
10043 outs() << " Incorrect size\n";
10095 outs() << " Incorrect size\n";
10123 SLC.initprot, SLC.nsects, SLC.flags, Buf.size(),
10127 PrintSection(S.sectname, S.segname, S.addr, S.size, S.offset, S.align,
10129 SLC.cmd, sg_segname, filetype, Buf.size(), verbose);
10137 SLC_64.nsects, SLC_64.flags, Buf.size(), verbose);
10140 PrintSection(S_64.sectname, S_64.segname, S_64.addr, S_64.size,
10143 sg_segname, filetype, Buf.size(), verbose);
10147 PrintSymtabLoadCommand(Symtab, Obj->is64Bit(), Buf.size());
10151 PrintDysymtabLoadCommand(Dysymtab, Symtab.nsyms, Buf.size(),
10156 PrintDyldInfoLoadCommand(DyldInfo, Buf.size());
10190 PrintEncryptionInfoCommand(Ei, Buf.size());
10194 PrintEncryptionInfoCommand64(Ei, Buf.size());
10240 PrintLinkEditDataCommand(Ld, Buf.size());