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

/xnu-2422.115.4/libsa/
H A Dbootstrap.cpp132 kernel_section_t * prelinkInfoSect);
184 kernel_section_t * prelinkInfoSect = NULL; // do not free local
197 prelinkInfoSect = getsectbyname(kPrelinkInfoSegment, kPrelinkInfoSection);
198 if (prelinkInfoSect->size) {
199 readPrelinkedExtensions(prelinkInfoSect);
216 kernel_section_t * prelinkInfoSect)
309 parsedXML = OSUnserializeXML((const char *)prelinkInfoSect->addr,
215 readPrelinkedExtensions( kernel_section_t * prelinkInfoSect) argument

Completed in 18 milliseconds