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

1 2

  /external/llvm/lib/Object/
MachOUniversal.cpp 51 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) +
58 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) +
118 if (Data.getBufferSize() < sizeof(MachO::fat_header)) {
126 MachO::fat_header H =
127 getUniversalBinaryStruct<MachO::fat_header>(Buf.begin());
130 uint32_t MinSize = sizeof(MachO::fat_header);
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 198 const struct fat_header* fh_be = buf;
202 if (szB < sizeof(struct fat_header))
270 { struct fat_header* fh_be;
271 struct fat_header fh;
280 if (ii->img_szB < sizeof(struct fat_header))
284 fh_be = (struct fat_header *)ii->img;
292 if (ii->img_szB < sizeof(struct fat_header)
326 assert(ii->img_szB >= sizeof(struct fat_header));
launcher-darwin.c 133 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype)
174 struct fat_header *fh = (struct fat_header *)buf;
  /prebuilts/go/darwin-x86/src/debug/macho/
fat.go 49 // Read the fat_header struct, which is always in big endian.
68 // Read the number of FatArchHeaders that come after the fat_header.
72 return nil, &FormatError{offset, "invalid fat_header", nil}
86 // Following the fat_header comes narch fat_arch structs that index
  /prebuilts/go/linux-x86/src/debug/macho/
fat.go 49 // Read the fat_header struct, which is always in big endian.
68 // Read the number of FatArchHeaders that come after the fat_header.
72 return nil, &FormatError{offset, "invalid fat_header", nil}
86 // Following the fat_header comes narch fat_arch structs that index
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 113 const struct fat_header* fh_be = buf;
117 if (szB < sizeof(struct fat_header))
164 struct fat_header fh_be;
165 struct fat_header fh;
175 if (ML_(img_size)(sli.img) < sizeof(struct fat_header)) {
187 if (ML_(img_size)(sli.img) < sizeof(struct fat_header)
194 for (f = 0, arch_be_ioff = sizeof(struct fat_header);
239 vg_assert(ML_(img_size)(sli.img) >= sizeof(struct fat_header));
    [all...]
  /external/google-breakpad/src/common/mac/
macho_walker.cc 172 struct fat_header fat;
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 469 MachO::fat_header header;
474 OS.write(reinterpret_cast<const char *>(&header), sizeof(MachO::fat_header));
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 206 struct fat_header fh;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 619 struct fat_header { struct in namespace:llvm::MachO
  /external/valgrind/coregrind/m_ume/
macho.c 710 struct fat_header fh;
  /external/llvm/include/llvm/Support/
MachO.h 883 struct fat_header { struct
963 inline void swapStruct(fat_header &mh) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 891 struct fat_header { struct
971 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 930 struct fat_header { struct
1010 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
MachO.h 916 struct fat_header { struct
987 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
MachO.h 916 struct fat_header { struct
987 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
MachO.h 917 struct fat_header { struct
988 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
MachO.h 917 struct fat_header { struct
988 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
MachO.h 917 struct fat_header { struct
988 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
MachO.h 917 struct fat_header { struct
988 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 930 struct fat_header { struct
1010 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
MachO.h 916 struct fat_header { struct
987 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
MachO.h 916 struct fat_header { struct
987 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
MachO.h 917 struct fat_header { struct
988 inline void swapStruct(fat_header &mh) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
MachO.h 917 struct fat_header { struct
988 inline void swapStruct(fat_header &mh) {
    [all...]

Completed in 2588 milliseconds

1 2