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

/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp128 kernel_section_t * prelinkInfoSect);
180 kernel_section_t * prelinkInfoSect = NULL; // do not free local
193 prelinkInfoSect = getsectbyname(kPrelinkInfoSegment, kPrelinkInfoSection);
194 if (prelinkInfoSect->size) {
195 readPrelinkedExtensions(prelinkInfoSect);
212 kernel_section_t * prelinkInfoSect)
369 parsedXML = OSUnserializeXML((const char *)prelinkInfoSect->addr,
211 readPrelinkedExtensions( kernel_section_t * prelinkInfoSect) argument

Completed in 72 milliseconds