Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMachO.h326 struct segment_command_64 { struct
327 uint32_t cmd;
328 uint32_t cmdsize;
329 char segname[16];
330 uint64_t vmaddr;
331 uint64_t vmsize;
332 uint64_t fileoff;
333 uint64_t filesize;
334 uint32_t maxprot;
335 uint32_t initprot;
[all …]