Searched defs:_plt (Results 1 - 1 of 1) sorted by relevance

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

Completed in 57 milliseconds