Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h341 struct segment_command_64 { /* for 64-bit architectures */ struct
342 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 …]
/external/llvm/include/llvm/Support/
DMachO.h532 struct segment_command_64 { struct
533 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 …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h532 struct segment_command_64 { struct
533 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 …]
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h548 struct segment_command_64 { struct
549 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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h541 struct segment_command_64 { struct
542 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 …]