/external/chromium_org/build/mac/ |
D | change_mach_o_flags.py | 146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \ 148 return magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags 196 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
D | SDL_dlcompat.c | 599 for (n = 0; n < mh->ncmds; n++, lc = (struct load_command *)((char *)lc + lc->cmdsize)) in search_linked_libs() 1204 for (j = 0; j < mh->ncmds; j++, lc = (struct load_command *)((char *)lc + lc->cmdsize)) in image_for_address() 1253 for (j = 0; j < mh->ncmds; j++, lc = (struct load_command *)((char *)lc + lc->cmdsize)) 1276 for (j = 0; j < mh->ncmds; j++, lc = (struct load_command *)((char *)lc + lc->cmdsize)) 1290 for (j = 0; j < mh->ncmds; j++, lc = (struct load_command *)((char *)lc + lc->cmdsize))
|
/external/lldb/source/Plugins/Process/mach-core/ |
D | ProcessMachCore.cpp | 156 header.ncmds = llvm::ByteSwap_32(header.ncmds); in GetDynamicLoaderAddress()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_mac.cc | 113 current_load_cmd_count_ = hdr->ncmds; in Next()
|
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 388 outs() << "('num_load_commands', " << Header.ncmds << ")\n"; in printHeader() 433 if (i == Header->ncmds - 1) in main()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 535 uint32_t ncmds; member 545 uint32_t ncmds; member
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 925 for (uint32_t i=0; i<m_header.ncmds; ++i) in IsStripped() 970 for (i=0; i<m_header.ncmds; ++i) in CreateSections() 995 for (i=0; i<m_header.ncmds; ++i) in CreateSections() 1476 for (i=0; i<m_header.ncmds; ++i) in ParseSymtab() 3694 for (i=0; i<header.ncmds; ++i) in GetUUID() 3754 for (i=0; i<m_header.ncmds; ++i) in GetDependentModules() 3829 for (i=0; i<m_header.ncmds; ++i) in GetEntryPointAddress() 3971 for (uint32_t i=0; i<m_header.ncmds; ++i) in GetNumThreadContexts() 4138 for (i=0; i<m_header.ncmds; ++i) in GetVersion()
|
/external/lldb/source/Host/macosx/ |
D | Symbols.cpp | 77 const uint32_t ncmds = data.GetU32(&data_offset); // number of load commands in SkinnyMachOFileContainsArchAndUUID() local 117 for (i=0; i<ncmds; i++) in SkinnyMachOFileContainsArchAndUUID()
|
/external/valgrind/main/coregrind/ |
D | fixup_macho_loadcmds.c | 386 c < mh->ncmds; in modify_macho_loadcmds()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 125 uint32_t LoadCommandCount = MachO->getHeader().ncmds; in PrintDarwinSectionSizes() 197 uint32_t LoadCommandCount = MachO->getHeader().ncmds; in PrintDarwinSegmentSizes()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 187 if (i == Header.ncmds - 1) in getSectionsAndSymbols()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readmacho.c | 600 for (c = 0; c < mh.ncmds; c++) { in getsectdata() 763 for (c = 0; c < mh.ncmds; c++) { in ML_()
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 417 header.ncmds = llvm::ByteSwap_32(header.ncmds); in CheckForKernelImageAtAddress()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 114 sys::swapByteOrder(H.ncmds); in SwapStruct() 125 sys::swapByteOrder(H.ncmds); in SwapStruct() 431 uint32_t LoadCommandCount = this->getHeader().ncmds; in MachOObjectFile()
|
/external/llvm/lib/MC/MCAnalysis/ |
D | MCObjectDisassembler.cpp | 532 uint32_t LoadCommandCount = MOOF.getHeader().ncmds; in getEntrypoint()
|
/external/libvpx/libvpx/build/make/ |
D | obj_int_extract.c | 114 for (i = 0; i < header.ncmds; i++) { in parse_macho()
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | obj_int_extract.c | 114 for (i = 0; i < header.ncmds; i++) { in parse_macho()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | sysinfo.cc | 860 current_load_cmd_ = hdr->ncmds; // again, go from the top down in NextExt()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | sysinfo.cc | 1018 current_load_cmd_ = hdr->ncmds; // again, go from the top down in NextExt()
|
/external/chromium_org/v8/src/ |
D | gdb-jit.cc | 499 uint32_t ncmds; member 550 header->ncmds = 1; in WriteHeader()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 1219 for (cmd_idx = 0; cmd_idx < dylib_info.header.ncmds; cmd_idx++) in ParseLoadCommands()
|