Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp191 bool value_is_offset, bool force_symbol_search, bool notify, in LoadBinaryWithUUIDAndAddress() argument
205 if (value_is_offset == 0 && value != LLDB_INVALID_ADDRESS) { in LoadBinaryWithUUIDAndAddress()
210 if (!uuid.IsValid() && !value_is_offset) { in LoadBinaryWithUUIDAndAddress()
270 value != LLDB_INVALID_ADDRESS && !value_is_offset) { in LoadBinaryWithUUIDAndAddress()
293 value_is_offset ? "offset" : "address", value); in LoadBinaryWithUUIDAndAddress()
294 module_sp->SetLoadAddress(target, value, value_is_offset, changed); in LoadBinaryWithUUIDAndAddress()
330 if (value_is_offset) in LoadBinaryWithUUIDAndAddress()
341 value_is_offset ? "offset" : "address", value); in LoadBinaryWithUUIDAndAddress()
H A DModule.cpp1498 bool value_is_offset, bool &changed) { in SetLoadAddress() argument
1501 changed = object_file->SetLoadAddress(target, value, value_is_offset); in SetLoadAddress()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h400 bool value_is_offset) { in SetLoadAddress() argument
534 bool &value_is_offset, UUID &uuid, in GetCorefileMainBinaryInfo() argument
537 value_is_offset = false; in GetCorefileMainBinaryInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h278 bool value_is_offset, bool force_symbol_search, bool notify,
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h78 bool value_is_offset) override;
/freebsd/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/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp169 bool value_is_offset) { in GetArchitecture()
173 SetLoadAddress(Target & target,lldb::addr_t value,bool value_is_offset) SetLoadAddress() argument
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h172 /// if \a value_is_offset is true, then value is the offset to
175 /// If \a value_is_offset is false, then "value" is the new
178 /// \param[in] value_is_offset
196 bool SetLoadAddress(Target &target, lldb::addr_t value, bool value_is_offset,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h407 bool value_is_offset);
H A DGDBRemoteCommunicationClient.h211 bool &value_is_offset);
H A DGDBRemoteCommunicationClient.cpp1019 UUID &uuid, addr_t &value, bool &value_is_offset) { in GetProcessStandaloneBinary() argument
1031 value_is_offset = m_process_standalone_value_is_offset; in GetProcessStandaloneBinary()
H A DProcessGDBRemote.cpp5058 bool value_is_offset) { in LoadModuleAtAddress() argument
5064 value_is_offset); in LoadModuleAtAddress()