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.h377 struct segment_command_64 { /* for 64-bit architectures */ struct
378 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 …]
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h539 struct segment_command_64 { struct
540 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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMachO.h556 struct segment_command_64 { struct
557 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 …]