Home
last modified time | relevance | path

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

/openbsd/src/lib/libelf/
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()
Dlibelf_xlate.c78 if ((int) src->d_type < 0 || src->d_type >= ELF_T_NUM) { in _libelf_xlate()
Dlibelf_msize.m486 static struct msize msize[ELF_T_NUM] = {
Dlibelf_fsize.m4138 static struct fsize fsize[ELF_T_NUM] = {
Dlibelf.h198 ELF_T_NUM enumerator
Delf_update.c200 if (d->d_type >= ELF_T_NUM) { in _libelf_compute_section_extents()
Dlibelf_convert.m41052 static struct converters cvt[ELF_T_NUM] = {