Home
last modified time | relevance | path

Searched refs:M_SETHIG1 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_a.out.s106 *(unsigned long *)(pc) = (M_SETHIG1 | (symval >> (32 - 22)));
119 sethi %hi(M_SETHIG1), %o3 ! Get sethi instruction
H A Dboot_elf.s417 plttab[1] = (M_SETHIG1 | ((unsigned long)symval >> (32 - 22)));
/titanic_41/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h98 #define M_SETHIG1 0x03000000 /* sethi %hi(val), %g1 */ macro
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c420 *(Word *)pltent = M_SETHIG1 | pltoff; in plt_entry()
543 *(Word *)pltent = M_SETHIG1 | pltoff; in plt_entry()