Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp99 addr_t load_offset = ComputeLoadOffset(); in DidAttach() local
107 load_offset); in DidAttach()
112 bool rebase_exec = load_offset != LLDB_INVALID_ADDRESS; in DidAttach()
126 UpdateLoadedSections(executable_sp, LLDB_INVALID_ADDRESS, load_offset, in DidAttach()
160 addr_t load_offset; in DidLaunch() local
165 load_offset = ComputeLoadOffset(); in DidLaunch()
168 if (executable.get() && load_offset != LLDB_INVALID_ADDRESS) { in DidLaunch()
171 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true); in DidLaunch()
/freebsd/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()