Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp247 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress() local
249 addr_t child_offset = child_section->GetOffset(); in ResolveContainedAddress()
252 child_section->GetByteSize() + (allow_section_end ? 1 : 0)) in ResolveContainedAddress()
253 return child_section->ResolveContainedAddress(offset - child_offset, in ResolveContainedAddress()
560 Section *child_section = sect_iter->get(); in FindSectionByName() local
561 if (child_section) { in FindSectionByName()
562 if (child_section->GetName() == section_dstr) { in FindSectionByName()
566 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()