Home
last modified time | relevance | path

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

/scripts/
Dsortextable.c184 static inline unsigned int get_secindex(unsigned int shndx, in get_secindex() argument
188 if (is_shndx_special(shndx)) in get_secindex()
189 return SPECIAL(shndx); in get_secindex()
190 if (shndx != SHN_XINDEX) in get_secindex()
191 return shndx; in get_secindex()