Searched defs:nfat_arch (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dlauncher-darwin.c132 uint32_t nfat_arch = ntohl(fh->nfat_arch); local
134 for (i = 0; i < nfat_arch; i++) {
172 uint32_t nfat_arch = ntohl(fh->nfat_arch); local
175 if (nfat_arch == 1) {
/external/lldb/source/Host/macosx/
H A DSymbols.cpp152 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++)
/external/llvm/include/llvm/Support/
H A DMachO.h916 uint32_t nfat_arch; member in struct:llvm::MachO::fat_header

Completed in 994 milliseconds