Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h379 lldb::addr_t section_base_addr);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2101 lldb::addr_t section_base_addr) { in SetSectionLoadAddress() argument
2102 LLDB_INSTRUMENT_VA(this, section, section_base_addr); in SetSectionLoadAddress()
2117 if (target_sp->SetSectionLoadAddress(section_sp, section_base_addr)) { in SetSectionLoadAddress()