Searched defs:segment_command_64 (Results 1 – 9 of 9) sorted by relevance
377 struct segment_command_64 { /* for 64-bit architectures */ struct378 uint32_t cmd; /* LC_SEGMENT_64 */379 uint32_t cmdsize; /* includes sizeof section_64 structs */380 char segname[16]; /* segment name */381 uint64_t vmaddr; /* memory address of this segment */382 uint64_t vmsize; /* memory size of this segment */383 uint64_t fileoff; /* file offset of this segment */384 uint64_t filesize; /* amount to map from the file */385 vm_prot_t maxprot; /* maximum VM protection */386 vm_prot_t initprot; /* initial VM protection */[all …]
532 struct segment_command_64 { struct533 uint32_t cmd;534 uint32_t cmdsize;535 char segname[16];536 uint64_t vmaddr;537 uint64_t vmsize;538 uint64_t fileoff;539 uint64_t filesize;540 uint32_t maxprot;541 uint32_t initprot;[all …]
539 struct segment_command_64 { struct540 uint32_t cmd;541 uint32_t cmdsize;542 char segname[16];543 uint64_t vmaddr;544 uint64_t vmsize;545 uint64_t fileoff;546 uint64_t filesize;547 uint32_t maxprot;548 uint32_t initprot;[all …]
552 struct segment_command_64 { struct553 uint32_t cmd;554 uint32_t cmdsize;555 char segname[16];556 uint64_t vmaddr;557 uint64_t vmsize;558 uint64_t fileoff;559 uint64_t filesize;560 uint32_t maxprot;561 uint32_t initprot;[all …]
556 struct segment_command_64 { struct557 uint32_t cmd;558 uint32_t cmdsize;559 char segname[16];560 uint64_t vmaddr;561 uint64_t vmsize;562 uint64_t fileoff;563 uint64_t filesize;564 uint32_t maxprot;565 uint32_t initprot;[all …]