Home
last modified time | relevance | path

Searched refs:m_value (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmove.c134 *((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()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmove.c109 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()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h162 Elf32_Lword m_value; /* symbol value */ member
H A Delf64.h176 Elf64_Lword m_value; /* symbol value */ member
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c769 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 Dxlate64.m41030 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);
H A Dxlate.m41039 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);
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h844 Elf32_Lword m_value; /* symbol value */ member
863 Elf64_Lword m_value; /* symbol value */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1318 int m_value; member
1413 load_const(mtp->m_value); in generate_check()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3109 *taddr = (uchar_t)mvp->m_value; in expand_move()
3114 *((Half *)taddr) = (Half)mvp->m_value; in expand_move()
3119 *((Word *)taddr) = (Word)mvp->m_value; in expand_move()
3124 *((u_longlong_t *)taddr) = mvp->m_value; in expand_move()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3576 if ((move->m_info == 0) && (move->m_value == 0) && in move()
3595 move->m_stride, move->m_value, in move()
3621 move->m_stride, move->m_value, in move()