Searched refs:ngots (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sect.c154 kxld_sect_init_got(KXLDSect *sect, u_int ngots) argument
169 sect->size = ngots * sizeof(kxld_addr_t);
290 u_int ngots = 0; local
303 ++ngots;
308 return ngots;
H A Dkxld_sect.h92 kern_return_t kxld_sect_init_got(KXLDSect *sect, u_int ngots)
H A Dkxld_object.c1418 u_int ngots = 0; local
1428 ngots += kxld_sect_get_ngots(sect, &object->relocator,
1435 rval = kxld_sect_init_got(sect, ngots);

Completed in 36 milliseconds