Searched refs:IsDescendant (Results 1 – 3 of 3) sorted by relevance
343 bool Section::IsDescendant(const Section *section) { in IsDescendant() function in Section348 return parent_sp->IsDescendant(section); in IsDescendant()
168 bool IsDescendant(const Section *section);
2068 if (symbol_section->IsDescendant(text_section_sp.get())) { in GetSymbolType()2075 } else if (symbol_section->IsDescendant(data_section_sp.get()) || in GetSymbolType()2076 symbol_section->IsDescendant(data_dirty_section_sp.get()) || in GetSymbolType()2077 symbol_section->IsDescendant(data_const_section_sp.get())) { in GetSymbolType()3353 if (symbol_section->IsDescendant( in ParseSymtab()3362 } else if (symbol_section->IsDescendant( in ParseSymtab()3364 symbol_section->IsDescendant( in ParseSymtab()3366 symbol_section->IsDescendant( in ParseSymtab()3427 } else if (symbol_section->IsDescendant( in ParseSymtab()4237 if (symbol_section->IsDescendant(text_section_sp.get())) { in ParseSymtab()[all …]