Symbol: Sword
usr/src/boot/sys/sys/elf_generic.h
61
__ElfType(Sword);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4555
Sword gindex;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4562
gindex = (Sword)(gaddr - gotsymaddr) / (Sword)gentsize;
usr/src/cmd/sgs/elfdump/common/struct_layout.c
169
Sword
usr/src/cmd/sgs/elfdump/common/struct_layout.c
180
return ((Sword)v.sld_i8);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
182
return ((Sword)v.sld_i16);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
184
return ((Sword)v.sld_i32);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
186
return ((Sword)v.sld_i64);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
191
return ((Sword)v.sld_ui8);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
193
return ((Sword)v.sld_ui16);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
195
return ((Sword)v.sld_ui32);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
197
return ((Sword)v.sld_ui64);
usr/src/cmd/sgs/elfdump/common/struct_layout.h
601
extern Sword sl_extract_as_sword(const char *data, int do_swap,
usr/src/cmd/sgs/include/debug.h
1173
extern void Elf_got_entry(Lm_list *, Sword, Addr, Xword, Half,
usr/src/cmd/sgs/include/libld.h
124
Sword gn_gotndx; /* GOT table index */
usr/src/cmd/sgs/include/sparc/machdep_sparc.h
116
#define M_GOT_LARGE (Sword)(-M_GOT_MAXSMALL - 1)
usr/src/cmd/sgs/include/sparc/machdep_sparc.h
117
#define M_GOT_SMALL (Sword)(-M_GOT_MAXSMALL - 2)
usr/src/cmd/sgs/include/sparc/machdep_sparc.h
118
#define M_GOT_MIXED (Sword)(-M_GOT_MAXSMALL - 3)
usr/src/cmd/sgs/libld/common/machrel.amd.c
197
Sword plt_off;
usr/src/cmd/sgs/libld/common/machrel.intel.c
166
Sword plt_off;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1242
Sword gotndx;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1883
static Sword small_index; /* starting index for small GOT entries */
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1884
static Sword mixed_index; /* starting index for mixed GOT entries */
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1885
static Sword large_index; /* starting index for large GOT entries */
usr/src/cmd/sgs/libld/common/machrel.sparc.c
2037
const Sword first_large_ndx = M_GOT_MAXSMALL / 2;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
45
static Sword neggotoffset = 0; /* off. of GOT table from GOT symbol */
usr/src/cmd/sgs/libld/common/machrel.sparc.c
46
static Sword smlgotcnt = M_GOT_XNumber; /* no. of small GOT symbols */
usr/src/cmd/sgs/libld/common/machrel.sparc.c
47
static Sword mixgotcnt = 0; /* # syms with both large/small GOT */
usr/src/cmd/sgs/liblddbg/common/got.c
127
Elf_got_entry(Lm_list *lml, Sword ndx, Addr addr, Xword value, Half mach,