Home
last modified time | relevance | path

Searched defs:segment_command (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/EXTERNAL_HEADERS/mach-o/
H A Dloader.h355 struct segment_command { /* for 32-bit architectures */ struct
375 struct segment_command_64 { /* for 64-bit architectures */ argument
389 /* Constants for the flags field of the segment_command */ argument
/xnu-11215/bsd/kern/
H A Dmach_loader.c1928 struct segment_command_64 segment_command, *scp; in load_segment() local