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

/freebsd-10.0-release/lib/libelf/
H A Dlibelf_align.c66 static struct align malign[ELF_T_NUM] = {
108 if (t >= ELF_T_NUM || (int) t < 0)
117 static struct align falign[ELF_T_NUM] = {
159 if (t >= ELF_T_NUM || (int) t < 0)
H A Dlibelf_msize.m488 static struct msize msize[ELF_T_NUM] = {
H A Dlibelf_fsize.m4136 static struct fsize fsize[ELF_T_NUM] = {
H A Dlibelf_xlate.c77 if ((int) src->d_type < 0 || src->d_type >= ELF_T_NUM) {
H A Dlibelf.h79 ELF_T_NUM enumerator in enum:__anon5543

Completed in 153 milliseconds