Lines Matching refs:object_size

2107           uint64_t object_size = MachOContents.size();  in GuessCstringPointer()  local
2109 if (object_offset < object_size) { in GuessCstringPointer()
2128 uint64_t object_size = MachOContents.size(); in GuessCstringPointer() local
2130 if (object_offset < object_size) { in GuessCstringPointer()
2324 uint64_t object_size = MachOContents.size(); in GuessPointerPointer() local
2326 if (object_offset < object_size) { in GuessPointerPointer()
7088 uint32_t flags, uint32_t object_size, in PrintSegmentCommand() argument
7116 if (fileoff > object_size) in PrintSegmentCommand()
7121 if (fileoff + filesize > object_size) in PrintSegmentCommand()
7203 uint32_t filetype, uint32_t object_size, in PrintSection() argument
7219 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size) in PrintSection()
7224 if (offset > object_size) in PrintSection()
7231 if (reloff > object_size) in PrintSection()
7236 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
7331 uint32_t object_size) { in PrintSymtabLoadCommand() argument
7339 if (st.symoff > object_size) in PrintSymtabLoadCommand()
7349 if (big_size > object_size) in PrintSymtabLoadCommand()
7357 if (big_size > object_size) in PrintSymtabLoadCommand()
7363 if (st.stroff > object_size) in PrintSymtabLoadCommand()
7370 if (big_size > object_size) in PrintSymtabLoadCommand()
7377 uint32_t nsyms, uint32_t object_size, in PrintDysymtabLoadCommand() argument
7423 if (dyst.tocoff > object_size) in PrintDysymtabLoadCommand()
7431 if (big_size > object_size) in PrintDysymtabLoadCommand()
7436 if (dyst.modtaboff > object_size) in PrintDysymtabLoadCommand()
7451 if (modtabend > object_size) in PrintDysymtabLoadCommand()
7456 if (dyst.extrefsymoff > object_size) in PrintDysymtabLoadCommand()
7464 if (big_size > object_size) in PrintDysymtabLoadCommand()
7469 if (dyst.indirectsymoff > object_size) in PrintDysymtabLoadCommand()
7477 if (big_size > object_size) in PrintDysymtabLoadCommand()
7482 if (dyst.extreloff > object_size) in PrintDysymtabLoadCommand()
7490 if (big_size > object_size) in PrintDysymtabLoadCommand()
7495 if (dyst.locreloff > object_size) in PrintDysymtabLoadCommand()
7503 if (big_size > object_size) in PrintDysymtabLoadCommand()
7510 uint32_t object_size) { in PrintDyldInfoLoadCommand() argument
7521 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()
7529 if (big_size > object_size) in PrintDyldInfoLoadCommand()
7534 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()
7541 if (big_size > object_size) in PrintDyldInfoLoadCommand()
7546 if (dc.weak_bind_off > object_size) in PrintDyldInfoLoadCommand()
7553 if (big_size > object_size) in PrintDyldInfoLoadCommand()
7558 if (dc.lazy_bind_off > object_size) in PrintDyldInfoLoadCommand()
7565 if (big_size > object_size) in PrintDyldInfoLoadCommand()
7570 if (dc.export_off > object_size) in PrintDyldInfoLoadCommand()
7577 if (big_size > object_size) in PrintDyldInfoLoadCommand()
7714 uint32_t object_size) { in PrintEncryptionInfoCommand() argument
7722 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand()
7727 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand()
7735 uint32_t object_size) { in PrintEncryptionInfoCommand64() argument
7743 if (ec.cryptoff > object_size) in PrintEncryptionInfoCommand64()
7748 if (ec.cryptsize > object_size) in PrintEncryptionInfoCommand64()
8278 uint32_t object_size) { in PrintLinkEditDataCommand() argument
8299 if (ld.dataoff > object_size) in PrintLinkEditDataCommand()
8306 if (big_size > object_size) in PrintLinkEditDataCommand()