Lines Matching refs:object_size

3039           uint64_t object_size = MachOContents.size();  in GuessCstringPointer()  local
3041 if (object_offset < object_size) { in GuessCstringPointer()
3060 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local
3062 if (object_offset < object_size) { in GuessCstringPointer()
3249 uint64_t object_size = MachOContents.size(); in GuessPointerPointer() local
3251 if (object_offset < object_size) { in GuessPointerPointer()
8576 uint32_t flags, uint32_t object_size, in PrintSegmentCommand() argument
8604 if (fileoff > object_size) in PrintSegmentCommand()
8609 if (fileoff + filesize > object_size) in PrintSegmentCommand()
8675 uint32_t filetype, uint32_t object_size, in PrintSection() argument
8691 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
8696 if (offset > object_size) in PrintSection()
8703 if (reloff > object_size) in PrintSection()
8708 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
8803 uint32_t object_size) { in PrintSymtabLoadCommand() argument
8811 if (st.symoff > object_size) in PrintSymtabLoadCommand()
8821 if (big_size > object_size) in PrintSymtabLoadCommand()
8829 if (big_size > object_size) in PrintSymtabLoadCommand()
8835 if (st.stroff > object_size) in PrintSymtabLoadCommand()
8842 if (big_size > object_size) in PrintSymtabLoadCommand()
8849 uint32_t nsyms, uint32_t object_size, in PrintDysymtabLoadCommand() argument
8895 if (dyst.tocoff > object_size) in PrintDysymtabLoadCommand()
8903 if (big_size > object_size) in PrintDysymtabLoadCommand()
8908 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
8923 if (modtabend > object_size) in PrintDysymtabLoadCommand()
8928 if (dyst.extrefsymoff > object_size) in PrintDysymtabLoadCommand()
8936 if (big_size > object_size) in PrintDysymtabLoadCommand()
8941 if (dyst.indirectsymoff > object_size) in PrintDysymtabLoadCommand()
8949 if (big_size > object_size) in PrintDysymtabLoadCommand()
8954 if (dyst.extreloff > object_size) in PrintDysymtabLoadCommand()
8962 if (big_size > object_size) in PrintDysymtabLoadCommand()
8967 if (dyst.locreloff > object_size) in PrintDysymtabLoadCommand()
8975 if (big_size > object_size) in PrintDysymtabLoadCommand()
8982 uint32_t object_size) { in PrintDyldInfoLoadCommand() argument
8993 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
9001 if (big_size > object_size) in PrintDyldInfoLoadCommand()
9006 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
9013 if (big_size > object_size) in PrintDyldInfoLoadCommand()
9018 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
9025 if (big_size > object_size) in PrintDyldInfoLoadCommand()
9030 if (dc.lazy_bind_off > object_size) in PrintDyldInfoLoadCommand()
9037 if (big_size > object_size) in PrintDyldInfoLoadCommand()
9042 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()
9049 if (big_size > object_size) in PrintDyldInfoLoadCommand()
9243 uint32_t object_size) { in PrintEncryptionInfoCommand() argument
9251 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand()
9256 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand()
9264 uint32_t object_size) { in PrintEncryptionInfoCommand64() argument
9272 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand64()
9277 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand64()
10076 uint32_t object_size) { in PrintLinkEditDataCommand() argument
10101 if (ld.dataoff > object_size) in PrintLinkEditDataCommand()
10108 if (big_size > object_size) in PrintLinkEditDataCommand()