Searched refs:ELF_T_LAST (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libelf/
H A Dlibelf_msize.m498 assert((signed) t >= ELF_T_FIRST && t <= ELF_T_LAST);
H A Dlibelf_fsize.m4148 else if ((int) t < ELF_T_FIRST || t > ELF_T_LAST)
H A Delf_data.c87 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS &&
H A Dlibelf.h83 #define ELF_T_LAST ELF_T_GNUHASH macro
H A Delf_update.c119 if (elftype > ELF_T_LAST) {
171 if (d->d_type > ELF_T_LAST) {
611 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST);

Completed in 117 milliseconds