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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf.h82 #define ELF_T_LAST ELF_T_GNUHASH macro
H A Delf_data.c97 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS &&
H A Delf_update.c145 if (elftype < ELF_T_FIRST || elftype > ELF_T_LAST) {
751 assert(elftype >= ELF_T_FIRST && elftype <= ELF_T_LAST);

Completed in 118 milliseconds