Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp94 addr_t load_offset = ComputeLoadOffset(); in DidAttach() local
102 load_offset); in DidAttach()
107 bool rebase_exec = load_offset != LLDB_INVALID_ADDRESS; in DidAttach()
136 UpdateLoadedSections(executable_sp, LLDB_INVALID_ADDRESS, load_offset, in DidAttach()
170 addr_t load_offset; in DidLaunch() local
175 load_offset = ComputeLoadOffset(); in DidLaunch()
178 if (executable.get() && load_offset != LLDB_INVALID_ADDRESS) { in DidLaunch()
181 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true); in DidLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp116 addr_t load_offset; in DidAttach() local
122 load_offset = ComputeLoadOffset(); in DidAttach()
139 if (load_offset != LLDB_INVALID_ADDRESS) in DidAttach()
140 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true); in DidAttach()