Searched refs:child_section (Results 1 – 1 of 1) sorted by relevance
243 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress() local245 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() local555 if (child_section) { in FindSectionByName()556 if (child_section->GetName() == section_dstr) { in FindSectionByName()560 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()