Searched refs:GetImageSectionName (Results 1 – 3 of 3) sorted by relevance
283 EXPORT static const char* GetImageSectionName(ImageSections index);
263 const char* ImageHeader::GetImageSectionName(ImageSections index) { in GetImageSectionName() function in art::ImageHeader
1969 const char* name = ImageHeader::GetImageSectionName(index); in Dump()