Home
last modified time | relevance | path

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

/xnu-11215/EXTERNAL_HEADERS/mach-o/
H A Dloader.h375 struct segment_command_64 { /* for 64-bit architectures */ struct
376 uint32_t cmd; /* LC_SEGMENT_64 */
378 char segname[16]; /* segment name */
379 uint64_t vmaddr; /* memory address of this segment */
380 uint64_t vmsize; /* memory size of this segment */
381 uint64_t fileoff; /* file offset of this segment */
382 uint64_t filesize; /* amount to map from the file */
383 vm_prot_t maxprot; /* maximum VM protection */
384 vm_prot_t initprot; /* initial VM protection */
385 uint32_t nsects; /* number of sections in segment */
[all …]