Searched refs:ELF_M_SIZE (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | _machelf.h | 60 #define ELF_M_SIZE ELF64_M_SIZE macro 86 #define ELF_M_SIZE ELF32_M_SIZE macro
|
/illumos-gate/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), 154 ELF_M_SIZE(mv->m_info), mv->m_repeat, mv->m_stride,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | machelf.h | 72 #define ELF_M_SIZE ELF64_M_SIZE macro 119 #define ELF_M_SIZE ELF32_M_SIZE macro
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | move.c | 132 switch (ELF_M_SIZE(mv->m_info)) {
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | sunwmove.c | 105 nmd.md_len = ELF_M_SIZE(mvp->m_info); 222 switch (ELF_M_SIZE(mvp->m_info)) {
|
H A D | relocate.c | 2361 (_num * ELF_M_SIZE(mvp->m_info));
|
H A D | update.c | 3034 switch (ELF_M_SIZE(mvp->m_info)) {
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 3515 ELF_M_SIZE(move->m_info), move->m_repeat, 3541 ELF_M_SIZE(move->m_info), move->m_repeat,
|
Completed in 494 milliseconds