Lines Matching refs:STRUCT_FGET
1345 p_type = STRUCT_FGET(mph, x.p_type); in calc_loadable()
1347 vaddr = (caddr_t)(uintptr_t)STRUCT_FGET(mph, x.p_vaddr); in calc_loadable()
1348 p_memsz = STRUCT_FGET(mph, x.p_memsz); in calc_loadable()
1381 p_offset = STRUCT_FGET(mph, x.p_offset); in calc_loadable()
1397 p_align = STRUCT_FGET(mph, x.p_align); in calc_loadable()
1764 p_type = STRUCT_FGET(mph, x.p_type); in process_phdr()
1766 vaddr = (caddr_t)(uintptr_t)STRUCT_FGET(mph, x.p_vaddr); in process_phdr()
1767 p_memsz = STRUCT_FGET(mph, x.p_memsz); in process_phdr()
1768 p_filesz = STRUCT_FGET(mph, x.p_filesz); in process_phdr()
1769 p_offset = STRUCT_FGET(mph, x.p_offset); in process_phdr()
1770 p_flags = STRUCT_FGET(mph, x.p_flags); in process_phdr()