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

/gem5/ext/libelf/
H A Dlibelf_align.c58 static struct align malign[ELF_T_NUM] = {
87 if (t >= ELF_T_NUM || (int) t < 0)
96 static struct align falign[ELF_T_NUM] = {
125 if (t >= ELF_T_NUM || (int) t < 0)
H A Dlibelf_xlate.c74 if ((int) src->d_type < 0 || src->d_type >= ELF_T_NUM) {
H A Dlibelf.h83 ELF_T_NUM enumerator in enum:__anon48

Completed in 5 milliseconds