Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/include/
H A D_machelf.h87 #define ELF_M_INFO ELF32_M_INFO
/titanic_44/usr/src/uts/common/sys/
H A Delf.h689 #define ELF32_M_INFO(sym, size) (((sym)<<8)+(unsigned char)(size)) macro
/titanic_44/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()