Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp920 uint32_t exe_idx = UINT32_MAX; in UpdateImageInfosHeaderAndLoadCommands() local
932 exe_idx = i; in UpdateImageInfosHeaderAndLoadCommands()
938 if (exe_idx < image_infos.size()) { in UpdateImageInfosHeaderAndLoadCommands()
940 ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx], in UpdateImageInfosHeaderAndLoadCommands()
944 UpdateImageLoadAddress(exe_module_sp.get(), image_infos[exe_idx]); in UpdateImageInfosHeaderAndLoadCommands()
DDynamicLoaderDarwin.cpp537 uint32_t exe_idx = UINT32_MAX; in UpdateSpecialBinariesFromNewImageInfos() local
576 exe_idx = i; in UpdateSpecialBinariesFromNewImageInfos()
581 if (exe_idx != UINT32_MAX && !target.GetExecutableModule()) { in UpdateSpecialBinariesFromNewImageInfos()
583 ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx], in UpdateSpecialBinariesFromNewImageInfos()
589 UpdateImageLoadAddress(exe_module_sp.get(), image_infos[exe_idx]); in UpdateSpecialBinariesFromNewImageInfos()