Home
last modified time | relevance | path

Searched refs:allow_section_end (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp220 bool allow_section_end) const { in ResolveLoadAddress()
232 if (offset < pos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
236 allow_section_end); in ResolveLoadAddress()
247 rpos->second->GetByteSize() + (allow_section_end ? 1 : 0)) { in ResolveLoadAddress()
251 allow_section_end); in ResolveLoadAddress()
H A DSectionLoadHistory.cpp116 bool allow_section_end) { in ResolveLoadAddress() argument
123 allow_section_end); in ResolveLoadAddress()
H A DRegisterContextUnwind.cpp388 const bool allow_section_end = true; in InitializeNonZerothFrame() local
389 m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end); in InitializeNonZerothFrame()
H A DStackFrame.cpp206 const bool allow_section_end = true; in GetFrameCodeAddress() local
209 AddressClass::eCode, allow_section_end)) { in GetFrameCodeAddress()
H A DTarget.cpp3244 uint32_t stop_id, bool allow_section_end) { in ResolveLoadAddress() argument
3246 allow_section_end); in ResolveLoadAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h410 bool allow_section_end = false);
415 bool allow_section_end = false);
H A DSection.h168 bool allow_section_end = false) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h44 bool allow_section_end = false) const;
H A DSectionLoadHistory.h48 Address &so_addr, bool allow_section_end = false);
H A DTarget.h1247 bool allow_section_end = false);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp247 bool allow_section_end) const { in ResolveContainedAddress()
255 child_section->GetByteSize() + (allow_section_end ? 1 : 0)) in ResolveContainedAddress()
257 so_addr, allow_section_end); in ResolveContainedAddress()
H A DAddress.cpp371 bool allow_section_end) { in SetOpcodeLoadAddress() argument
372 if (SetLoadAddress(load_addr, target, allow_section_end)) { in SetOpcodeLoadAddress()
1036 bool allow_section_end) { in SetLoadAddress() argument
1039 allow_section_end)) in SetLoadAddress()