Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/third_party/mac_headers/mach-o/
H A 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 …]
/aosp_15_r20/external/llvm/include/llvm/Support/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DMachO.h552 struct segment_command_64 { struct
553 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DMachO.h552 struct segment_command_64 { struct
553 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DMachO.h552 struct segment_command_64 { struct
553 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DMachO.h552 struct segment_command_64 { struct
553 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 …]