Searched refs:IsDescendant (Results 1 – 3 of 3) sorted by relevance
329 bool Section::IsDescendant(const Section *section) { in IsDescendant() function in Section334 return parent_sp->IsDescendant(section); in IsDescendant()
174 bool IsDescendant(const Section *section);
2124 if (symbol_section->IsDescendant(text_section_sp.get())) { in GetSymbolType()2131 } else if (symbol_section->IsDescendant(data_section_sp.get()) || in GetSymbolType()2132 symbol_section->IsDescendant(data_dirty_section_sp.get()) || in GetSymbolType()2133 symbol_section->IsDescendant(data_const_section_sp.get())) { in GetSymbolType()3362 if (symbol_section->IsDescendant( in ParseSymtab()3371 } else if (symbol_section->IsDescendant( in ParseSymtab()3373 symbol_section->IsDescendant( in ParseSymtab()3375 symbol_section->IsDescendant( in ParseSymtab()3436 } else if (symbol_section->IsDescendant( in ParseSymtab()4238 if (symbol_section->IsDescendant(text_section_sp.get())) { in ParseSymtab()[all …]