Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.S193 uint_t *_plt;
195 _plt = (uint_t *)plt; define
196 _plt[0] = M_SAVE_SP176SP;
197 _plt[1] = M_SETHI_L0 | HH22(bindfunc);
198 _plt[2] = M_SETHI_L1 | LM22(bindfunc);
199 _plt[3] = M_OR_L0L0 | HM10(bindfunc);
200 _plt[4] = M_SLLX_L032L0;
201 _plt[5] = M_OR_L0L1L0;
202 _plt[6] = M_JMPL_L0O1 | LO10(bindfunc);
203 _plt[7] = M_MOV_G1O0;