Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2658 SectionSP text_segment_sp = in ParseSymtab() local
2661 if (text_segment_sp) in ParseSymtab()
2662 text_segment_file_addr = text_segment_sp->GetFileAddress(); in ParseSymtab()
5331 SectionSP text_segment_sp =
5333 if (text_segment_sp) {
5335 start_address = text_segment_sp->GetFileAddress() + entryoffset;
5393 SectionSP text_segment_sp(
5395 if (text_segment_sp) {
5396 header_addr.SetSection(text_segment_sp);
6128 SectionSP text_segment_sp =
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp2339 SectionSP text_segment_sp( in GetSharedCacheReadOnlyAddress() local
2342 if (text_segment_sp) { in GetSharedCacheReadOnlyAddress()
2344 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()