Home
last modified time | relevance | path

Searched refs:ELF32_M_INFO (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h87 #define ELF_M_INFO ELF32_M_INFO
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h178 #define ELF32_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h860 #define ELF32_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) macro
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c810 m->m_info = (Elf32_Word)ELF32_M_INFO(ELF64_M_SYM(src->m_info), in gelf_update_move()