Home
last modified time | relevance | path

Searched refs:load_command (Results 1 – 18 of 18) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_id.h99 static bool WalkerCB(MachoWalker *walker, load_command *cmd, off_t offset,
103 static bool UUIDWalkerCB(MachoWalker *walker, load_command *cmd, off_t offset,
107 static bool IDWalkerCB(MachoWalker *walker, load_command *cmd, off_t offset,
Dmacho_id.cc253 bool MachoID::WalkerCB(MachoWalker *walker, load_command *cmd, off_t offset, in WalkerCB()
332 bool MachoID::UUIDWalkerCB(MachoWalker *walker, load_command *cmd, off_t offset, in UUIDWalkerCB()
353 bool MachoID::IDWalkerCB(MachoWalker *walker, load_command *cmd, off_t offset, in IDWalkerCB()
Dmacho_walker.h52 typedef bool (*LoadCommandCallback)(MachoWalker *walker, load_command *cmd,
Dmacho_walker.cc253 struct load_command cmd; in WalkHeaderCore()
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc283 struct load_command *load_commands = in __breakpad_fdnlist()
284 (struct load_command *)malloc(mh.sizeofcmds); in __breakpad_fdnlist()
294 struct load_command *lcp = load_commands; in __breakpad_fdnlist()
314 lcp = (struct load_command *) in __breakpad_fdnlist()
Ddynamic_images.cc253 const struct load_command *cmd = in FindTextSection()
254 reinterpret_cast<const struct load_command *>(header + 1); in FindTextSection()
292 cmd = reinterpret_cast<const struct load_command *> in FindTextSection()
Dminidump_generator.cc1340 const struct load_command *cmd = in WriteModuleStream()
1341 reinterpret_cast<const struct load_command *>(header + 1); in WriteModuleStream()
1372 cmd = reinterpret_cast<struct load_command*>((char *)cmd + cmd->cmdsize); in WriteModuleStream()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cc79 current_load_cmd_addr_ += ((const load_command *)lc)->cmdsize; in NextSegmentLoad()
80 if (((const load_command *)lc)->cmd == kLCSegment) { in NextSegmentLoad()
/external/valgrind/coregrind/m_ume/
Dmacho.c499 struct load_command *lc; in load_thin_file()
500 struct load_command *lcend; in load_thin_file()
558 lcend = (struct load_command *)(headers + mh.sizeofcmds + sizeof(mh)); in load_thin_file()
559 for (lc = (struct load_command *)(headers + sizeof(mh)); in load_thin_file()
561 lc = (struct load_command *)(lc->cmdsize + (vki_uint8_t *)lc)) in load_thin_file()
/external/valgrind/coregrind/
Dfixup_macho_loadcmds.c408 struct load_command *cmd; in modify_macho_loadcmds()
411 for (c = 0, cmd = (struct load_command *)(mh+1); in modify_macho_loadcmds()
413 c++, cmd = (struct load_command *)(cmd->cmdsize in modify_macho_loadcmds()
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c115 struct load_command lc; in parse_macho()
117 memcpy(&lc, buf, sizeof(struct load_command)); in parse_macho()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c606 struct load_command cmd; in getsectdata()
770 struct load_command cmd; in ML_()
/external/llvm/include/llvm/Object/
DMachO.h191 MachO::load_command C; // The command itself.
/external/llvm/include/llvm/Support/
DMachO.h557 struct load_command { struct
1022 inline void swapStruct(load_command &lc) { in swapStruct()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1224 if (data.ValidOffsetForDataOfSize (offset, sizeof(llvm::MachO::load_command))) in ParseLoadCommands()
1226 llvm::MachO::load_command load_cmd; in ParseLoadCommands()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp929 load_command lc; in IsStripped()
1480 struct load_command lc; in ParseSymtab()
3750 struct load_command load_cmd; in GetDependentModules()
3823 struct load_command load_cmd; in GetEntryPointAddress()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2244 Load.C = getStruct<MachO::load_command>(this, Load.Ptr); in getFirstLoadCommandInfo()
2254 Next.C = getStruct<MachO::load_command>(this, Next.Ptr); in getNextLoadCommandInfo()
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym3238 FUNC 117be 378 0 MacFileUtilities::MachoID::WalkerCB(MacFileUtilities::MachoWalker*, load_command*,…
3277 …cFileUtilities::MachoID::UUIDWalkerCB(MacFileUtilities::MachoWalker*, load_command*, long long, bo…
3289 FUNC 11bcc 95 0 MacFileUtilities::MachoID::IDWalkerCB(MacFileUtilities::MachoWalker*, load_command*…