Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1589 struct fileset_entry_command { struct
1590 uint32_t cmd; /* LC_FILESET_ENTRY */
1591 uint32_t cmdsize; /* includes entry_id string */
1592 uint64_t vmaddr; /* memory address of the entry */
1593 uint64_t fileoff; /* file offset of the entry */
1594 union lc_str entry_id; /* contained entry id */
1595 uint32_t reserved; /* reserved */
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMachO.h899 struct fileset_entry_command { struct
900 uint32_t cmd;
901 uint32_t cmdsize;
902 uint64_t vmaddr;
903 uint64_t fileoff;
904 uint32_t entry_id;