Searched refs:m_value (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | move.c | 134 *((char *)taddr) = (char)mv->m_value; in move_data() 140 *((Half *)taddr) = (Half)mv->m_value; in move_data() 146 *((Word *)taddr) = (Word)mv->m_value; in move_data() 152 *((unsigned long long *)taddr) = mv->m_value; in move_data()
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | move.c | 109 EC_LWORD(mv->m_value)); in Dbg_move_expand() 137 mv->m_repeat, mv->m_stride, EC_LWORD(mv->m_value), s->sd_name); in Dbg_move_entry1() 155 EC_LWORD(mv->m_value), sname); in Dbg_move_entry2()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | elf.h | 673 Elf32_Lword m_value; /* symbol value */ member 692 Elf64_Lword m_value; /* symbol value */ member
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 769 dst->m_value = (Elf64_Xword)m->m_value; in gelf_getmove() 809 m->m_value = (Elf32_Lword)src->m_value; in gelf_update_move()
|
H A D | xlate.m4 | 1039 tofl(dst, src->m_value, M1_value_$2); 1059 tofl(dst, src->m_value, MP1_value_$2); 1587 dst->m_value = toml(src, M1_value_$2); 1608 dst->m_value = toml(src, MP1_value_$2);
|
H A D | xlate64.m4 | 1030 tofl(dst, src->m_value, M1_value_$2); 1050 tofl(dst, src->m_value, MP1_value_$2); 1625 dst->m_value = toml(src, M1_value_$2); 1646 dst->m_value = toml(src, MP1_value_$2);
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 3030 *taddr = (uchar_t)mvp->m_value; in expand_move() 3035 *((Half *)taddr) = (Half)mvp->m_value; in expand_move() 3040 *((Word *)taddr) = (Word)mvp->m_value; in expand_move() 3045 *((u_longlong_t *)taddr) = mvp->m_value; in expand_move()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 1316 int m_value; member 1411 load_const(mtp->m_value); in generate_check()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 3473 if ((move->m_info == 0) && (move->m_value == 0) && in move() 3492 move->m_stride, move->m_value, in move() 3518 move->m_stride, move->m_value, in move()
|