Searched defs:child_section (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Core/
H A DSection.cpp139 Section* child_section = m_children.GetSectionAtIndex (i).get(); local
141 addr_t child_offset = child_section->GetOffset();
142 if (child_offset <= offset && offset - child_offset < child_section->GetByteSize())
143 return child_section->ResolveContainedAddress (offset - child_offset, so_addr);
416 Section *child_section = sect_iter->get(); local
417 assert (child_section);
418 if (child_section->GetName() == section_dstr)
424 sect_sp = child_section->GetChildren().FindSectionByName(section_dstr);

Completed in 146 milliseconds