Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h86 #define ELF_M_SIZE ELF32_M_SIZE
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h177 #define ELF32_M_SIZE(info) ((unsigned char)(info)) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h119 #define ELF_M_SIZE ELF32_M_SIZE
H A Delf.h859 #define ELF32_M_SIZE(info) ((unsigned char)(info)) macro
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c771 ELF32_M_SIZE(m->m_info)); in gelf_getmove()