Lines Matching refs:object_size

3016           uint64_t object_size = MachOContents.size();  in GuessCstringPointer()  local
3018 if (object_offset < object_size) { in GuessCstringPointer()
3037 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local
3039 if (object_offset < object_size) { in GuessCstringPointer()
3226 uint64_t object_size = MachOContents.size(); in GuessPointerPointer() local
3228 if (object_offset < object_size) { in GuessPointerPointer()
8553 uint32_t flags, uint32_t object_size, in PrintSegmentCommand() argument
8581 if (fileoff > object_size) in PrintSegmentCommand()
8586 if (fileoff + filesize > object_size) in PrintSegmentCommand()
8652 uint32_t filetype, uint32_t object_size, in PrintSection() argument
8668 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
8673 if (offset > object_size) in PrintSection()
8680 if (reloff > object_size) in PrintSection()
8685 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
8780 uint32_t object_size) { in PrintSymtabLoadCommand() argument
8788 if (st.symoff > object_size) in PrintSymtabLoadCommand()
8798 if (big_size > object_size) in PrintSymtabLoadCommand()
8806 if (big_size > object_size) in PrintSymtabLoadCommand()
8812 if (st.stroff > object_size) in PrintSymtabLoadCommand()
8819 if (big_size > object_size) in PrintSymtabLoadCommand()
8826 uint32_t nsyms, uint32_t object_size, in PrintDysymtabLoadCommand() argument
8872 if (dyst.tocoff > object_size) in PrintDysymtabLoadCommand()
8880 if (big_size > object_size) in PrintDysymtabLoadCommand()
8885 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
8900 if (modtabend > object_size) in PrintDysymtabLoadCommand()
8905 if (dyst.extrefsymoff > object_size) in PrintDysymtabLoadCommand()
8913 if (big_size > object_size) in PrintDysymtabLoadCommand()
8918 if (dyst.indirectsymoff > object_size) in PrintDysymtabLoadCommand()
8926 if (big_size > object_size) in PrintDysymtabLoadCommand()
8931 if (dyst.extreloff > object_size) in PrintDysymtabLoadCommand()
8939 if (big_size > object_size) in PrintDysymtabLoadCommand()
8944 if (dyst.locreloff > object_size) in PrintDysymtabLoadCommand()
8952 if (big_size > object_size) in PrintDysymtabLoadCommand()
8959 uint32_t object_size) { in PrintDyldInfoLoadCommand() argument
8970 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
8978 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8983 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
8990 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8995 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
9002 if (big_size > object_size) in PrintDyldInfoLoadCommand()
9007 if (dc.lazy_bind_off > object_size) in PrintDyldInfoLoadCommand()
9014 if (big_size > object_size) in PrintDyldInfoLoadCommand()
9019 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()
9026 if (big_size > object_size) in PrintDyldInfoLoadCommand()
9210 uint32_t object_size) { in PrintEncryptionInfoCommand() argument
9218 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand()
9223 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand()
9231 uint32_t object_size) { in PrintEncryptionInfoCommand64() argument
9239 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand64()
9244 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand64()
10043 uint32_t object_size) { in PrintLinkEditDataCommand() argument
10064 if (ld.dataoff > object_size) in PrintLinkEditDataCommand()
10071 if (big_size > object_size) in PrintLinkEditDataCommand()