Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h347 struct section_64 { struct
348 char sectname[16];
349 char segname[16];
350 uint64_t addr;
351 uint64_t size;
352 uint32_t offset;
353 uint32_t align;
354 uint32_t reloff;
355 uint32_t nreloc;
356 uint32_t flags;
[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-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h565 struct section_64 { struct
566 char sectname[16];
567 char segname[16];
568 uint64_t addr;
569 uint64_t size;
570 uint32_t offset;
571 uint32_t align;
572 uint32_t reloff;
573 uint32_t nreloc;
574 uint32_t flags;
[all …]