ELF_T_FIRST
else if ((int) t < ELF_T_FIRST || t > ELF_T_LAST)
if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
assert((signed) t >= ELF_T_FIRST && t <= ELF_T_LAST);