Searched refs:shndx (Results 1 – 1 of 1) sorted by relevance
184 static inline unsigned int get_secindex(unsigned int shndx, in get_secindex() argument188 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()