Lines Matching refs:object_size

3235           uint64_t object_size = MachOContents.size();
3237 if (object_offset < object_size) {
3256 uint64_t object_size = MachOContents.size();
3258 if (object_offset < object_size) {
3445 uint64_t object_size = MachOContents.size();
3447 if (object_offset < object_size) {
8542 uint32_t flags, uint32_t object_size,
8570 if (fileoff > object_size)
8575 if (fileoff + filesize > object_size)
8647 uint32_t filetype, uint32_t object_size,
8663 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size)
8668 if (offset > object_size)
8675 if (reloff > object_size)
8680 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size)
8777 uint32_t object_size) {
8785 if (st.symoff > object_size)
8795 if (big_size > object_size)
8803 if (big_size > object_size)
8809 if (st.stroff > object_size)
8816 if (big_size > object_size)
8823 uint32_t nsyms, uint32_t object_size,
8869 if (dyst.tocoff > object_size)
8877 if (big_size > object_size)
8882 if (dyst.modtaboff > object_size)
8897 if (modtabend > object_size)
8902 if (dyst.extrefsymoff > object_size)
8910 if (big_size > object_size)
8915 if (dyst.indirectsymoff > object_size)
8923 if (big_size > object_size)
8928 if (dyst.extreloff > object_size)
8936 if (big_size > object_size)
8941 if (dyst.locreloff > object_size)
8949 if (big_size > object_size)
8956 uint32_t object_size) {
8967 if (dc.rebase_off > object_size)
8975 if (big_size > object_size)
8980 if (dc.bind_off > object_size)
8987 if (big_size > object_size)
8992 if (dc.weak_bind_off > object_size)
8999 if (big_size > object_size)
9004 if (dc.lazy_bind_off > object_size)
9011 if (big_size > object_size)
9016 if (dc.export_off > object_size)
9023 if (big_size > object_size)
9217 uint32_t object_size) {
9225 if (ec.cryptoff > object_size)
9230 if (ec.cryptsize > object_size)
9238 uint32_t object_size) {
9246 if (ec.cryptoff > object_size)
9251 if (ec.cryptsize > object_size)
10050 uint32_t object_size) {
10077 if (ld.dataoff > object_size)
10084 if (big_size > object_size)