Home
last modified time | relevance | path

Searched refs:exe_idx (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp936 uint32_t exe_idx = UINT32_MAX; in UpdateImageInfosHeaderAndLoadCommands() local
948 exe_idx = i; in UpdateImageInfosHeaderAndLoadCommands()
954 if (exe_idx < image_infos.size()) { in UpdateImageInfosHeaderAndLoadCommands()
956 ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx], in UpdateImageInfosHeaderAndLoadCommands()
960 UpdateImageLoadAddress(exe_module_sp.get(), image_infos[exe_idx]); in UpdateImageInfosHeaderAndLoadCommands()
DDynamicLoaderDarwin.cpp534 uint32_t exe_idx = UINT32_MAX; in UpdateSpecialBinariesFromNewImageInfos() local
556 exe_idx = i; in UpdateSpecialBinariesFromNewImageInfos()
561 if (exe_idx != UINT32_MAX && !target.GetExecutableModule()) { in UpdateSpecialBinariesFromNewImageInfos()
563 ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx], in UpdateSpecialBinariesFromNewImageInfos()
569 UpdateImageLoadAddress(exe_module_sp.get(), image_infos[exe_idx]); in UpdateSpecialBinariesFromNewImageInfos()