Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.c323 } *sectionp; in note_all_image_info_section() local
332 sectionp = (const void *) in note_all_image_info_section()
334 if (0 == strncmp(sectionp->s64.sectname, "__all_image_info", in note_all_image_info_section()
335 sizeof(sectionp->s64.sectname))) { in note_all_image_info_section()
337 is64 ? sectionp->s64.addr : sectionp->s32.addr; in note_all_image_info_section()
340 is64 ? sectionp->s64.size : sectionp->s32.size; in note_all_image_info_section()