Home
last modified time | relevance | path

Searched refs:Lword (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.c126 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 Dstruct_layout.h562 extern Lword sl_extract_as_lword(const char *data, int do_swap,
H A Dfake_shdr.c244 sizeof (Lword), sizeof (Move), ELF_T_MOVE },
/titanic_41/usr/src/cmd/sgs/include/
H A Drtc.h118 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.h149 #define UL_ASSIGN_LWORD(_dst, _src) (void) memcpy(_dst, (_src), sizeof (Lword))
H A Dlibld.h244 typedef Lword ofl_flag_t;
1149 typedef Lword sd_flag_t;
H A Dconv.h799 extern const char *conv_cnote_cc_content(Lword, Conv_fmt_flags_t,
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c95 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 Dxlate.m4109 * 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 Dxlate64.m4116 * 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 Dconfig.c105 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.h62 Lword o_info; /* information for cache */
H A Dinspect.c155 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 Dmachelf.h54 typedef Elf64_Lword Lword; typedef
101 typedef Elf32_Lword Lword;
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c83 Lword gotaddval; in Dbg_got_display()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dllib-lconv84 const char *conv_cnote_cc_content(Lword, Conv_fmt_flags_t,
H A Dcorenote.c1079 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 Dsections.c592 SET_SEC_INFO(ELF_T_BYTE, sizeof (Lword), in new_section()