Searched refs:kxld_alloc (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dkxld_dict_test.c123 int * tmp_value = kxld_alloc(sizeof(int));
124 char * tmp_key = kxld_alloc(sizeof(char) * (KEYLEN + 1));
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld.c121 context = kxld_alloc(sizeof(*context));
132 context->kext = kxld_alloc(kxld_kext_sizeof());
144 s_order_dict = kxld_alloc(sizeof(*s_order_dict));
160 section_order = kxld_alloc(sizeof(*section_order));
168 cputype_p = kxld_alloc(sizeof(*cputype_p));
H A Dkxld_copyright.c261 date_str = kxld_alloc(len+1);
H A Dkxld_util.h141 void * kxld_alloc(size_t size)
H A Dkxld_util.c105 alloc_buffer = kxld_alloc(length);
131 kxld_alloc(size_t size) function
H A Dkxld_array.c180 pool = kxld_alloc(sizeof(*pool));
H A Dkxld_sect.c170 sect->data = kxld_alloc((u_long) sect->size);
H A Dkxld_seg.c285 reorder_buffer = kxld_alloc(
H A Dkxld_object.c237 object->symtab = kxld_alloc(kxld_symtab_sizeof());

Completed in 84 milliseconds