Home
last modified time | relevance | path

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

/xnu-12377.41.6/libkern/kxld/
H A Dkxld_sect.c159 kxld_sect_init_got(KXLDSect *sect, u_int ngots) in kxld_sect_init_got() argument
174 sect->size = ngots * sizeof(kxld_addr_t); in kxld_sect_init_got()
295 u_int ngots = 0; in kxld_sect_get_ngots() local
308 ++ngots; in kxld_sect_get_ngots()
313 return ngots; in kxld_sect_get_ngots()
H A Dkxld_sect.h92 kern_return_t kxld_sect_init_got(KXLDSect *sect, u_int ngots)
H A Dkxld_object.c1580 u_int ngots = 0;
1590 ngots += kxld_sect_get_ngots(sect, &object->relocator,
1597 rval = kxld_sect_init_got(sect, ngots);