Searched refs:Sxword (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/sparc/krtld/ |
H A D | doreloc.c | 542 uvalue = (Sxword)uvalue >> bshift; in do_reloc_krtld() 551 uvalue ^= ((Sxword)(*value) >> 31); in do_reloc_krtld() 552 corevalue ^= ((Sxword)(*value) >> 31); in do_reloc_krtld() 567 uvalue |= ((Sxword)(*value) >> 31) & 0x1c00; in do_reloc_krtld() 568 corevalue |= ((Sxword)(*value) >> 31) & 0x1c00; in do_reloc_krtld() 574 (S_INRANGE((Sxword)uvalue, rep->re_sigbits - 1) == 0)) || in do_reloc_krtld()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | machelf.h | 55 typedef Elf64_Sxword Sxword; typedef 102 typedef Elf32_Sword Sxword;
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.sparc.c | 278 plt_far_entry(Ofl_desc *ofl, Xword pltndx, Xword *roffset, Sxword *raddend) in plt_far_entry() 286 Sxword pltblockoff; /* offset to Far plt block */ in plt_far_entry() 287 Sxword pltoff; /* offset to PLT instr. sequence */ in plt_far_entry() 288 Sxword pltptroff; /* offset to PLT addr ptr */ in plt_far_entry() 394 plt_entry(Ofl_desc *ofl, Xword pltndx, Xword *roffset, Sxword *raddend) in plt_entry() 397 Sxword pltoff; /* Offset of this entry from PLT top */ in plt_entry() 527 plt_entry(Ofl_desc * ofl, Xword pltndx, Xword *roffset, Sxword *raddend) in plt_entry() 530 Sxword pltoff; /* Offset of this entry from PLT top */ in plt_entry() 588 Sxword raddend; in ld_perform_outreloc()
|
H A D | machrel.amd.c | 286 Sxword raddend; in ld_perform_outreloc() 575 arsp->rel_raddend = (Sxword)-4; in tls_fixups()
|
H A D | sections.c | 3000 rsp->rel_raddend = (Sxword)stoff; in ld_make_strmerge()
|
H A D | update.c | 3005 Sxword offset; in expand_move()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | relocate.c | 561 const char *typestr, Addr off, Sxword add, const char *secname, in Elf_reloc_entry_2() 664 Sxword add; in Elf_reloc_entry_1()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 159 *((Sxword *)pltaddr) = (uintptr_t)symval + in elf_plt_write() 1305 (S_INRANGE((Sxword)value, 29) == 0)) { in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | libld.h | 648 Sxword rel_raddend; /* addend from input relocation */
|
H A D | debug.h | 1190 const char *, Off, Sxword, const char *, const char *,
|