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

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf.h81 #define ELF_T_FIRST ELF_T_ADDR macro
H A Delf_data.c96 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST ||
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 271 milliseconds