Home
last modified time | relevance | path

Searched refs:value_is_offset (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp190 bool value_is_offset, bool force_symbol_search, bool notify, in LoadBinaryWithUUIDAndAddress() argument
198 if (!uuid.IsValid() && !value_is_offset) { in LoadBinaryWithUUIDAndAddress()
252 value != LLDB_INVALID_ADDRESS && !value_is_offset) { in LoadBinaryWithUUIDAndAddress()
275 value_is_offset ? "offset" : "address", value); in LoadBinaryWithUUIDAndAddress()
276 module_sp->SetLoadAddress(target, value, value_is_offset, changed); in LoadBinaryWithUUIDAndAddress()
312 if (value_is_offset) in LoadBinaryWithUUIDAndAddress()
323 value_is_offset ? "offset" : "address", value); in LoadBinaryWithUUIDAndAddress()
H A DModule.cpp1501 bool value_is_offset, bool &changed) { in SetLoadAddress() argument
1504 changed = object_file->SetLoadAddress(target, value, value_is_offset); in SetLoadAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp54 bool value_is_offset) { in SetLoadAddress() argument
55 assert(!value_is_offset); in SetLoadAddress()
H A DObjectFilePlaceholder.h61 bool value_is_offset) override;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h399 bool value_is_offset) { in SetLoadAddress() argument
533 bool &value_is_offset, UUID &uuid, in GetCorefileMainBinaryInfo() argument
536 value_is_offset = false; in GetCorefileMainBinaryInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h277 bool value_is_offset, bool force_symbol_search, bool notify,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h78 bool value_is_offset) override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h101 bool value_is_offset) override;
H A DObjectFileWasm.cpp347 bool value_is_offset) { in SetLoadAddress() argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp169 bool value_is_offset) { in SetLoadAddress() argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h104 bool value_is_offset) override;
H A DObjectFileELF.cpp700 bool value_is_offset) { in SetLoadAddress() argument
706 if (!value_is_offset) { in SetLoadAddress()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h196 bool SetLoadAddress(Target &target, lldb::addr_t value, bool value_is_offset,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h406 bool value_is_offset);
H A DGDBRemoteCommunicationClient.h209 bool &value_is_offset);
H A DGDBRemoteCommunicationClient.cpp1006 UUID &uuid, addr_t &value, bool &value_is_offset) { in GetProcessStandaloneBinary() argument
1018 value_is_offset = m_process_standalone_value_is_offset; in GetProcessStandaloneBinary()
H A DProcessGDBRemote.cpp4881 bool value_is_offset) { in LoadModuleAtAddress() argument
4887 value_is_offset); in LoadModuleAtAddress()