Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h359 lldb::addr_t section_base_addr);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i423 lldb::addr_t section_base_addr);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp2021 lldb::addr_t section_base_addr) { in SetSectionLoadAddress() argument
2022 LLDB_INSTRUMENT_VA(this, section, section_base_addr); in SetSectionLoadAddress()
2037 if (target_sp->SetSectionLoadAddress(section_sp, section_base_addr)) { in SetSectionLoadAddress()