Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp243 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress() local
245 addr_t child_offset = child_section->GetOffset(); in ResolveContainedAddress()
248 child_section->GetByteSize() + (allow_section_end ? 1 : 0)) in ResolveContainedAddress()
249 return child_section->ResolveContainedAddress(offset - child_offset, in ResolveContainedAddress()
554 Section *child_section = sect_iter->get(); in FindSectionByName() local
555 if (child_section) { in FindSectionByName()
556 if (child_section->GetName() == section_dstr) { in FindSectionByName()
560 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()