Searched refs:ELF_T_NUM (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_align.c61 static struct align malign[ELF_T_NUM] = {
91 if (t >= ELF_T_NUM || (int) t < 0)
100 static struct align falign[ELF_T_NUM] = {
130 if (t >= ELF_T_NUM || (int) t < 0)
H A Dlibelf_xlate.c77 if ((int) src->d_type < 0 || src->d_type >= ELF_T_NUM) {
H A Dlibelf.h78 ELF_T_NUM enumerator in enum:__anon672
H A Delf_update.c201 if (d->d_type >= ELF_T_NUM) {

Completed in 189 milliseconds