Searched defs:R1addr (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.amd.c | 931 Xword R1addr; local 952 R1addr = (Xword)(gotndx * M_GOT_ENTSIZE); 957 R2addr = R1addr + (uintptr_t)osp->os_outdata->d_buf; 960 M_MACH, SHT_RELA, arsp, R1addr, value,
|
H A D | machrel.intel.c | 916 Xword R1addr; local 937 R1addr = (Xword)(gotndx * M_GOT_ENTSIZE); 942 R2addr = R1addr + (uintptr_t)osp->os_outdata->d_buf; 945 M_MACH, SHT_REL, arsp, R1addr, value,
|
H A D | machrel.sparc.c | 1220 Xword R1addr; local 1252 R1addr = (Xword)((-neggotoffset * M_GOT_ENTSIZE) + 1258 R2addr = R1addr + (uintptr_t)osp->os_outdata->d_buf; 1262 arsp, R1addr, value, ld_reloc_sym_name));
|
Completed in 62 milliseconds