HomeSort by relevance Sort by last modified time
    Searched defs:nfat_arch (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/
launcher-darwin.c 136 uint32_t nfat_arch = ntohl(fh->nfat_arch); local
138 for (i = 0; i < nfat_arch; i++) {
176 uint32_t nfat_arch = ntohl(fh->nfat_arch); local
179 if (nfat_arch == 1) {
  /external/lldb/source/Host/macosx/
Symbols.cpp 152 const uint32_t nfat_arch = data.GetU32(&data_offset); // number of structs that follow local
153 const uint32_t fat_header_and_arch_size = sizeof(struct fat_header) + nfat_arch * sizeof(struct fat_arch);
160 for (i=0; i<nfat_arch; i++)
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 931 uint32_t nfat_arch; member in struct:llvm::MachO::fat_header
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 1371 uint32_t nfat_arch = UB->getNumberOfObjects(); local
    [all...]

Completed in 123 milliseconds