Searched refs:Sword (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.c | 170 Sword 181 return ((Sword)v.sld_i8); in sl_extract_as_sword() 183 return ((Sword)v.sld_i16); in sl_extract_as_sword() 185 return ((Sword)v.sld_i32); in sl_extract_as_sword() 187 return ((Sword)v.sld_i64); in sl_extract_as_sword() 192 return ((Sword)v.sld_ui8); in sl_extract_as_sword() 194 return ((Sword)v.sld_ui16); in sl_extract_as_sword() 196 return ((Sword)v.sld_ui32); in sl_extract_as_sword() 198 return ((Sword)v.sld_ui64); in sl_extract_as_sword()
|
H A D | struct_layout.h | 564 extern Sword sl_extract_as_sword(const char *data, int do_swap,
|
H A D | elfdump.c | 4391 Sword gindex; in got() 4398 gindex = (Sword)(gaddr - gotsymaddr) / (Sword)gentsize; in got()
|
/titanic_41/usr/src/cmd/sgs/include/sparc/ |
H A D | machdep_sparc.h | 116 #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)
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | machelf.h | 57 typedef Elf64_Sword Sword; typedef 104 typedef Elf32_Sword Sword;
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.sparc.c | 45 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; in ld_do_activerelocs() 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; in ld_allocate_got()
|
H A D | machrel.amd.c | 197 Sword plt_off; in plt_entry()
|
H A D | machrel.intel.c | 166 Sword plt_off; in plt_entry()
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | got.c | 128 Elf_got_entry(Lm_list *lml, Sword ndx, Addr addr, Xword value, Half mach, in Elf_got_entry()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | libld.h | 123 Sword gn_gotndx; /* GOT table index */
|
H A D | debug.h | 1179 extern void Elf_got_entry(Lm_list *, Sword, Addr, Xword, Half,
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 97 * Sword, and Word use 4 bytes, but the memory def's for
|
H A D | xlate64.m4 | 103 * Sword, and Word use 4 bytes, but the memory def's for
|