Searched defs:segment_command_64 (Results 1 – 5 of 5) sorted by relevance
341 struct segment_command_64 { /* for 64-bit architectures */ struct342 uint32_t cmd; /* LC_SEGMENT_64 */343 uint32_t cmdsize; /* includes sizeof section_64 structs */344 char segname[16]; /* segment name */345 uint64_t vmaddr; /* memory address of this segment */346 uint64_t vmsize; /* memory size of this segment */347 uint64_t fileoff; /* file offset of this segment */348 uint64_t filesize; /* amount to map from the file */349 vm_prot_t maxprot; /* maximum VM protection */350 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 …]
548 struct segment_command_64 { struct549 uint32_t cmd;550 uint32_t cmdsize;551 char segname[16];552 uint64_t vmaddr;553 uint64_t vmsize;554 uint64_t fileoff;555 uint64_t filesize;556 uint32_t maxprot;557 uint32_t initprot;[all …]
541 struct segment_command_64 { struct542 uint32_t cmd;543 uint32_t cmdsize;544 char segname[16];545 uint64_t vmaddr;546 uint64_t vmsize;547 uint64_t fileoff;548 uint64_t filesize;549 uint32_t maxprot;550 uint32_t initprot;[all …]