Home
last modified time | relevance | path

Searched refs:ELF_T_NUM (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_align.c61 static struct align malign[ELF_T_NUM] = {
91 if (t >= ELF_T_NUM || (int) t < 0) in _libelf_malign()
100 static struct align falign[ELF_T_NUM] = {
130 if (t >= ELF_T_NUM || (int) t < 0) in _libelf_falign()
H A Dlibelf_xlate.c77 if ((int) src->d_type < 0 || src->d_type >= ELF_T_NUM) { in _libelf_xlate()
H A Dlibelf_msize.m486 static struct msize msize[ELF_T_NUM] = {
H A Dlibelf.h78 ELF_T_NUM enumerator
H A Dlibelf_fsize.m4138 static struct fsize fsize[ELF_T_NUM] = {
H A Delf_update.c201 if (d->d_type >= ELF_T_NUM) { in _libelf_compute_section_extents()
H A Dlibelf_convert.m41049 static struct converters cvt[ELF_T_NUM] = {