Lines Matching defs:object_size
3243 uint64_t object_size = MachOContents.size();
3245 if (object_offset < object_size) {
3264 uint64_t object_size = MachOContents.size();
3266 if (object_offset < object_size) {
3453 uint64_t object_size = MachOContents.size();
3455 if (object_offset < object_size) {
8564 uint32_t flags, uint32_t object_size,
8592 if (fileoff > object_size)
8597 if (fileoff + filesize > object_size)
8669 uint32_t filetype, uint32_t object_size,
8685 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size)
8690 if (offset > object_size)
8697 if (reloff > object_size)
8702 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size)
8799 uint32_t object_size) {
8807 if (st.symoff > object_size)
8817 if (big_size > object_size)
8825 if (big_size > object_size)
8831 if (st.stroff > object_size)
8838 if (big_size > object_size)
8845 uint32_t nsyms, uint32_t object_size,
8891 if (dyst.tocoff > object_size)
8899 if (big_size > object_size)
8904 if (dyst.modtaboff > object_size)
8919 if (modtabend > object_size)
8924 if (dyst.extrefsymoff > object_size)
8932 if (big_size > object_size)
8937 if (dyst.indirectsymoff > object_size)
8945 if (big_size > object_size)
8950 if (dyst.extreloff > object_size)
8958 if (big_size > object_size)
8963 if (dyst.locreloff > object_size)
8971 if (big_size > object_size)
8978 uint32_t object_size) {
8989 if (dc.rebase_off > object_size)
8997 if (big_size > object_size)
9002 if (dc.bind_off > object_size)
9009 if (big_size > object_size)
9014 if (dc.weak_bind_off > object_size)
9021 if (big_size > object_size)
9026 if (dc.lazy_bind_off > object_size)
9033 if (big_size > object_size)
9038 if (dc.export_off > object_size)
9045 if (big_size > object_size)
9239 uint32_t object_size) {
9247 if (ec.cryptoff > object_size)
9252 if (ec.cryptsize > object_size)
9260 uint32_t object_size) {
9268 if (ec.cryptoff > object_size)
9273 if (ec.cryptsize > object_size)
10072 uint32_t object_size) {
10099 if (ld.dataoff > object_size)
10106 if (big_size > object_size)