Searched refs:fat_header (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.h94 llvm::MachO::fat_header m_header;
99 llvm::MachO::fat_header &header,
H A DObjectContainerUniversalMachO.cpp124 llvm::MachO::fat_header &header,
291 llvm::MachO::fat_header header;
/external/llvm/lib/Object/
H A DMachOUniversal.cpp29 void SwapStruct(MachO::fat_header &H) {
61 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) +
116 if (Data->getBufferSize() < sizeof(MachO::fat_header)) {
122 MachO::fat_header H= getUniversalBinaryStruct<MachO::fat_header>(Buf.begin());
124 uint32_t MinSize = sizeof(MachO::fat_header) +
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c172 const struct fat_header* fh_be = buf;
176 if (szB < sizeof(struct fat_header))
244 { struct fat_header* fh_be;
245 struct fat_header fh;
254 if (ii->img_szB < sizeof(struct fat_header))
258 fh_be = (struct fat_header *)ii->img;
266 if (ii->img_szB < sizeof(struct fat_header)
300 assert(ii->img_szB >= sizeof(struct fat_header));
H A Dlauncher-darwin.c129 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype)
170 struct fat_header *fh = (struct fat_header *)buf;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c114 const struct fat_header* fh_be = buf;
118 if (szB < sizeof(struct fat_header))
165 struct fat_header fh_be;
166 struct fat_header fh;
176 if (ML_(img_size)(sli.img) < sizeof(struct fat_header)) {
188 if (ML_(img_size)(sli.img) < sizeof(struct fat_header)
195 for (f = 0, arch_be_ioff = sizeof(struct fat_header);
238 vg_assert(ML_(img_size)(sli.img) >= sizeof(struct fat_header));
/external/lldb/source/Host/macosx/
H A DSymbols.cpp153 const uint32_t fat_header_and_arch_size = sizeof(struct fat_header) + nfat_arch * sizeof(struct fat_arch);
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c694 struct fat_header fh;
/external/llvm/include/llvm/Support/
H A DMachO.h914 struct fat_header { struct

Completed in 4181 milliseconds