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

/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp141 header.nfat_arch = data.GetU32(&offset);
146 for (arch_idx = 0; arch_idx < header.nfat_arch; ++arch_idx)
193 return m_header.nfat_arch;
199 if (idx < m_header.nfat_arch)
228 for (arch_idx = 0; arch_idx < m_header.nfat_arch; ++arch_idx)
235 if (arch_idx >= m_header.nfat_arch)
237 for (arch_idx = 0; arch_idx < m_header.nfat_arch; ++arch_idx)
244 if (arch_idx < m_header.nfat_arch)
/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) {
H A Dfixup_macho_loadcmds.c260 fh.nfat_arch = ntohl(fh_be->nfat_arch);
267 + fh.nfat_arch * sizeof(struct fat_arch))
271 f < fh.nfat_arch;
293 if (f == fh.nfat_arch)
/external/chromium_org/build/mac/
H A Dchange_mach_o_flags.py229 nfat_arch = ReadUInt32(file, '>')
231 for index in xrange(0, nfat_arch):
/external/llvm/lib/Object/
H A DMachOUniversal.cpp31 sys::swapByteOrder(H.nfat_arch);
123 NumberOfObjects = H.nfat_arch;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c185 fh.nfat_arch = VG_(ntohl)(fh_be.nfat_arch);
189 + fh.nfat_arch * sizeof(struct fat_arch)) {
196 f < fh.nfat_arch;
228 if (f == fh.nfat_arch) {
/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/valgrind/main/coregrind/m_ume/
H A Dmacho.c726 fh.nfat_arch = VG_(ntohl)(fh.nfat_arch);
727 for (i = 0; i < fh.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 798 milliseconds