Searched refs:exe_idx (Results 1 – 2 of 2) sorted by relevance
936 uint32_t exe_idx = UINT32_MAX; in UpdateImageInfosHeaderAndLoadCommands() local948 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()
534 uint32_t exe_idx = UINT32_MAX; in UpdateSpecialBinariesFromNewImageInfos() local556 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()