Home
last modified time | relevance | path

Searched refs:mips_sections (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libebl/
Dmips_symbol.c115 } mips_sections[] = in mips_section_type_name() local
157 #define nsections (sizeof (mips_sections) / sizeof (mips_sections[0])) in mips_section_type_name()
161 if (type == mips_sections[cnt].type) in mips_section_type_name()
162 return mips_sections[cnt].str; in mips_section_type_name()