Searched refs:m_poffset (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | move.c | 136 dbg_print(lml, str, EC_XWORD(mv->m_poffset), ELF_M_SIZE(mv->m_info), in Dbg_move_entry1() 153 dbg_print(lml, MSG_INTL(MSG_MOVE_ENTRYIN), EC_XWORD(mv->m_poffset), in Dbg_move_entry2()
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | move.c | 115 taddr = addr + mv->m_poffset; in move_data()
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf32.h | 164 Elf32_Word m_poffset; /* symbol offset */ member
|
H A D | elf64.h | 178 Elf64_Xword m_poffset; /* symbol offset */ member
|
/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 766 dst->m_poffset = (Elf64_Word)m->m_poffset; in gelf_getmove() 806 m->m_poffset = (Elf32_Word)src->m_poffset; in gelf_update_move()
|
H A D | xlate.m4 | 1041 tofw(dst, src->m_poffset, M1_poffset_$2); 1061 tofw(dst, src->m_poffset, MP1_poffset_$2); 1589 dst->m_poffset = tomw(src, M1_poffset_$2); 1610 dst->m_poffset = tomw(src, MP1_poffset_$2);
|
H A D | xlate64.m4 | 1032 tofw(dst, src->m_poffset, M1_poffset_$2); 1052 tofw(dst, src->m_poffset, MP1_poffset_$2); 1627 dst->m_poffset = tomw(src, M1_poffset_$2); 1648 dst->m_poffset = tomw(src, MP1_poffset_$2);
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 827 Elf32_Word m_poffset; /* symbol offset */ member 846 Elf64_Xword m_poffset; /* symbol offset */ member
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | sunwmove.c | 106 nmd.md_start = mvp->m_poffset + i * in append_move_desc()
|
H A D | update.c | 3014 taddr = taddr + mvp->m_poffset; in expand_move() 3141 omvp->m_poffset = in update_move() 3144 imvp->m_poffset; in update_move() 3167 omvp->m_poffset += sym->st_value; in update_move()
|
H A D | relocate.c | 2356 reld.rel_roffset = mvp->m_poffset; in process_movereloc()
|
/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 3478 (move->m_poffset == 0) && (move->m_repeat == 0) && in move() 3481 EC_XWORD(move->m_poffset), 0, 0, 0, in move() 3494 EC_XWORD(move->m_poffset), in move() 3520 dbg_print(0, fmt, index, EC_XWORD(move->m_poffset), in move()
|