/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | struct_layout.c | 126 Lword 137 return ((Lword) v.sld_i8); in sl_extract_as_lword() 139 return ((Lword) v.sld_i16); in sl_extract_as_lword() 141 return ((Lword) v.sld_i32); in sl_extract_as_lword() 143 return ((Lword) v.sld_i64); in sl_extract_as_lword() 148 return ((Lword) v.sld_ui8); in sl_extract_as_lword() 150 return ((Lword) v.sld_ui16); in sl_extract_as_lword() 152 return ((Lword) v.sld_ui32); in sl_extract_as_lword() 154 return ((Lword) v.sld_ui64); in sl_extract_as_lword()
|
H A D | struct_layout.h | 562 extern Lword sl_extract_as_lword(const char *data, int do_swap,
|
H A D | fake_shdr.c | 244 sizeof (Lword), sizeof (Move), ELF_T_MOVE },
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | rtc.h | 118 Lword ch_resbgn; /* memory reservation required to map */ 119 Lword ch_resend; /* alternative objects defined */ 137 Lword co_info; /* validation information */
|
H A D | _machelf.h | 149 #define UL_ASSIGN_LWORD(_dst, _src) (void) memcpy(_dst, (_src), sizeof (Lword))
|
H A D | libld.h | 244 typedef Lword ofl_flag_t; 1149 typedef Lword sd_flag_t;
|
H A D | conv.h | 799 extern const char *conv_cnote_cc_content(Lword, Conv_fmt_flags_t,
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | update.c | 95 test_size(Lword hi) in test_size() 159 Lword hi; in _elf_upd_lib() 160 Lword hibit; in _elf_upd_lib() 162 register Lword sz; in _elf_upd_lib() 217 register Lword fsz, j; in _elf_upd_lib() 230 if ((sz = (Lword)_elf_entsz(elf, sh->sh_type, ver)) != 0) in _elf_upd_lib() 344 Lword hi; in _elf_upd_usr() 346 register Lword sz; in _elf_upd_usr() 396 register Lword fsz, j; in _elf_upd_usr()
|
H A D | xlate.m4 | 109 * enuml_*(n) define enum names for Lword n 115 * tofl(d,s,n) xlate Lword n from mem s to file d 121 * toml(s,n) xlate Lword n from file s to expression value 225 define(Lword, ` macro 232 Lword(L) 233 Lword(M,1)
|
H A D | xlate64.m4 | 116 * enuml_*(n) define enum names for Lword n 123 * tofl(d,s,n) xlate Lword n from mem s to file d 130 * toml(s,n) xlate Lword n from file s to expression value 269 define(Lword, ` macro 276 Lword(L) 277 Lword(M,1)
|
/titanic_41/usr/src/cmd/sgs/crle/common/ |
H A D | config.c | 105 size = S_ROUND(size, sizeof (Lword)); in genconfig() 113 S_ROUND(sizeof (Rtc_obj), sizeof (Lword))); in genconfig() 222 objtbl = (Rtc_obj *)S_ROUND((uintptr_t)(objtbl + 1), sizeof (Lword)); in genconfig() 348 sizeof (Lword)); in genconfig() 446 sizeof (Lword)); in genconfig() 510 sizeof (Lword)); in genconfig()
|
H A D | _crle.h | 62 Lword o_info; /* information for cache */
|
H A D | inspect.c | 155 Lword info; in enterino() 163 info = (Lword)status->st_mtime; in enterino() 165 info = (Lword)status->st_size; in enterino()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | machelf.h | 54 typedef Elf64_Lword Lword; typedef 101 typedef Elf32_Lword Lword;
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | got.c | 83 Lword gotaddval; in Dbg_got_display()
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | llib-lconv | 84 const char *conv_cnote_cc_content(Lword, Conv_fmt_flags_t,
|
H A D | corenote.c | 1079 conv_cnote_cc_content(Lword flags, Conv_fmt_flags_t fmt_flags, in conv_cnote_cc_content()
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 592 SET_SEC_INFO(ELF_T_BYTE, sizeof (Lword), in new_section()
|