Home
last modified time | relevance | path

Searched defs:section_64 (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h412 struct section_64 { /* for 64-bit architectures */ struct
413 char sectname[16]; /* name of this section */
414 char segname[16]; /* segment this section goes in */
415 uint64_t addr; /* memory address of this section */
416 uint64_t size; /* size in bytes of this section */
417 uint32_t offset; /* file offset of this section */
418 uint32_t align; /* section alignment (power of 2) */
419 uint32_t reloff; /* file offset of relocation entries */
420 uint32_t nreloc; /* number of relocation entries */
421 uint32_t flags; /* flags (section type and attributes)*/
[all …]
/external/llvm/include/llvm/Support/
DMachO.h560 struct section_64 { struct
561 char sectname[16];
562 char segname[16];
563 uint64_t addr;
564 uint64_t size;
565 uint32_t offset;
566 uint32_t align;
567 uint32_t reloff;
568 uint32_t nreloc;
569 uint32_t flags;
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h560 struct section_64 { struct
561 char sectname[16];
562 char segname[16];
563 uint64_t addr;
564 uint64_t size;
565 uint32_t offset;
566 uint32_t align;
567 uint32_t reloff;
568 uint32_t nreloc;
569 uint32_t flags;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h567 struct section_64 { struct
568 char sectname[16];
569 char segname[16];
570 uint64_t addr;
571 uint64_t size;
572 uint32_t offset;
573 uint32_t align;
574 uint32_t reloff;
575 uint32_t nreloc;
576 uint32_t flags;
[all …]