Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddata.c50 if (type >= ELF_T_NUM) in conv_elfdata_type()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetdata.c43 static const size_t align32[ELF_T_NUM] =
72 static const size_t align64[ELF_T_NUM] =
H A Dxlate64.m4615 } x64 [EV_CURRENT] [EV_CURRENT] [ELFDATANUM - 1] [ELF_T_NUM] = {
678 } fmsize [EV_CURRENT] [ELF_T_NUM] =
745 if ((unsigned)type >= ELF_T_NUM) {
868 if ((type = src->d_type) >= ELF_T_NUM) {
H A Dxlate.m4557 } x32 [EV_CURRENT] [EV_CURRENT] [ELFDATANUM - 1] [ELF_T_NUM] =
621 } fmsize [EV_CURRENT] [ELF_T_NUM] =
689 if ((unsigned)type >= ELF_T_NUM) {
877 if ((type = src->d_type) >= ELF_T_NUM) {
/illumos-gate/usr/src/head/
H A Dlibelf.h111 ELF_T_NUM /* must be last */ enumerator