Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dmach_loader.c333 } *sectionp; in note_all_image_info_section() local
342 sectionp = (const void *) in note_all_image_info_section()
344 if (0 == strncmp(sectionp->s64.sectname, "__all_image_info", in note_all_image_info_section()
345 sizeof(sectionp->s64.sectname))) { in note_all_image_info_section()
347 is64 ? sectionp->s64.addr : sectionp->s32.addr; in note_all_image_info_section()
350 is64 ? sectionp->s64.size : sectionp->s32.size; in note_all_image_info_section()