Home
last modified time | relevance | path

Searched refs:fat_header (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOUniversal.cpp29 void SwapStruct(MachO::fat_header &H) { in SwapStruct()
61 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch()
109 if (Data.getBufferSize() < sizeof(MachO::fat_header)) { in MachOUniversalBinary()
115 MachO::fat_header H= getUniversalBinaryStruct<MachO::fat_header>(Buf.begin()); in MachOUniversalBinary()
117 uint32_t MinSize = sizeof(MachO::fat_header) + in MachOUniversalBinary()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h929 struct fat_header { struct
/minix/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp459 uint64_t big_size = sizeof(struct MachO::fat_header) + in printMachOUniversalHeaders()