Searched refs:ELF_T_FIRST (Results 1 – 5 of 5) sorted by relevance
96 assert((signed) t >= ELF_T_FIRST && t <= ELF_T_LAST);
81 #define ELF_T_FIRST ELF_T_ADDR macro
150 else if ((int) t < ELF_T_FIRST || t > ELF_T_LAST)
94 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST || in elf_getdata()
745 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST); in _libelf_write_scn()