Lines Matching refs:object_size
2682 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local
2684 if (object_offset < object_size) { in GuessCstringPointer()
2703 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local
2705 if (object_offset < object_size) { in GuessCstringPointer()
2900 uint64_t object_size = MachOContents.size(); in GuessPointerPointer() local
2902 if (object_offset < object_size) { in GuessPointerPointer()
8120 uint32_t flags, uint32_t object_size, in PrintSegmentCommand() argument
8148 if (fileoff > object_size) in PrintSegmentCommand()
8153 if (fileoff + filesize > object_size) in PrintSegmentCommand()
8219 uint32_t filetype, uint32_t object_size, in PrintSection() argument
8235 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
8240 if (offset > object_size) in PrintSection()
8247 if (reloff > object_size) in PrintSection()
8252 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
8347 uint32_t object_size) { in PrintSymtabLoadCommand() argument
8355 if (st.symoff > object_size) in PrintSymtabLoadCommand()
8365 if (big_size > object_size) in PrintSymtabLoadCommand()
8373 if (big_size > object_size) in PrintSymtabLoadCommand()
8379 if (st.stroff > object_size) in PrintSymtabLoadCommand()
8386 if (big_size > object_size) in PrintSymtabLoadCommand()
8393 uint32_t nsyms, uint32_t object_size, in PrintDysymtabLoadCommand() argument
8439 if (dyst.tocoff > object_size) in PrintDysymtabLoadCommand()
8447 if (big_size > object_size) in PrintDysymtabLoadCommand()
8452 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
8467 if (modtabend > object_size) in PrintDysymtabLoadCommand()
8472 if (dyst.extrefsymoff > object_size) in PrintDysymtabLoadCommand()
8480 if (big_size > object_size) in PrintDysymtabLoadCommand()
8485 if (dyst.indirectsymoff > object_size) in PrintDysymtabLoadCommand()
8493 if (big_size > object_size) in PrintDysymtabLoadCommand()
8498 if (dyst.extreloff > object_size) in PrintDysymtabLoadCommand()
8506 if (big_size > object_size) in PrintDysymtabLoadCommand()
8511 if (dyst.locreloff > object_size) in PrintDysymtabLoadCommand()
8519 if (big_size > object_size) in PrintDysymtabLoadCommand()
8526 uint32_t object_size) { in PrintDyldInfoLoadCommand() argument
8537 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
8545 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8550 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
8557 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8562 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
8569 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8574 if (dc.lazy_bind_off > object_size) in PrintDyldInfoLoadCommand()
8581 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8586 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()
8593 if (big_size > object_size) in PrintDyldInfoLoadCommand()
8777 uint32_t object_size) { in PrintEncryptionInfoCommand() argument
8785 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand()
8790 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand()
8798 uint32_t object_size) { in PrintEncryptionInfoCommand64() argument
8806 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand64()
8811 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand64()
9609 uint32_t object_size) { in PrintLinkEditDataCommand() argument
9630 if (ld.dataoff > object_size) in PrintLinkEditDataCommand()
9637 if (big_size > object_size) in PrintLinkEditDataCommand()