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

  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 141 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/
launcher-darwin.c 132 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) {
fixup_macho_loadcmds.c 260 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/
change_mach_o_flags.py 229 nfat_arch = ReadUInt32(file, '>')
231 for index in xrange(0, nfat_arch):
  /external/llvm/lib/Object/
MachOUniversal.cpp 31 sys::swapByteOrder(H.nfat_arch);
123 NumberOfObjects = H.nfat_arch;
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 185 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) {
    [all...]
  /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/valgrind/main/coregrind/m_ume/
macho.c 726 fh.nfat_arch = VG_(ntohl)(fh.nfat_arch);
727 for (i = 0; i < fh.nfat_arch; i++) {
  /external/llvm/include/llvm/Support/
MachO.h 916 uint32_t nfat_arch; member in struct:llvm::MachO::fat_header
    [all...]

Completed in 171 milliseconds