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

/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp261 vm_offset_t scratchAddr; local
265 scratchAddr = (vm_offset_t) getsegdatafromheader(&_mh_execute_header, "__TEXT", &scratchSize);
267 (unsigned long)scratchAddr,
268 (unsigned long)(scratchAddr + scratchSize),
271 scratchAddr = (vm_offset_t) getsegdatafromheader(&_mh_execute_header, "__DATA", &scratchSize);
273 (unsigned long)scratchAddr,
274 (unsigned long)(scratchAddr + scratchSize),
277 scratchAddr = (vm_offset_t) getsegdatafromheader(&_mh_execute_header, "__LINKEDIT", &scratchSize);
279 (unsigned long)scratchAddr,
280 (unsigned long)(scratchAddr
[all...]

Completed in 112 milliseconds