Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h85 #define ELF_M_SYM ELF32_M_SYM
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h176 #define ELF32_M_SYM(info) ((info)>>8) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h118 #define ELF_M_SYM ELF32_M_SYM
H A Delf.h858 #define ELF32_M_SYM(info) ((info)>>8) macro
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c770 dst->m_info = ELF64_M_INFO(ELF32_M_SYM(m->m_info), in gelf_getmove()