Searched refs:Sword (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.c169 Sword
180 return ((Sword)v.sld_i8);
182 return ((Sword)v.sld_i16);
184 return ((Sword)v.sld_i32);
186 return ((Sword)v.sld_i64);
191 return ((Sword)v.sld_ui8);
193 return ((Sword)v.sld_ui16);
195 return ((Sword)v.sld_ui32);
197 return ((Sword)v.sld_ui64);
H A Dstruct_layout.h574 extern Sword sl_extract_as_sword(const char *data, int do_swap,
H A Delfdump.c4476 Sword gindex;
4483 gindex = (Sword)(gaddr - gotsymaddr) / (Sword)gentsize;
/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h116 #define M_GOT_LARGE (Sword)(-M_GOT_MAXSMALL - 1)
117 #define M_GOT_SMALL (Sword)(-M_GOT_MAXSMALL - 2)
118 #define M_GOT_MIXED (Sword)(-M_GOT_MAXSMALL - 3)
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h61 __ElfType(Sword); variable
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h57 typedef Elf64_Sword Sword; typedef
104 typedef Elf32_Sword Sword; typedef
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c128 Elf_got_entry(Lm_list *lml, Sword ndx, Addr addr, Xword value, Half mach,
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c45 static Sword neggotoffset = 0; /* off. of GOT table from GOT symbol */
46 static Sword smlgotcnt = M_GOT_XNumber; /* no. of small GOT symbols */
47 static Sword mixgotcnt = 0; /* # syms with both large/small GOT */
1222 Sword gotndx;
1849 static Sword small_index; /* starting index for small GOT entries */
1850 static Sword mixed_index; /* starting index for mixed GOT entries */
1851 static Sword large_index; /* starting index for large GOT entries */
2003 const Sword first_large_ndx = M_GOT_MAXSMALL / 2;
H A Dmachrel.amd.c197 Sword plt_off;
H A Dmachrel.intel.c166 Sword plt_off;
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h1179 extern void Elf_got_entry(Lm_list *, Sword, Addr, Xword, Half,
H A Dlibld.h123 Sword gn_gotndx; /* GOT table index */

Completed in 106 milliseconds