Symbol: Lword
usr/src/cmd/sgs/crle/common/_crle.h
62
Lword o_info; /* information for cache */
usr/src/cmd/sgs/crle/common/config.c
105
size = S_ROUND(size, sizeof (Lword));
usr/src/cmd/sgs/crle/common/config.c
113
S_ROUND(sizeof (Rtc_obj), sizeof (Lword)));
usr/src/cmd/sgs/crle/common/config.c
222
objtbl = (Rtc_obj *)S_ROUND((uintptr_t)(objtbl + 1), sizeof (Lword));
usr/src/cmd/sgs/crle/common/config.c
346
sizeof (Lword));
usr/src/cmd/sgs/crle/common/config.c
444
sizeof (Lword));
usr/src/cmd/sgs/crle/common/config.c
508
sizeof (Lword));
usr/src/cmd/sgs/crle/common/inspect.c
157
Lword info;
usr/src/cmd/sgs/crle/common/inspect.c
165
info = (Lword)status->st_mtime;
usr/src/cmd/sgs/crle/common/inspect.c
167
info = (Lword)status->st_size;
usr/src/cmd/sgs/elfdump/common/corenote.c
205
static Lword
usr/src/cmd/sgs/elfdump/common/corenote.c
897
Lword lw;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
244
sizeof (Lword), sizeof (Move), ELF_T_MOVE },
usr/src/cmd/sgs/elfdump/common/struct_layout.c
125
Lword
usr/src/cmd/sgs/elfdump/common/struct_layout.c
136
return ((Lword) v.sld_i8);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
138
return ((Lword) v.sld_i16);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
140
return ((Lword) v.sld_i32);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
142
return ((Lword) v.sld_i64);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
147
return ((Lword) v.sld_ui8);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
149
return ((Lword) v.sld_ui16);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
151
return ((Lword) v.sld_ui32);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
153
return ((Lword) v.sld_ui64);
usr/src/cmd/sgs/elfdump/common/struct_layout.h
599
extern Lword sl_extract_as_lword(const char *data, int do_swap,
usr/src/cmd/sgs/include/_machelf.h
149
#define UL_ASSIGN_LWORD(_dst, _src) (void) memcpy(_dst, (_src), sizeof (Lword))
usr/src/cmd/sgs/include/conv.h
826
extern const char *conv_cnote_cc_content(Lword, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/libld.h
1180
Lword ass_size;
usr/src/cmd/sgs/include/libld.h
1190
typedef Lword sd_flag_t;
usr/src/cmd/sgs/include/libld.h
246
typedef Lword ofl_flag_t;
usr/src/cmd/sgs/include/rtc.h
119
Lword ch_resbgn; /* memory reservation required to map */
usr/src/cmd/sgs/include/rtc.h
120
Lword ch_resend; /* alternative objects defined */
usr/src/cmd/sgs/include/rtc.h
138
Lword co_info; /* validation information */
usr/src/cmd/sgs/libconv/common/corenote.c
1099
conv_cnote_cc_content(Lword flags, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libelf/common/update.c
162
Lword hi;
usr/src/cmd/sgs/libelf/common/update.c
163
Lword hibit;
usr/src/cmd/sgs/libelf/common/update.c
165
register Lword sz;
usr/src/cmd/sgs/libelf/common/update.c
220
register Lword fsz, j;
usr/src/cmd/sgs/libelf/common/update.c
233
if ((sz = (Lword)_elf_entsz(elf, sh->sh_type, ver)) != 0)
usr/src/cmd/sgs/libelf/common/update.c
346
Lword hi;
usr/src/cmd/sgs/libelf/common/update.c
348
register Lword sz;
usr/src/cmd/sgs/libelf/common/update.c
398
register Lword fsz, j;
usr/src/cmd/sgs/libelf/common/update.c
99
test_size(Lword hi)
usr/src/cmd/sgs/libld/common/sections.c
595
SET_SEC_INFO(ELF_T_BYTE, sizeof (Lword),
usr/src/cmd/sgs/libld/common/update.c
1175
sdp->sd_name, (Lword)sdp->sd_sym->st_size);
usr/src/cmd/sgs/libld/common/update.c
3829
ma->ass_size, (Lword)sdp->sd_sym->st_size);
usr/src/cmd/sgs/liblddbg/common/got.c
82
Lword gotaddval;