Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.c125 Lword
136 return ((Lword) v.sld_i8); in sl_extract_as_lword()
138 return ((Lword) v.sld_i16); in sl_extract_as_lword()
140 return ((Lword) v.sld_i32); in sl_extract_as_lword()
142 return ((Lword) v.sld_i64); in sl_extract_as_lword()
147 return ((Lword) v.sld_ui8); in sl_extract_as_lword()
149 return ((Lword) v.sld_ui16); in sl_extract_as_lword()
151 return ((Lword) v.sld_ui32); in sl_extract_as_lword()
153 return ((Lword) v.sld_ui64); in sl_extract_as_lword()
H A Dstruct_layout.h589 extern Lword sl_extract_as_lword(const char *data, int do_swap,
H A Dcorenote.c205 static Lword
897 Lword lw; in dump_secflags()
H A Dfake_shdr.c244 sizeof (Lword), sizeof (Move), ELF_T_MOVE },
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtc.h119 Lword ch_resbgn; /* memory reservation required to map */
120 Lword ch_resend; /* alternative objects defined */
138 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.h246 typedef Lword ofl_flag_t;
1180 Lword ass_size;
1190 typedef Lword sd_flag_t;
H A Dconv.h826 extern const char *conv_cnote_cc_content(Lword, Conv_fmt_flags_t,
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c99 test_size(Lword hi) in test_size()
162 Lword hi; in _elf_upd_lib()
163 Lword hibit; in _elf_upd_lib()
165 register Lword sz; in _elf_upd_lib()
220 register Lword fsz, j; in _elf_upd_lib()
233 if ((sz = (Lword)_elf_entsz(elf, sh->sh_type, ver)) != 0) in _elf_upd_lib()
346 Lword hi; in _elf_upd_usr()
348 register Lword sz; in _elf_upd_usr()
398 register Lword fsz, j; in _elf_upd_usr()
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)
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)
/illumos-gate/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()
346 sizeof (Lword)); in genconfig()
444 sizeof (Lword)); in genconfig()
508 sizeof (Lword)); in genconfig()
H A D_crle.h62 Lword o_info; /* information for cache */
H A Dinspect.c157 Lword info; in enterino()
165 info = (Lword)status->st_mtime; in enterino()
167 info = (Lword)status->st_size; in enterino()
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h54 typedef Elf64_Lword Lword; typedef
101 typedef Elf32_Lword Lword;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c82 Lword gotaddval; in Dbg_got_display()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1098 conv_cnote_cc_content(Lword flags, Conv_fmt_flags_t fmt_flags, in conv_cnote_cc_content()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1175 sdp->sd_name, (Lword)sdp->sd_sym->st_size); in update_osym()
3829 ma->ass_size, (Lword)sdp->sd_sym->st_size); in check_mapfile_assertions()
H A Dsections.c595 SET_SEC_INFO(ELF_T_BYTE, sizeof (Lword), in new_section()