Searched refs:ELF_T_LAST (Results 1 – 6 of 6) sorted by relevance
104 assert((signed) t >= ELF_T_FIRST && t <= ELF_T_LAST);
97 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS && in elf_getdata()
150 else if ((int) t < ELF_T_FIRST || t > ELF_T_LAST)
202 #define ELF_T_LAST ELF_T_GNUHASH macro
144 if (elftype < ELF_T_FIRST || elftype > ELF_T_LAST) { in _libelf_compute_section_extents()750 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST); in _libelf_write_scn()
1085 assert(t >= ELF_T_FIRST && t <= ELF_T_LAST);