Searched refs:ELF_T_FIRST (Results 1 – 5 of 5) sorted by relevance
105 assert((signed) t >= ELF_T_FIRST && t <= ELF_T_LAST);
97 #define ELF_T_FIRST ELF_T_ADDR macro
100 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST || in elf_getdata()
153 else if ((int) t < ELF_T_FIRST || t > ELF_T_LAST)
742 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST); in _libelf_write_scn()