Lines Matching refs:object_size
3235 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local
3237 if (object_offset < object_size) { in GuessCstringPointer()
3256 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local
3258 if (object_offset < object_size) { in GuessCstringPointer()
3445 uint64_t object_size = MachOContents.size(); in GuessPointerPointer() local
3447 if (object_offset < object_size) { in GuessPointerPointer()
8430 uint32_t flags, uint32_t object_size, in PrintSegmentCommand() argument
8458 if (fileoff > object_size) in PrintSegmentCommand()
8463 if (fileoff + filesize > object_size) in PrintSegmentCommand()
8535 uint32_t filetype, uint32_t object_size, in PrintSection() argument
8551 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
8556 if (offset > object_size) in PrintSection()
8563 if (reloff > object_size) in PrintSection()
8568 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
8665 uint32_t object_size) { in PrintSymtabLoadCommand() argument
8673 if (st.symoff > object_size) in PrintSymtabLoadCommand()
8683 if (big_size > object_size) in PrintSymtabLoadCommand()
8691 if (big_size > object_size) in PrintSymtabLoadCommand()
8697 if (st.stroff > object_size) in PrintSymtabLoadCommand()
8704 if (big_size > object_size) in PrintSymtabLoadCommand()
8711 uint32_t nsyms, uint32_t object_size, in PrintDysymtabLoadCommand() argument
8757 if (dyst.tocoff > object_size) in PrintDysymtabLoadCommand()
8765 if (big_size > object_size) in PrintDysymtabLoadCommand()
8770 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
8785 if (modtabend > object_size) in PrintDysymtabLoadCommand()
8790 if (dyst.extrefsymoff > object_size) in PrintDysymtabLoadCommand()
8798 if (big_size > object_size) in PrintDysymtabLoadCommand()
8803 if (dyst.indirectsymoff > object_size) in PrintDysymtabLoadCommand()
8811 if (big_size > object_size) in PrintDysymtabLoadCommand()
8816 if (dyst.extreloff > object_size) in PrintDysymtabLoadCommand()
8824 if (big_size > object_size) in PrintDysymtabLoadCommand()
8829 if (dyst.locreloff > object_size) in PrintDysymtabLoadCommand()
8837 if (big_size > object_size) in PrintDysymtabLoadCommand()
8844 uint32_t object_size) { in PrintDyldInfoLoadCommand() argument
8855 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
8863 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8868 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
8875 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8880 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
8887 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8892 if (dc.lazy_bind_off > object_size) in PrintDyldInfoLoadCommand()
8899 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8904 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()
8911 if (big_size > object_size) in PrintDyldInfoLoadCommand()
9105 uint32_t object_size) { in PrintEncryptionInfoCommand() argument
9113 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand()
9118 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand()
9126 uint32_t object_size) { in PrintEncryptionInfoCommand64() argument
9134 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand64()
9139 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand64()
9938 uint32_t object_size) { in PrintLinkEditDataCommand() argument
9965 if (ld.dataoff > object_size) in PrintLinkEditDataCommand()
9972 if (big_size > object_size) in PrintLinkEditDataCommand()