Searched refs:obj_size (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dxdr_reference.c143 * > obj_size: size of the object.
148 xdr_pointer(xdrs,objpp,obj_size,xdr_obj)
151 u_int obj_size;
165 return (xdr_reference(xdrs,objpp,obj_size,xdr_obj));
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dsec_xdr_reference.c135 sec_xdr_pointer(XDR *xdrs, uint8_t **objpp, u_int obj_size, xdrproc_t xdr_obj) argument
150 return (sec_xdr_reference(xdrs,objpp,obj_size,xdr_obj));
H A Dsec_xdr.h36 extern bool_t sec_xdr_pointer(XDR *xdrs, uint8_t **objpp, u_int obj_size, xdrproc_t xdr_obj);
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dsec_xdr_reference.c135 sec_xdr_pointer(XDR *xdrs, uint8_t **objpp, u_int obj_size, xdrproc_t xdr_obj) argument
150 return (sec_xdr_reference(xdrs,objpp,obj_size,xdr_obj));
H A Dsec_xdr.h36 extern bool_t sec_xdr_pointer(XDR *xdrs, uint8_t **objpp, u_int obj_size, xdrproc_t xdr_obj);
/macosx-10.9.5/cctools-845/as/
H A Dobstack.c110 register int obj_size = h->next_free - h->object_base;
115 new_size = (obj_size + length) + (obj_size >> 3) + 100;
129 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
136 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
141 for (i = already; i < obj_size; i++)
145 h->next_free = h->object_base + obj_size;
109 register int obj_size = h->next_free - h->object_base; local
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dobstack.c251 register long obj_size = h->next_free - h->object_base;
257 new_size = (obj_size + length) + (obj_size >> 3) + h->alignment_mask + 100;
278 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
285 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
290 for (i = already; i < obj_size; i++)
306 h->next_free = h->object_base + obj_size;
250 register long obj_size = h->next_free - h->object_base; local
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dobstack.c244 register long obj_size = h->next_free - h->object_base;
249 new_size = (obj_size + length) + (obj_size >> 3) + 100;
266 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
273 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
278 for (i = already; i < obj_size; i++)
291 h->next_free = h->object_base + obj_size;
243 register long obj_size = h->next_free - h->object_base; local
/macosx-10.9.5/cctools-845/ld/
H A Drld.c203 long obj_size);
365 long obj_size)
567 cur_obj->obj_size = obj_size;
1068 cur_obj->obj_size = best_fat_arch->size;
1085 cur_obj->obj_size = size;
1095 cur_obj->obj_size = base_size;
355 internal_kld_load( struct mach_header **header_addr, const char * const *object_filenames, const char *output_filename, const char *file_name, const char *obj_addr, long obj_size) argument
H A Dobjects.h41 unsigned long obj_size; /* Size of the object file. */ member in struct:object_file
H A Dpass1.c1236 cur_obj->obj_size = arch_size;
1251 cur_obj->obj_size = ar_size;
1474 cur_obj->obj_size = strtol(cur_obj->ar_hdr->ar_size,
1477 cur_obj->obj_size > file_size){
1610 cur_obj->obj_size = strtol(cur_obj->ar_hdr->ar_size, NULL,
1613 cur_obj->obj_size > file_size){
1711 cur_obj->obj_size = strtol(cur_obj->ar_hdr->ar_size,
1714 ar_name_size + cur_obj->obj_size > file_size){
1811 unsigned long offset, obj_size, length; local
1880 obj_size
[all...]
H A Dobjects.c870 object_file->obj_size != 0 &&
875 object_file->obj_size)) != KERN_SUCCESS)
881 (unsigned int)object_file->obj_size);
886 object_file->obj_size = 0;
1002 print("\tobj_size %lu\n", object_file->obj_size);
H A Dpass2.c274 (vm_size_t)cur_obj->obj_size, VM_SYNC_DEACTIVATE);
H A Dsymbols.c314 0, /* obj_size */
4262 link_edit_common_object.obj_size =
4267 allocate(link_edit_common_object.obj_size);
4270 link_edit_common_object.obj_size);
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_shared_region.c1021 vm_object_size_t obj_size; local
1129 obj_size = vm_map_round_page(mappings[i].sfm_size,
1131 object = vm_object_allocate(obj_size);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c384 size_t obj_size)
419 (addr + obj_size - 1) < zone_map_max_address )
382 is_sane_zone_ptr(zone_t zone, vm_offset_t addr, size_t obj_size) argument

Completed in 209 milliseconds