Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp96 addr_t load_offset = ComputeLoadOffset(); in DidAttach() local
104 load_offset); in DidAttach()
109 bool rebase_exec = load_offset != LLDB_INVALID_ADDRESS; in DidAttach()
138 UpdateLoadedSections(executable_sp, LLDB_INVALID_ADDRESS, load_offset, in DidAttach()
172 addr_t load_offset; in DidLaunch() local
177 load_offset = ComputeLoadOffset(); in DidLaunch()
180 if (executable.get() && load_offset != LLDB_INVALID_ADDRESS) { in DidLaunch()
183 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true); in DidLaunch()
/src/contrib/llvm-project/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()