Home
last modified time | relevance | path

Searched refs:M_JMPL (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_a.out.s108 *(unsigned long *)(pc + 4) = (M_JMPL | (symval & S_MASK(10)));
124 sethi %hi(M_JMPL), %o3 ! Get jmpl instruction
H A Dboot_elf.s416 plttab[2] = (M_JMPL | ((unsigned long)symval & S_MASK(10)));
423 sethi %hi(M_JMPL), %o3 ! Get jmpl instruction
/titanic_44/usr/src/cmd/sgs/librtld_db/sparc/
H A Dplt32_resolution.c85 } else if ((instr[2] & (~(S_MASK(13)))) == M_JMPL) { in plt32_resolution()
/titanic_44/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h96 #define M_JMPL 0x81c06000 /* jmpl %g1 + simm13, %g0 */ macro
/titanic_44/usr/src/cmd/sgs/librtld_db/sparcv9/
H A Dplt64_resolution.c255 } else if (instr[3] == M_JMPL) { in plt64_resolution()