Home
last modified time | relevance | path

Searched defs:section_64 (Results 1 – 2 of 2) 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 …]