Lines Matching defs:executable
99 " executable '%s', load_offset 0x%" PRIx64,
103 : "<null executable>",
111 // if we have a valid executable
122 // no executable, nothing to re-base
126 // if the target executable should be re-based
133 " added executable '%s' to module load list",
171 ModuleSP executable;
176 executable = GetTargetExecutable();
180 if (executable.get() && load_offset != LLDB_INVALID_ADDRESS) {
182 module_list.Append(executable);
183 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true);
417 ModuleSP executable = GetTargetExecutable();
418 m_loaded_modules[executable] = m_rendezvous.GetLinkMapAddress();
654 ModuleSP executable = GetTargetExecutable();
655 m_loaded_modules[executable] = m_rendezvous.GetLinkMapAddress();
840 log, "DynamicLoaderPOSIXDYLD::%s - got executable by pid %" PRIu64 ": %s",
858 "DynamicLoaderPOSIXDYLD::%s - failed to resolve executable "