Searched refs:child_section (Results 1 – 1 of 1) sorted by relevance
247 Section *child_section = m_children.GetSectionAtIndex(i).get(); in ResolveContainedAddress() local249 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() local561 if (child_section) { in FindSectionByName()562 if (child_section->GetName() == section_dstr) { in FindSectionByName()566 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()