Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSection.cpp257 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress() local
259 addr_t child_offset = child_section->GetOffset(); in ResolveContainedAddress()
262 child_section->GetByteSize() + (allow_section_end ? 1 : 0)) in ResolveContainedAddress()
263 return child_section->ResolveContainedAddress(offset - child_offset, in ResolveContainedAddress()
492 Section *child_section = sect_iter->get(); in FindSectionByName() local
493 if (child_section) { in FindSectionByName()
494 if (child_section->GetName() == section_dstr) { in FindSectionByName()
498 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()