Home
last modified time | relevance | path

Searched defs:section_64 (Results 1 – 5 of 5) 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/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h576 struct section_64 { struct
577 char sectname[16];
578 char segname[16];
579 uint64_t addr;
580 uint64_t size;
581 uint32_t offset;
582 uint32_t align;
583 uint32_t reloff;
584 uint32_t nreloc;
585 uint32_t flags;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h569 struct section_64 { struct
570 char sectname[16];
571 char segname[16];
572 uint64_t addr;
573 uint64_t size;
574 uint32_t offset;
575 uint32_t align;
576 uint32_t reloff;
577 uint32_t nreloc;
578 uint32_t flags;
[all …]