Searched refs:m_value (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | move.c | 134 *((char *)taddr) = (char)mv->m_value; 140 *((Half *)taddr) = (Half)mv->m_value; 146 *((Word *)taddr) = (Word)mv->m_value; 152 *((unsigned long long *)taddr) = mv->m_value;
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | move.c | 109 EC_LWORD(mv->m_value)); 137 mv->m_repeat, mv->m_stride, EC_LWORD(mv->m_value), s->sd_name); 155 EC_LWORD(mv->m_value), sname);
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 162 Elf32_Lword m_value; /* symbol value */ member in struct:__anon415
|
H A D | elf64.h | 176 Elf64_Lword m_value; /* symbol value */ member in struct:__anon432
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 673 Elf32_Lword m_value; /* symbol value */ member in struct:__anon266 692 Elf64_Lword m_value; /* symbol value */ member in struct:__anon267
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 769 dst->m_value = (Elf64_Xword)m->m_value; 809 m->m_value = (Elf32_Lword)src->m_value;
|
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);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 1316 int m_value; member in struct:match_type 1411 load_const(mtp->m_value);
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | update.c | 3037 *taddr = (uchar_t)mvp->m_value; 3042 *((Half *)taddr) = (Half)mvp->m_value; 3047 *((Word *)taddr) = (Word)mvp->m_value; 3052 *((u_longlong_t *)taddr) = mvp->m_value;
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 3497 if ((move->m_info == 0) && (move->m_value == 0) && 3516 move->m_stride, move->m_value, 3542 move->m_stride, move->m_value,
|
Completed in 1525 milliseconds