Searched refs:SetSectionLoadAddress (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadHistory.h70 SetSectionLoadAddress (uint32_t stop_id,
H A DSectionLoadList.h64 SetSectionLoadAddress (const lldb::SectionSP &section_sp, lldb::addr_t load_addr, bool warn_multiple = false);
H A DTarget.h1071 SetSectionLoadAddress (const lldb::SectionSP &section,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp140 SectionLoadHistory::SetSectionLoadAddress (uint32_t stop_id, function in class:SectionLoadHistory
148 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, warn_multiple);
H A DSectionLoadList.cpp79 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn_multiple) function in class:SectionLoadList
H A DTarget.cpp2274 Target::SetSectionLoadAddress (const SectionSP &section_sp, addr_t new_section_load_addr, bool warn_multiple) function in class:Target
2285 if (m_section_load_history.SetSectionLoadAddress (stop_id, section_sp, new_section_load_addr, warn_multiple))
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp137 if (m_process->GetTarget().SetSectionLoadAddress (section_sp, section_sp->GetFileAddress()))
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h540 SetSectionLoadAddress (lldb::SBSection section,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2412 SBTarget::SetSectionLoadAddress (lldb::SBSection section, function in class:SBTarget
2439 if (target_sp->SetSectionLoadAddress (section_sp, section_base_addr))
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp491 if (target.GetSectionLoadList().SetSectionLoadAddress (section_sp, section_sp->GetFileAddress() + value))
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2938 if (target->GetSectionLoadList().SetSectionLoadAddress (section_sp, load_addr))

Completed in 201 milliseconds