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

/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp894 kernel_section_t * infosect = NULL; // do not free local
910 infosect = getsectbyname("__BUILTIN", "__info");
911 if (!infosect) {
916 parsedXML = OSUnserializeXML((const char *) (uintptr_t)infosect->addr,

Completed in 16 milliseconds