HomeSort by relevance Sort by last modified time
    Searched refs:fat_header (Results 1 - 9 of 9) sorted by null

  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.h 94 llvm::MachO::fat_header m_header;
99 llvm::MachO::fat_header &header,
ObjectContainerUniversalMachO.cpp 124 llvm::MachO::fat_header &header,
291 llvm::MachO::fat_header header;
  /external/llvm/lib/Object/
MachOUniversal.cpp 29 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/
fixup_macho_loadcmds.c 172 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));
launcher-darwin.c 129 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/
readmacho.c 114 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));
    [all...]
  /external/lldb/source/Host/macosx/
Symbols.cpp 153 const uint32_t fat_header_and_arch_size = sizeof(struct fat_header) + nfat_arch * sizeof(struct fat_arch);
    [all...]
  /external/valgrind/main/coregrind/m_ume/
macho.c 694 struct fat_header fh;
  /external/llvm/include/llvm/Support/
MachO.h 914 struct fat_header { struct
    [all...]

Completed in 307 milliseconds