Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1575 struct note_command { struct
1577 uint32_t cmdsize; /* sizeof(struct note_command) */ argument
1578 char data_owner[16]; /* owner name for this LC_NOTE */
1579 uint64_t offset; /* file offset of this data */
1580 uint64_t size; /* length of data region */
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h832 struct note_command { struct
834 uint32_t cmdsize; // sizeof(struct note_command) argument
835 char data_owner[16]; // owner name for this LC_NOTE
836 uint64_t offset; // file offset of this data
837 uint64_t size; // length of data region
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMachO.h849 struct note_command { struct
851 uint32_t cmdsize; // sizeof(struct note_command) argument
852 char data_owner[16]; // owner name for this LC_NOTE
853 uint64_t offset; // file offset of this data
854 uint64_t size; // length of data region