Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/kern/
H A Dmach_loader.c332 } *sectionp; in note_all_image_info_section() local
341 sectionp = (const void *) in note_all_image_info_section()
343 if (0 == strncmp(sectionp->s64.sectname, "__all_image_info", in note_all_image_info_section()
344 sizeof(sectionp->s64.sectname))) { in note_all_image_info_section()
346 is64 ? sectionp->s64.addr : sectionp->s32.addr; in note_all_image_info_section()
349 is64 ? sectionp->s64.size : sectionp->s32.size; in note_all_image_info_section()