Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DMachOStructs.h40 struct entry_point_command { struct
41 llvm::support::ulittle32_t cmd;
42 llvm::support::ulittle32_t cmdsize;
43 llvm::support::ulittle64_t entryoff;
44 llvm::support::ulittle64_t stacksize;
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h928 struct entry_point_command { struct
929 uint32_t cmd;
930 uint32_t cmdsize;
931 uint64_t entryoff;
932 uint64_t stacksize;