usr/src/boot/efi/include/Uefi/UefiPxe.h
1204
UINT16 Word[128];
usr/src/boot/efi/include/Uefi/UefiPxe.h
1230
PXE_UINT16 Word[128];
usr/src/boot/efi/include/Uefi/UefiPxe.h
1501
PXE_UINT16 Word;
usr/src/boot/efi/include/Uefi/UefiPxe.h
1520
PXE_UINT16 Word[MAX_EEPROM_LEN << 1];
usr/src/boot/efi/include/Uefi/UefiPxe.h
1541
PXE_UINT16 Word[MAX_EEPROM_LEN << 1];
usr/src/boot/sys/sys/elf_generic.h
62
__ElfType(Word);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1003
hdr->kh_text_phdr.p_memsz = (Word)(info->di_e_text - info->di_s_text);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1008
hdr->kh_data_phdr.p_memsz = (Word)(info->di_e_data - info->di_s_data);
usr/src/cmd/sgs/crle/common/_crle.h
60
Word o_calter; /* and its conf offset */
usr/src/cmd/sgs/crle/common/_crle.h
76
Word e_hash; /* hash value (or inode no.) */
usr/src/cmd/sgs/crle/common/_crle.h
81
Word e_cnt; /* no. of files in directory */
usr/src/cmd/sgs/crle/common/config.c
104
size += ((2 + hashbkts + crle->c_hashstrnum) * sizeof (Word));
usr/src/cmd/sgs/crle/common/config.c
120
sizeof (Word));
usr/src/cmd/sgs/crle/common/config.c
127
sizeof (Word));
usr/src/cmd/sgs/crle/common/config.c
136
sizeof (Word));
usr/src/cmd/sgs/crle/common/config.c
146
sizeof (Word));
usr/src/cmd/sgs/crle/common/config.c
149
sizeof (Word));
usr/src/cmd/sgs/crle/common/config.c
158
size += S_ROUND(crle->c_strsize, sizeof (Word));
usr/src/cmd/sgs/crle/common/config.c
217
hashtbl = (Word *)(CAST_PTRINT(char *, head->ch_hash) + addr);
usr/src/cmd/sgs/crle/common/config.c
277
(void) memset(hashchn, 0, (crle->c_hashstrnum * sizeof (Word)));
usr/src/cmd/sgs/crle/common/config.c
286
Word hashval;
usr/src/cmd/sgs/crle/common/config.c
325
CAST_PTRINT(Word, ((char *)filetbl- addr));
usr/src/cmd/sgs/crle/common/config.c
327
CAST_PTRINT(Word, ((char *)objtbl - addr));
usr/src/cmd/sgs/crle/common/config.c
358
Word hashval;
usr/src/cmd/sgs/crle/common/config.c
403
CAST_PTRINT(Word, ((char *)objtbl - addr));
usr/src/cmd/sgs/crle/common/config.c
453
Word hashval;
usr/src/cmd/sgs/crle/common/config.c
493
CAST_PTRINT(Word, ((char *)objtbl - addr));
usr/src/cmd/sgs/crle/common/config.c
585
fltrtbl->fr_filtee = (Word)
usr/src/cmd/sgs/crle/common/config.c
65
Word *hashtbl, *hashbkt, *hashchn, hashbkts = 0;
usr/src/cmd/sgs/crle/common/config.c
79
size = S_ROUND(sizeof (Rtc_head), sizeof (Word));
usr/src/cmd/sgs/crle/common/hash.c
60
Word hashval;
usr/src/cmd/sgs/crle/common/print.c
194
Word *hash, *chain;
usr/src/cmd/sgs/crle/common/print.c
836
hash = (Word *)(CAST_PTRINT(char *, head->ch_hash) + addr);
usr/src/cmd/sgs/crle/common/print.c
850
Word _ndx;
usr/src/cmd/sgs/elfdump/common/_elfdump.h
113
Word g_reltype; /* it will never happen, but */
usr/src/cmd/sgs/elfdump/common/_elfdump.h
225
extern corenote_ret_t corenote(Half, int, Word, const char *, Word);
usr/src/cmd/sgs/elfdump/common/corenote.c
1008
Word w, w2;
usr/src/cmd/sgs/elfdump/common/corenote.c
1132
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
114
Word ns_len; /* Length of struct data area */
usr/src/cmd/sgs/elfdump/common/corenote.c
1216
Word w, w2;
usr/src/cmd/sgs/elfdump/common/corenote.c
1417
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
1496
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
1563
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
1642
Word ngroups;
usr/src/cmd/sgs/elfdump/common/corenote.c
1671
Word nsets;
usr/src/cmd/sgs/elfdump/common/corenote.c
1776
Word w, nelts;
usr/src/cmd/sgs/elfdump/common/corenote.c
1824
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
1888
corenote(Half mach, int do_swap, Word type,
usr/src/cmd/sgs/elfdump/common/corenote.c
1889
const char *desc, Word descsz)
usr/src/cmd/sgs/elfdump/common/corenote.c
200
static Word
usr/src/cmd/sgs/elfdump/common/corenote.c
326
Word n;
usr/src/cmd/sgs/elfdump/common/corenote.c
481
Word sizeof_auxv;
usr/src/cmd/sgs/elfdump/common/corenote.c
500
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
713
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
739
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
823
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
898
Word w;
usr/src/cmd/sgs/elfdump/common/corenote.c
959
Word w;
usr/src/cmd/sgs/elfdump/common/dwarf.c
104
Word r;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1031
init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx,
usr/src/cmd/sgs/elfdump/common/elfdump.c
1065
state->symn = (Word)(shdr->sh_size / shdr->sh_entsize);
usr/src/cmd/sgs/elfdump/common/elfdump.c
1098
Word symcnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1139
output_symbol(SYMTBL_STATE *state, Word symndx, Word info, Word disp_symndx,
usr/src/cmd/sgs/elfdump/common/elfdump.c
1174
Word shndx = 0;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1218
Word _shxndx;
usr/src/cmd/sgs/elfdump/common/elfdump.c
124
Word shnum; /* # of sections in cache */
usr/src/cmd/sgs/elfdump/common/elfdump.c
126
Word secndx; /* Index of symbol table section hdr */
usr/src/cmd/sgs/elfdump/common/elfdump.c
131
Word *data; /* NULL, or extended section index */
usr/src/cmd/sgs/elfdump/common/elfdump.c
1326
Word v = sym->st_value;
usr/src/cmd/sgs/elfdump/common/elfdump.c
137
Word symn; /* # of symbols */
usr/src/cmd/sgs/elfdump/common/elfdump.c
1378
cap_section(const char *file, Cache *cache, Word shnum, Cache *ccache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
1382
Word cnum, capnum, nulls, symcaps;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1388
Word capinfonum = 0;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1428
capinfonum = (Word)(cishdr->sh_size / cishdr->sh_entsize);
usr/src/cmd/sgs/elfdump/common/elfdump.c
145
Word frame_cnt; /* # .eh_frame sections seen */
usr/src/cmd/sgs/elfdump/common/elfdump.c
146
Word frame_ndx; /* Section index of 1st .eh_frame */
usr/src/cmd/sgs/elfdump/common/elfdump.c
147
Word hdr_cnt; /* # .eh_frame_hdr sections seen */
usr/src/cmd/sgs/elfdump/common/elfdump.c
148
Word hdr_ndx; /* Section index of 1st .eh_frame_hdr */
usr/src/cmd/sgs/elfdump/common/elfdump.c
1487
capnum = (Word)(cshdr->sh_size / cshdr->sh_entsize);
usr/src/cmd/sgs/elfdump/common/elfdump.c
1568
Word inum;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1592
Word gndx = (Word)ELF_C_GROUP(*cip);
usr/src/cmd/sgs/elfdump/common/elfdump.c
1635
Word chainnum, inum;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1656
chainnum = (Word)(chshdr->sh_size / chshdr->sh_entsize);
usr/src/cmd/sgs/elfdump/common/elfdump.c
1670
Word sndx, cndx;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1671
Word gndx = (Word)ELF_C_GROUP(*cip);
usr/src/cmd/sgs/elfdump/common/elfdump.c
1689
cndx = (Word)ELF_C_SYM(*cip);
usr/src/cmd/sgs/elfdump/common/elfdump.c
1753
cap(const char *file, Cache *cache, Word shnum, Word phnum, Ehdr *ehdr,
usr/src/cmd/sgs/elfdump/common/elfdump.c
1756
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1834
interp(const char *file, Cache *cache, Word shnum, Word phnum, Elf *elf,
usr/src/cmd/sgs/elfdump/common/elfdump.c
1837
static Word phdr_types[] = { PT_INTERP };
usr/src/cmd/sgs/elfdump/common/elfdump.c
1840
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1912
syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
1918
Word infonum, cnt, ndx, symnum, dynnum;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1940
infonum = (Word)(infoshdr->sh_size / infoshdr->sh_entsize);
usr/src/cmd/sgs/elfdump/common/elfdump.c
198
string(Cache *refsec, Word ndx, Cache *strsec, const char *file, Word name)
usr/src/cmd/sgs/elfdump/common/elfdump.c
2020
Word expect_dt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2021
Word boundto = info->si_boundto;
usr/src/cmd/sgs/elfdump/common/elfdump.c
211
Word strn;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2124
version_def(Verdef *vdf, Word vdf_num, Cache *vcache, Cache *scache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2127
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2208
version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2211
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2303
update_gnu_verndx(Verneed *vnd, Word vnd_num, VERSYM_STATE *versym)
usr/src/cmd/sgs/elfdump/common/elfdump.c
2305
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2354
versions(Cache *cache, Word shnum, const char *file, uint_t flags,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2494
symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2499
Word secndx;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2502
Word symcnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2537
sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2543
Word sortsecndx, symsecndx;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2544
Word ldynsym_cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2545
Word *ndx;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2546
Word ndxn;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2655
ndx = (Word *)sortcache->c_data->d_buf;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2658
Word sec_ndx = *ndx - ldynsym_cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2674
reloc(Cache *cache, Word shnum, Ehdr *ehdr, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
2676
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2679
Word type, symnum;
usr/src/cmd/sgs/elfdump/common/elfdump.c
272
relsymname(Cache *cache, Cache *csec, Cache *strsec, Word symndx, Word symnum,
usr/src/cmd/sgs/elfdump/common/elfdump.c
273
Word relndx, Sym *syms, char *secstr, size_t secsz, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
2742
Word symndx, reltype;
usr/src/cmd/sgs/elfdump/common/elfdump.c
2824
dyn_test(dyn_test_t test_type, Word sh_type, Cache *sec_cache, Dyn *dyn,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2825
Word dynsec_cnt, Ehdr *ehdr, uchar_t osabi, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
2943
Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
2977
dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file,
usr/src/cmd/sgs/elfdump/common/elfdump.c
2978
Word phnum, Elf *elf)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3004
Word dynsec_ndx;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3005
Word dynsec_num;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3007
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3011
static Word phdr_type[] = { PT_DYNAMIC };
usr/src/cmd/sgs/elfdump/common/elfdump.c
310
stringtbl(Cache *cache, int symtab, Word ndx, Word shnum, const char *file,
usr/src/cmd/sgs/elfdump/common/elfdump.c
311
Word *symnum, Cache **symsec, Cache **strsec)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3518
move(Cache *cache, Word shnum, const char *file, uint_t flags)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3520
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3524
Word movenum, symnum, ndx;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3570
Word symndx, shndx;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3636
Word *pns_data; /* # to next unused data byte */
usr/src/cmd/sgs/elfdump/common/elfdump.c
3639
Word pn_namesz; /* Value of note namesz field */
usr/src/cmd/sgs/elfdump/common/elfdump.c
3640
Word pn_descsz; /* Value of note descsz field */
usr/src/cmd/sgs/elfdump/common/elfdump.c
3641
Word pn_type; /* Value of note type field */
usr/src/cmd/sgs/elfdump/common/elfdump.c
3666
noteoff = (Word)state->pns_cache->c_data->d_size - state->pns_size;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3671
if (state->pns_size >= (sizeof (Word) * 3)) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
3672
state->pns_size -= (sizeof (Word) * 3);
usr/src/cmd/sgs/elfdump/common/elfdump.c
3702
if ((pad = (state->pn_namesz & (sizeof (Word) - 1))) != 0) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
3703
pad = sizeof (Word) - pad;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3722
(sizeof (Word) - 1)) & ~(sizeof (Word) - 1);
usr/src/cmd/sgs/elfdump/common/elfdump.c
3724
state->pns_data = (Word *)(state->pn_name + pad);
usr/src/cmd/sgs/elfdump/common/elfdump.c
3732
if ((pad = (state->pn_descsz & (sizeof (Word) - 1))) != 0) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
3733
pad = sizeof (Word) - pad;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3742
state->pns_data = (Word *)(state->pn_desc +
usr/src/cmd/sgs/elfdump/common/elfdump.c
3765
note_entry(Cache *cache, Word *data, size_t size, Ehdr *ehdr, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3894
static Word
usr/src/cmd/sgs/elfdump/common/elfdump.c
3895
note(Cache *cache, Word shnum, Ehdr *ehdr, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3897
Word cnt, note_cnt = 0;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3923
if (shdr->sh_offset & (sizeof (Word) - 1))
usr/src/cmd/sgs/elfdump/common/elfdump.c
3932
note_entry(_cache, (Word *)_cache->c_data->d_buf,
usr/src/cmd/sgs/elfdump/common/elfdump.c
3934
(Word)_cache->c_data->d_size, ehdr, file);
usr/src/cmd/sgs/elfdump/common/elfdump.c
3950
has_linux_abi_note(Cache *cache, Word shnum, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
3952
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
396
symlookup(const char *name, Cache *cache, Word shnum, Sym **sym,
usr/src/cmd/sgs/elfdump/common/elfdump.c
3973
pnstate.pns_data = (Word *)_cache->c_data->d_buf;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3976
Word *w;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3999
w = (Word *) pnstate.pn_desc;
usr/src/cmd/sgs/elfdump/common/elfdump.c
400
Word symn, cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4013
hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx,
usr/src/cmd/sgs/elfdump/common/elfdump.c
4014
Word symndx, Word symn, Sym *syms, const char *file, ulong_t bkts,
usr/src/cmd/sgs/elfdump/common/elfdump.c
4058
hash(Cache *cache, Word shnum, const char *file, uint_t flags)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4061
Word cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4062
Word ndx, bkts, nchain;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4066
Word *hash, *chain;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4071
Word symn;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4091
hash = (Word *)_cache->c_data->d_buf;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4137
symn = (Word)(sshdr->sh_size / sshdr->sh_entsize);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4166
Word _ndx, _cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
420
symn = (Word)(shdr->sh_size / shdr->sh_entsize);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4229
Word _cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4239
cnt += (Word)(ndx * _cnt);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4250
group(Cache *cache, Word shnum, const char *file, uint_t flags)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4252
Word scnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4257
Word *grpdata, gcnt, grpcnt, symnum, unknown;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4268
((grpdata = (Word *)_cache->c_data->d_buf) == NULL))
usr/src/cmd/sgs/elfdump/common/elfdump.c
4270
grpcnt = shdr->sh_size / sizeof (Word);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4349
got(Cache *cache, Word shnum, Ehdr *ehdr, const char *file)
usr/src/cmd/sgs/elfdump/common/elfdump.c
4354
Word cnt, gotents, gotndx;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4404
gotents = (Word)(gotshdr->sh_size / gentsize);
usr/src/cmd/sgs/elfdump/common/elfdump.c
4422
Word type, symnum;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4487
Word symndx, reltype;
usr/src/cmd/sgs/elfdump/common/elfdump.c
4522
gotndx = (Word)((offset - gotbgn) /
usr/src/cmd/sgs/elfdump/common/elfdump.c
4564
if (gentsize == sizeof (Word))
usr/src/cmd/sgs/elfdump/common/elfdump.c
4566
gotentry = (Xword)(*((Word *)(gotdata) + gotndx));
usr/src/cmd/sgs/elfdump/common/elfdump.c
4624
size_t shnum, Cache **cache_ret, Word flags)
usr/src/cmd/sgs/elfdump/common/elfdump.c
464
sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi)
usr/src/cmd/sgs/elfdump/common/elfdump.c
5039
addr_align = sizeof (Word);
usr/src/cmd/sgs/elfdump/common/elfdump.c
508
getphdr(Word phnum, Word *type_arr, Word type_cnt, const char *file, Elf *elf,
usr/src/cmd/sgs/elfdump/common/elfdump.c
511
Word cnt, tcnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
5345
Word note_cnt;
usr/src/cmd/sgs/elfdump/common/elfdump.c
554
unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr,
usr/src/cmd/sgs/elfdump/common/elfdump.c
816
Word i, nelts;
usr/src/cmd/sgs/elfdump/common/elfdump.c
910
unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi,
usr/src/cmd/sgs/elfdump/common/elfdump.c
913
static Word phdr_types[] = { PT_SUNW_UNWIND, PT_SUNW_EH_FRAME };
usr/src/cmd/sgs/elfdump/common/elfdump.c
915
Word cnt;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1398
Word nbucket;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1399
Word nchain;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1407
sec.hash.size = total * sizeof (Word);
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
152
Word sh_type;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
153
Word sh_flags;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
154
Word sh_addralign;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
155
Word sh_entsize;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
196
FAKE_M_WORD_ALIGN, sizeof (Word), ELF_T_WORD },
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
204
FAKE_M_WORD_ALIGN, sizeof (Word), ELF_T_WORD },
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
208
FAKE_M_WORD_ALIGN, sizeof (Word), ELF_T_WORD },
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
611
Word *nbucket, Word *nchain, size_t *total)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
614
Word buf[2];
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
637
read_verdef(FSTATE *fstate, Off offset, Half *cnt, Word *aux, Word *next)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
655
2 * sizeof (Word), ELF_T_WORD) == 0)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
672
read_verdaux(FSTATE *fstate, Off offset, Word *next)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
697
read_verneed(FSTATE *fstate, Off offset, Half *cnt, Word *aux, Word *next)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
715
2 * sizeof (Word), ELF_T_WORD) == 0)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
732
read_vernaux(FSTATE *fstate, Off offset, Word *next)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
782
int (* read_main)(FSTATE *, Off, Half *, Word *, Word *);
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
783
int (* read_aux)(FSTATE *, Off, Word *);
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
790
Word v_aux, v_next, va_next;
usr/src/cmd/sgs/elfdump/common/struct_layout.c
104
return ((Word) v.sld_ui8);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
106
return ((Word) v.sld_ui16);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
108
return ((Word) v.sld_ui32);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
110
return ((Word) v.sld_ui64);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
82
Word
usr/src/cmd/sgs/elfdump/common/struct_layout.c
93
return ((Word) v.sld_i8);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
95
return ((Word) v.sld_i16);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
97
return ((Word) v.sld_i32);
usr/src/cmd/sgs/elfdump/common/struct_layout.c
99
return ((Word) v.sld_i64);
usr/src/cmd/sgs/elfdump/common/struct_layout.h
597
extern Word sl_extract_as_word(const char *data, int do_swap,
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
137
Word *symtabndx = NULL;
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
138
Word symtabndx_size = 0;
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
303
Word symsec_cnt, aux_cnt;
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
311
aux_cnt = _cache->sec_shdr->sh_size / sizeof (Word);
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
358
Word i;
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
359
Word numdyn;
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
61
Word sh_link = auxsec->sec_shdr->sh_link;
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
62
Word i;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
1077
Word
usr/src/cmd/sgs/elfedit/common/util_machelf.c
1081
Word len; /* Length of str inc. NULL byte */
usr/src/cmd/sgs/elfedit/common/util_machelf.c
1151
elfedit_offset_to_str(elfedit_section_t *strsec, Word offset,
usr/src/cmd/sgs/elfedit/common/util_machelf.c
118
Word
usr/src/cmd/sgs/elfedit/common/util_machelf.c
122
Word ndx;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
123
Word shnum = obj_state->os_shnum;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
153
Word
usr/src/cmd/sgs/elfedit/common/util_machelf.c
154
elfedit_type_to_shndx(elfedit_obj_state_t *obj_state, Word shtype)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
158
Word ndx;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
159
Word shnum = obj_state->os_shnum;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
213
const char *name, elfedit_msg_t msg_type, Word *ret_symndx)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
217
Word cnt = symsec->sec_shdr->sh_size / symsec->sec_shdr->sh_entsize;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
218
Word ndx, offset;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
259
elfedit_shndx_to_name(elfedit_obj_state_t *obj_state, Word shndx)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
298
elfedit_sec_get(elfedit_obj_state_t *obj_state, Word shndx)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
368
elfedit_sec_getcap(elfedit_obj_state_t *obj_state, Cap **cap, Word *num)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
370
Word cnt;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
412
elfedit_sec_getdyn(elfedit_obj_state_t *obj_state, Dyn **dyn, Word *num)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
450
Word *num)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
452
Word cnt;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
569
Word index, const char *name, Sym **sym, Word *num,
usr/src/cmd/sgs/elfedit/common/util_machelf.c
572
Word ndx;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
644
elfedit_section_t *symsec, Word **xshndx, Word *num)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
648
Word ndx;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
674
*xshndx = (Word *) xshndxsec->sec_data->d_buf;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
707
elfedit_section_t *symsec, Versym **versym, Word *num)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
711
Word ndx;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
764
elfedit_sec_getstr(elfedit_obj_state_t *obj_state, Word shndx,
usr/src/cmd/sgs/elfedit/common/util_machelf.c
808
elfedit_sec_findstr(elfedit_section_t *sec, Word tail_ign,
usr/src/cmd/sgs/elfedit/common/util_machelf.c
809
const char *str, Word *ret_offset)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
812
Word len; /* # characters in table */
usr/src/cmd/sgs/elfedit/common/util_machelf.c
868
Word numdyn = dynsec->sec_shdr->sh_size / dynsec->sec_shdr->sh_entsize;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
870
Word i;
usr/src/cmd/sgs/elfedit/common/util_machelf.c
913
Word
usr/src/cmd/sgs/elfedit/common/util_machelf.c
917
Word ins_off; /* Table offset to 1st reserved byte */
usr/src/cmd/sgs/elfedit/common/util_machelf.c
919
Word len; /* Length of str inc. NULL byte */
usr/src/cmd/sgs/elfedit/common/util_machelf.c
920
Word tail_ign; /* # reserved bytes at end of strtab */
usr/src/cmd/sgs/elfedit/common/util_machelf.c
99
elfedit_dyn_elt_save(elfedit_dyn_elt_t *elt, Word ndx, Dyn *dyn)
usr/src/cmd/sgs/elfedit/common/util_machelf.c
995
Word len; /* Length of str inc. NULL byte */
usr/src/cmd/sgs/elfedit/common/util_machelf.c
997
Word tail_ign = 0;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
1082
Word num;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
1116
Word i;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
128
Word num; /* # Capabilities elts */
usr/src/cmd/sgs/elfedit/modules/common/cap.c
130
Word grp_start_ndx; /* capabilities group starting index */
usr/src/cmd/sgs/elfedit/modules/common/cap.c
131
Word grp_end_ndx; /* capabilities group ending index */
usr/src/cmd/sgs/elfedit/modules/common/cap.c
188
cap_group_extents(ARGSTATE *argstate, Word ndx, Word *ret_start_ndx,
usr/src/cmd/sgs/elfedit/modules/common/cap.c
189
Word *ret_end_ndx)
usr/src/cmd/sgs/elfedit/modules/common/cap.c
225
Word ndx = argstate->cap.grp_start_ndx;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
253
argstate_cap_group(ARGSTATE *argstate, Word ndx)
usr/src/cmd/sgs/elfedit/modules/common/cap.c
273
group_title(ARGSTATE *argstate, Word ndx)
usr/src/cmd/sgs/elfedit/modules/common/cap.c
335
Word i;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
386
PRINT_CAP_T print_type, Word arg)
usr/src/cmd/sgs/elfedit/modules/common/cap.c
389
Word cnt, ndx, printed = 0;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
598
static Word
usr/src/cmd/sgs/elfedit/modules/common/cap.c
602
Word ndx, ca_value;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
614
ndx = (Word) elfedit_atoui_range(arg, argname, 0,
usr/src/cmd/sgs/elfedit/modules/common/cap.c
621
ca_value = (Word) elfedit_atoconst(arg, ELFEDIT_CONST_CA);
usr/src/cmd/sgs/elfedit/modules/common/cap.c
699
static Word
usr/src/cmd/sgs/elfedit/modules/common/cap.c
700
flag_bitop(ARGSTATE *argstate, Word orig, const elfedit_atoui_sym_t *const_sym)
usr/src/cmd/sgs/elfedit/modules/common/cap.c
702
Word flags = 0;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
707
flags |= (Word) elfedit_atoui(argstate->argv[i], const_sym);
usr/src/cmd/sgs/elfedit/modules/common/cap.c
735
cap_set(ARGSTATE *argstate, Cap *cap, Word ndx, Word cap_ndx,
usr/src/cmd/sgs/elfedit/modules/common/cap.c
781
Word cap_ndx;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
784
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
886
Word c_tag = (Word) elfedit_atoconst(argstate.argv[1],
usr/src/cmd/sgs/elfedit/modules/common/cap.c
940
Word cnt = (argstate.argc == 1) ? 1 :
usr/src/cmd/sgs/elfedit/modules/common/cap.c
941
(Word) elfedit_atoui_range(argstate.argv[1],
usr/src/cmd/sgs/elfedit/modules/common/cap.c
977
Word cnt;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
978
Word dstndx;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
982
dstndx = (Word)
usr/src/cmd/sgs/elfedit/modules/common/cap.c
990
Word max;
usr/src/cmd/sgs/elfedit/modules/common/cap.c
994
cnt = (Word) elfedit_atoui_range(
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1089
static Word
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1090
flag_bitop(ARGSTATE *argstate, Word orig, elfedit_const_t const_type)
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1092
Word flags = 0;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1097
flags |= (Word) elfedit_atoconst(argstate->argv[i], const_type);
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1132
Word dyn_ndx, dyn_num, null_ndx;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1135
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
132
Word num; /* # dynamic elts */
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
133
Word null_ndx; /* Index of first DT_NULL */
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
134
Word num_null_ndx; /* # of DT_NULL elements */
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1357
Word cnt = (argstate.argc == 1) ? 1 :
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1358
(Word) elfedit_atoui_range(argstate.argv[1],
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1372
Word cnt;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1373
Word dstndx;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1377
dstndx = (Word)
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1384
cnt = (Word) elfedit_atoui_range(
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1402
Word flags;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1430
Word flags;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1458
Word flags1;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1486
Word flags;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
152
Word num, null_ndx;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1595
Word i;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1676
Word i, num;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
186
static Word
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
190
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
294
PRINT_DYN_T print_type, Word arg)
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
298
Word end_ndx, ndx, printed = 0;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
622
static Word
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
626
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
643
return ((Word) elfedit_atoui_range(arg, MSG_ORIG(MSG_STR_ELT),
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
647
dt_value = (Word) elfedit_atoconst(arg, ELFEDIT_CONST_DT);
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
658
ndx = ((Word) elfedit_atoui_range(argstate->dyn_elt_str,
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
691
Word retndx = argstate->dyn.num; /* Out of range value */
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
764
cmd_body_value(ARGSTATE *argstate, Word *ret_ndx)
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
769
Word i;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
771
Word numdyn = argstate->dyn.num;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
773
Word tmp_val;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
970
Word i;
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
972
Word numdyn = argstate->dyn.num;
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
1065
Word shnum = (Word) elfedit_atoui(argstate.argv[0],
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
1071
Word sh_size;
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
1112
Word shstrndx;
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
1116
Word sh_link;
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
1473
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
506
Word num = ehdr->e_phnum;
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
528
Word num = ehdr->e_shnum;
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
545
Word num = ehdr->e_shstrndx;
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
818
Word ver = (Word) elfedit_atoconst(argstate.argv[0],
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
906
Word flags = 0;
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
911
flags |= (Word)
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
993
Word phnum = (Word) elfedit_atoui(argstate.argv[0],
usr/src/cmd/sgs/elfedit/modules/common/ehdr.c
999
Word sh_info;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
137
Word ndx; /* Index of header if cmd */
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
220
argstate->ndx = (Word) elfedit_atoui_range(
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
229
Word i;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
232
argstate->ndx = (Word) elfedit_atoconst(
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
277
Word i;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
354
Word ndx, cnt, by_type, type;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
513
Word numdyn; /* # of elements in dyn arr */
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
516
Word i, j;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
517
Word str_offset; /* Offset in strsec to new interp str */
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
519
Word str_size; /* Size of new interp string + NULL */
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
693
Word p_type = elfedit_atoconst(argstate.argv[1],
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
72
Word phndx; /* Index of PT_INTERP header */
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
75
Word stroff; /* Offset into string section */
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
826
Word p_flags = 0;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
832
(Word) elfedit_atoconst(argstate.argv[i],
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
892
Word cnt = (argstate.argc == 1) ? 1 :
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
893
(Word) elfedit_atoui_range(argstate.argv[1],
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
908
Word cnt;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
909
Word dstndx;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
912
dstndx = (Word)
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
919
cnt = (Word) elfedit_atoui_range(
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
213
Word ndx, Word cnt, PRINT_SHDR_T print_type)
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
362
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
396
Word cnt;
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
500
Word sh_flags = 0;
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
506
(Word) elfedit_atoconst(argstate.argv[i],
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
544
Word sh_info;
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
576
Word sh_link;
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
610
Word sh_name;
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
699
Word sh_type = elfedit_atoconst(argstate.argv[1],
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
758
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/shdr.c
815
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/str.c
120
Word ndx; /* Table offset if (argc > 0) */
usr/src/cmd/sgs/elfedit/modules/common/str.c
125
Word n;
usr/src/cmd/sgs/elfedit/modules/common/str.c
146
shtype_to_strtab(Word sh_type, Word sh_flags)
usr/src/cmd/sgs/elfedit/modules/common/str.c
198
static Word
usr/src/cmd/sgs/elfedit/modules/common/str.c
199
shndx_to_strtab(elfedit_obj_state_t *obj_state, Word ndx)
usr/src/cmd/sgs/elfedit/modules/common/str.c
252
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/str.c
430
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/str.c
475
Word skip = strlen(str) + 1;
usr/src/cmd/sgs/elfedit/modules/common/str.c
476
Word start_ndx;
usr/src/cmd/sgs/elfedit/modules/common/str.c
521
Word ndx = argstate->str.ndx;
usr/src/cmd/sgs/elfedit/modules/common/str.c
586
Word new_pad_ndx = ndx + len + 1;
usr/src/cmd/sgs/elfedit/modules/common/str.c
587
Word pad_ndx = argstate->str.sec->sec_data->d_size -
usr/src/cmd/sgs/elfedit/modules/common/str.c
622
Word count;
usr/src/cmd/sgs/elfedit/modules/common/str.c
623
Word ndx = argstate->str.ndx;
usr/src/cmd/sgs/elfedit/modules/common/str.c
625
Word i;
usr/src/cmd/sgs/elfedit/modules/common/str.c
720
add_shtyp_match(Word sh_type, void *cpldata)
usr/src/cmd/sgs/elfedit/modules/common/str.c
753
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/str.c
823
Word strtab_ndx;
usr/src/cmd/sgs/elfedit/modules/common/str.c
824
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/str.c
852
Word i;
usr/src/cmd/sgs/elfedit/modules/common/str.c
870
Word i;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
1051
Word index;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
1052
Word tblndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
1410
Word tblndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
1474
Word tblndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
150
Word ndx; /* If argstate.argc > 0, this is the table index */
usr/src/cmd/sgs/elfedit/modules/common/sym.c
154
Word n;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
1546
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
160
Word shndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
163
Word n;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
166
Word shndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
168
Word *data;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
169
Word n;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
243
dump_symtab(ARGSTATE *argstate, SYMSTATE *symstate, Word ndx, Word cnt)
usr/src/cmd/sgs/elfedit/modules/common/sym.c
246
Word shndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
303
Word tblndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
359
Word ndx1, ndx2;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
425
elfedit_outstyle_t outstyle, Word ndx, Word cnt)
usr/src/cmd/sgs/elfedit/modules/common/sym.c
427
Word value;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
594
Word ndx, tblndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
595
Word cnt;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
686
Word gbl_ndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
688
Word symndx;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
744
Word str_offset;
usr/src/cmd/sgs/elfedit/modules/common/sym.c
796
Word shndx, st_shndx, xshndx;
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
118
Word n;
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
123
Word n;
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
131
Word n;
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
257
dump_syminfo(ARGSTATE *argstate, Word ndx, Word cnt)
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
314
Word ndx, Word cnt)
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
430
static Word
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
433
Word symndx;
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
468
Word null_cnt;
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
470
Word str_offset, ndx, numdyn;
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
572
Word ndx;
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
651
flags |= (Word)
usr/src/cmd/sgs/elfwrap/common/_elfwrap.h
53
Word os_type; /* section type */
usr/src/cmd/sgs/elfwrap/common/_elfwrap.h
69
Word ss_type; /* section type */
usr/src/cmd/sgs/include/conv.h
1114
extern const char *conv_sec_linkinfo(Word, Xword, Conv_inv_buf_t *);
usr/src/cmd/sgs/include/conv.h
822
extern const char *conv_cnote_auxv_af(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
824
extern const char *conv_cnote_auxv_type(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
830
extern const char *conv_cnote_fault(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
836
extern const char *conv_cnote_pr_dmodel(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
844
extern const char *conv_cnote_pr_stype(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
860
extern const char *conv_cnote_signal(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
868
extern const char *conv_cnote_syscall(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
878
extern const char *conv_cnote_type(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
889
extern const char *conv_dwarf_regname(Half, Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
891
extern const char *conv_ehdr_abivers(uchar_t, Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
897
extern const char *conv_ehdr_flags(Half, Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
905
extern const char *conv_ehdr_vers(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
909
extern const char *conv_ent_files_flags(Word, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/include/conv.h
919
extern const char *conv_mapfile_version(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
921
extern const char *conv_phdr_flags(uchar_t, Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
923
extern const char *conv_phdr_type(uchar_t, Half, Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
927
extern const char *conv_reloc_type(Half, Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
929
extern const char *conv_reloc_type_static(Half, Word, Conv_fmt_flags_t);
usr/src/cmd/sgs/include/conv.h
930
extern const char *conv_reloc_386_type(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
932
extern const char *conv_reloc_amd64_type(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
934
extern const char *conv_reloc_SPARC_type(Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/conv.h
936
extern const char *conv_sec_type(uchar_t, Half, Word, Conv_fmt_flags_t,
usr/src/cmd/sgs/include/debug.h
1002
extern void Dbg_syms_copy_reloc(Ofl_desc *, Sym_desc *, Word);
usr/src/cmd/sgs/include/debug.h
1005
extern void Dbg_syms_dup_discarded(Lm_list *, Word ndx, Sym_desc *);
usr/src/cmd/sgs/include/debug.h
1009
extern void Dbg_syms_entry(Lm_list *, Word, Sym_desc *);
usr/src/cmd/sgs/include/debug.h
1010
extern void Dbg_syms_global(Lm_list *, Word, const char *);
usr/src/cmd/sgs/include/debug.h
1012
extern void Dbg_syms_ignore_gnuver(Rt_map *, const char *, Word, Versym);
usr/src/cmd/sgs/include/debug.h
1021
extern void Dbg_syms_resolving(Ofl_desc *, Word, const char *, int, int,
usr/src/cmd/sgs/include/debug.h
1023
extern void Dbg_syms_sec_entry(Lm_list *, Word, Sg_desc *, Os_desc *);
usr/src/cmd/sgs/include/debug.h
1028
extern void Dbg_syms_wrap(Lm_list *, Word, const char *, const char *);
usr/src/cmd/sgs/include/debug.h
1034
extern void Dbg_util_call_array(Rt_map *, void *, int, Word);
usr/src/cmd/sgs/include/debug.h
1079
extern void Elf_syminfo_entry(Lm_list *, Word, Syminfo *, const char *,
usr/src/cmd/sgs/include/debug.h
1174
uchar_t, uchar_t, Word, void *, const char *);
usr/src/cmd/sgs/include/debug.h
1181
extern void Elf_reloc_entry_1(Lm_list *, int, const char *, Half, Word,
usr/src/cmd/sgs/include/debug.h
1183
extern void Elf_reloc_entry_2(Lm_list *, int, const char *, Word,
usr/src/cmd/sgs/include/debug.h
1186
extern void Elf_reloc_title(Lm_list *, int, Word);
usr/src/cmd/sgs/include/debug.h
799
extern void Dbg_bind_plt_summary(Lm_list *, Half, Word, Word, Word, Word,
usr/src/cmd/sgs/include/debug.h
800
Word, Word);
usr/src/cmd/sgs/include/debug.h
876
extern void Dbg_got_display(Ofl_desc *, Off, int, Word, size_t);
usr/src/cmd/sgs/include/debug.h
906
Word, Lineno);
usr/src/cmd/sgs/include/debug.h
919
extern void Dbg_move_entry2(Lm_list *, Move *, Word, const char *);
usr/src/cmd/sgs/include/debug.h
928
extern void Dbg_reloc_ars_entry(Lm_list *, int, Word, Half, Rel_desc *);
usr/src/cmd/sgs/include/debug.h
931
extern void Dbg_reloc_doact(Lm_list *, int, Half, Word, Rel_desc *,
usr/src/cmd/sgs/include/debug.h
934
extern void Dbg_reloc_dooutrel(Lm_list *, Word);
usr/src/cmd/sgs/include/debug.h
935
extern void Dbg_reloc_entry(Lm_list *, const char *, Half, Word, void *,
usr/src/cmd/sgs/include/debug.h
937
extern void Dbg_reloc_error(Lm_list *, int, Half, Word, void *,
usr/src/cmd/sgs/include/debug.h
939
extern void Dbg_reloc_generate(Lm_list *, Os_desc *, Word);
usr/src/cmd/sgs/include/debug.h
940
extern void Dbg_reloc_in(Lm_list *, int, Half, Word, void *, const char *,
usr/src/cmd/sgs/include/debug.h
941
Word, const char *);
usr/src/cmd/sgs/include/debug.h
942
extern void Dbg_reloc_ors_entry(Lm_list *, int, Word, Half, Rel_desc *);
usr/src/cmd/sgs/include/debug.h
943
extern void Dbg_reloc_out(Ofl_desc *, int, Word, void *, const char *,
usr/src/cmd/sgs/include/debug.h
947
extern void Dbg_reloc_transition(Lm_list *, Half, Word, Rel_desc *,
usr/src/cmd/sgs/include/debug.h
960
extern void Dbg_sec_order_error(Lm_list *, Ifl_desc *, Word, int);
usr/src/cmd/sgs/include/debug.h
974
Word, Shdr *, Shdr *, const char *);
usr/src/cmd/sgs/include/debug.h
985
extern void Dbg_syminfo_entry(Lm_list *, Word, Syminfo *, Sym *,
usr/src/cmd/sgs/include/debug.h
996
extern void Dbg_syms_cap_convert(Ofl_desc *, Word, const char *, Sym *);
usr/src/cmd/sgs/include/debug.h
997
extern void Dbg_syms_cap_local(Ofl_desc *, Word, const char *, Sym *,
usr/src/cmd/sgs/include/libld.h
1063
Word sg_id; /* segment identifier (for sorting) */
usr/src/cmd/sgs/include/libld.h
109
Word rc_cnt; /* and count */
usr/src/cmd/sgs/include/libld.h
1119
Word ec_type; /* section type */
usr/src/cmd/sgs/include/libld.h
1120
Word ec_attrmask; /* section attribute mask (AWX) */
usr/src/cmd/sgs/include/libld.h
1121
Word ec_attrbits; /* sections attribute bits */
usr/src/cmd/sgs/include/libld.h
1123
Word ec_ordndx; /* index to determine where section */
usr/src/cmd/sgs/include/libld.h
1152
Word edf_flags; /* Type of comparison */
usr/src/cmd/sgs/include/libld.h
1165
Word md_oidx; /* output Move entry index */
usr/src/cmd/sgs/include/libld.h
1202
Word sd_symndx; /* index in output symbol table */
usr/src/cmd/sgs/include/libld.h
1203
Word sd_shndx; /* sect. index sym is associated w/ */
usr/src/cmd/sgs/include/libld.h
1220
Word sa_hash; /* the pure hash value of symbol */
usr/src/cmd/sgs/include/libld.h
1221
Word sa_PLTndx; /* index into PLT for symbol */
usr/src/cmd/sgs/include/libld.h
1222
Word sa_PLTGOTndx; /* GOT entry indx for PLT indirection */
usr/src/cmd/sgs/include/libld.h
1223
Word sa_linkndx; /* index of associated symbol from */
usr/src/cmd/sgs/include/libld.h
1236
Word sav_hash; /* symbol hash value */
usr/src/cmd/sgs/include/libld.h
1395
Word sdf_flags;
usr/src/cmd/sgs/include/libld.h
1409
Word sdv_flags; /* flags */
usr/src/cmd/sgs/include/libld.h
1430
Word vd_hash; /* hash value of name */
usr/src/cmd/sgs/include/libld.h
1491
Word *gd_data; /* data for group section */
usr/src/cmd/sgs/include/libld.h
203
Word cs_ndx; /* the entries output Cap index */
usr/src/cmd/sgs/include/libld.h
247
typedef Word ofl_guideflag_t;
usr/src/cmd/sgs/include/libld.h
266
Word ofl_objscnt; /* and count */
usr/src/cmd/sgs/include/libld.h
268
Word ofl_arscnt; /* and count */
usr/src/cmd/sgs/include/libld.h
272
Word ofl_ars_gsndx; /* current -zrescan-start ofl_ars ndx */
usr/src/cmd/sgs/include/libld.h
274
Word ofl_soscnt; /* and count */
usr/src/cmd/sgs/include/libld.h
280
Word ofl_entrelscnt; /* no of relocations entered */
usr/src/cmd/sgs/include/libld.h
303
Word ofl_regsymsno; /* symbols and array count */
usr/src/cmd/sgs/include/libld.h
304
Word ofl_regsymcnt; /* no. of output register symbols */
usr/src/cmd/sgs/include/libld.h
305
Word ofl_lregsymcnt; /* no. of local register symbols */
usr/src/cmd/sgs/include/libld.h
318
Word ofl_vercnt; /* number of versions to generate */
usr/src/cmd/sgs/include/libld.h
322
Word ofl_entercnt; /* no. of global symbols entered */
usr/src/cmd/sgs/include/libld.h
323
Word ofl_globcnt; /* no. of global symbols to output */
usr/src/cmd/sgs/include/libld.h
324
Word ofl_scopecnt; /* no. of scoped symbols to output */
usr/src/cmd/sgs/include/libld.h
325
Word ofl_dynscopecnt; /* no. scoped syms in .SUNW_ldynsym */
usr/src/cmd/sgs/include/libld.h
326
Word ofl_elimcnt; /* no. of eliminated symbols */
usr/src/cmd/sgs/include/libld.h
327
Word ofl_locscnt; /* no. of local symbols in .symtab */
usr/src/cmd/sgs/include/libld.h
328
Word ofl_dynlocscnt; /* no. local symbols in .SUNW_ldynsym */
usr/src/cmd/sgs/include/libld.h
329
Word ofl_dynsymsortcnt; /* no. ndx in .SUNW_dynsymsort */
usr/src/cmd/sgs/include/libld.h
330
Word ofl_dyntlssortcnt; /* no. ndx in .SUNW_dyntlssort */
usr/src/cmd/sgs/include/libld.h
331
Word ofl_dynshdrcnt; /* no. of output section in .dynsym */
usr/src/cmd/sgs/include/libld.h
332
Word ofl_shdrcnt; /* no. of output sections */
usr/src/cmd/sgs/include/libld.h
333
Word ofl_caploclcnt; /* no. of local capabilities symbols */
usr/src/cmd/sgs/include/libld.h
334
Word ofl_capsymcnt; /* no. of symbol capabilities entries */
usr/src/cmd/sgs/include/libld.h
336
Word ofl_capchaincnt; /* no. of Capchain symbols */
usr/src/cmd/sgs/include/libld.h
348
Word ofl_relocincnt; /* no. of input relocations */
usr/src/cmd/sgs/include/libld.h
349
Word ofl_reloccnt; /* tot number of output relocations */
usr/src/cmd/sgs/include/libld.h
350
Word ofl_reloccntsub; /* tot numb of output relocations to */
usr/src/cmd/sgs/include/libld.h
352
Word ofl_relocrelcnt; /* tot number of relative */
usr/src/cmd/sgs/include/libld.h
354
Word ofl_gotcnt; /* no. of .got entries */
usr/src/cmd/sgs/include/libld.h
355
Word ofl_pltcnt; /* no. of .plt entries */
usr/src/cmd/sgs/include/libld.h
356
Word ofl_pltpad; /* no. of .plt padd entries */
usr/src/cmd/sgs/include/libld.h
357
Word ofl_hashbkts; /* no. of hash buckets required */
usr/src/cmd/sgs/include/libld.h
390
Word ofl_dtflags_1; /* DT_FLAGS_1 entries */
usr/src/cmd/sgs/include/libld.h
391
Word ofl_dtflags; /* DT_FLAGS entries */
usr/src/cmd/sgs/include/libld.h
57
#define SYM_NOHASH (~(Word)0)
usr/src/cmd/sgs/include/libld.h
658
Word rel_flags; /* misc. flags for relocations */
usr/src/cmd/sgs/include/libld.h
659
Word rel_rtype; /* relocation type */
usr/src/cmd/sgs/include/libld.h
703
Word ra_typedata; /* ELF_R_TYPE_DATA(info) */
usr/src/cmd/sgs/include/libld.h
852
Word ifl_locscnt; /* no. of local symbols to process */
usr/src/cmd/sgs/include/libld.h
853
Word ifl_symscnt; /* total no. of symbols to process */
usr/src/cmd/sgs/include/libld.h
854
Word ifl_sortcnt; /* no. of sorted symbols to process */
usr/src/cmd/sgs/include/libld.h
855
Word ifl_shnum; /* number of sections in file */
usr/src/cmd/sgs/include/libld.h
856
Word ifl_shstrndx; /* index to .shstrtab */
usr/src/cmd/sgs/include/libld.h
857
Word ifl_vercnt; /* number of versions in file */
usr/src/cmd/sgs/include/libld.h
859
Word ifl_flags; /* explicit/implicit reference */
usr/src/cmd/sgs/include/libld.h
928
Word is_scnndx; /* original section index in file */
usr/src/cmd/sgs/include/libld.h
929
Word is_ordndx; /* index for section. Used to decide */
usr/src/cmd/sgs/include/libld.h
932
Word is_keyident; /* key for SHF_{ORDERED|LINK_ORDER} */
usr/src/cmd/sgs/include/libld.h
935
Word is_flags; /* Various flags */
usr/src/cmd/sgs/include/libld.h
996
Word os_identndx; /* section identifier for input */
usr/src/cmd/sgs/include/libld.h
999
Word os_ordndx; /* index for section. Used to decide */
usr/src/cmd/sgs/include/rtc.h
105
Word ch_version; /* version of config file */
usr/src/cmd/sgs/include/rtc.h
106
Word ch_cnflags; /* configuration flags */
usr/src/cmd/sgs/include/rtc.h
107
Word ch_dlflags; /* dldump() flags used */
usr/src/cmd/sgs/include/rtc.h
108
Word ch_app; /* application that this config file */
usr/src/cmd/sgs/include/rtc.h
110
Word ch_hash; /* hash table offset */
usr/src/cmd/sgs/include/rtc.h
111
Word ch_obj; /* object table offset */
usr/src/cmd/sgs/include/rtc.h
112
Word ch_str; /* string table offset */
usr/src/cmd/sgs/include/rtc.h
113
Word ch_file; /* file entries */
usr/src/cmd/sgs/include/rtc.h
114
Word ch_dir; /* directory entries */
usr/src/cmd/sgs/include/rtc.h
115
Word ch_edlibpath; /* ELF default library path offset */
usr/src/cmd/sgs/include/rtc.h
116
Word ch_adlibpath; /* AOUT default library path offset */
usr/src/cmd/sgs/include/rtc.h
117
Word ch_eslibpath; /* ELF secure library path offset */
usr/src/cmd/sgs/include/rtc.h
118
Word ch_aslibpath; /* AOUT secure library path offset */
usr/src/cmd/sgs/include/rtc.h
122
Word ch_env; /* environment variables */
usr/src/cmd/sgs/include/rtc.h
123
Word ch_fltr; /* filter table entries */
usr/src/cmd/sgs/include/rtc.h
124
Word ch_flte; /* filtee table entries */
usr/src/cmd/sgs/include/rtc.h
139
Word co_name; /* object name (directory or file) */
usr/src/cmd/sgs/include/rtc.h
140
Word co_hash; /* name hash value */
usr/src/cmd/sgs/include/rtc.h
143
Word co_alter; /* alternative object file */
usr/src/cmd/sgs/include/rtc.h
170
Word cd_obj; /* index to Rtc_obj */
usr/src/cmd/sgs/include/rtc.h
171
Word cd_file; /* index to Rtc_file[] */
usr/src/cmd/sgs/include/rtc.h
175
Word cf_obj; /* index to Rtc_obj */
usr/src/cmd/sgs/include/rtc.h
192
Word env_str; /* index into string table */
usr/src/cmd/sgs/include/rtc.h
193
Word env_flags; /* various flags */
usr/src/cmd/sgs/include/rtc.h
205
Word fr_filter; /* filter name, and filtee string */
usr/src/cmd/sgs/include/rtc.h
206
Word fr_string; /* as indexs into string table */
usr/src/cmd/sgs/include/rtc.h
207
Word fr_filtee; /* index into filtee array */
usr/src/cmd/sgs/include/rtc.h
211
Word fe_filtee;
usr/src/cmd/sgs/include/rtld.h
155
Word rtd_version; /* version no. */
usr/src/cmd/sgs/include/rtld.h
291
Word lm_flags;
usr/src/cmd/sgs/include/rtld.h
300
Word lm_tflags; /* transferable flags */
usr/src/cmd/sgs/ldprof/common/profile.c
175
Word nsym = 0; /* no. of symtab ntries */
usr/src/cmd/sgs/libconv/common/corenote.c
1033
conv_cnote_auxv_af(Word flags, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/corenote.c
1117
{ (Word) CC_CONTENT_STACK, MSG_CC_CONTENT_STACK },
usr/src/cmd/sgs/libconv/common/corenote.c
1118
{ (Word) CC_CONTENT_HEAP, MSG_CC_CONTENT_HEAP },
usr/src/cmd/sgs/libconv/common/corenote.c
1119
{ (Word) CC_CONTENT_SHFILE, MSG_CC_CONTENT_SHFILE },
usr/src/cmd/sgs/libconv/common/corenote.c
1120
{ (Word) CC_CONTENT_SHANON, MSG_CC_CONTENT_SHANON },
usr/src/cmd/sgs/libconv/common/corenote.c
1121
{ (Word) CC_CONTENT_TEXT, MSG_CC_CONTENT_TEXT },
usr/src/cmd/sgs/libconv/common/corenote.c
1122
{ (Word) CC_CONTENT_DATA, MSG_CC_CONTENT_DATA },
usr/src/cmd/sgs/libconv/common/corenote.c
1123
{ (Word) CC_CONTENT_RODATA, MSG_CC_CONTENT_RODATA },
usr/src/cmd/sgs/libconv/common/corenote.c
1124
{ (Word) CC_CONTENT_ANON, MSG_CC_CONTENT_ANON },
usr/src/cmd/sgs/libconv/common/corenote.c
1125
{ (Word) CC_CONTENT_SHM, MSG_CC_CONTENT_SHM },
usr/src/cmd/sgs/libconv/common/corenote.c
1126
{ (Word) CC_CONTENT_ISM, MSG_CC_CONTENT_ISM },
usr/src/cmd/sgs/libconv/common/corenote.c
1127
{ (Word) CC_CONTENT_DISM, MSG_CC_CONTENT_DISM },
usr/src/cmd/sgs/libconv/common/corenote.c
1128
{ (Word) CC_CONTENT_CTF, MSG_CC_CONTENT_CTF },
usr/src/cmd/sgs/libconv/common/corenote.c
1129
{ (Word) CC_CONTENT_SYMTAB, MSG_CC_CONTENT_SYMTAB },
usr/src/cmd/sgs/libconv/common/corenote.c
1130
{ (Word) CC_CONTENT_DEBUG, MSG_CC_CONTENT_DEBUG },
usr/src/cmd/sgs/libconv/common/corenote.c
134
conv_cnote_signal(Word sig, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/corenote.c
170
conv_cnote_fault(Word flt, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/corenote.c
194
conv_cnote_syscall(Word sysnum, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/corenote.c
47
conv_cnote_type(Word type, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/corenote.c
475
conv_cnote_pr_dmodel(Word dmodel, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/corenote.c
662
conv_cnote_pr_stype(Word stype, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/corenote.c
80
conv_cnote_auxv_type(Word type, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/dwarf.c
106
conv_dwarf_regname(Half mach, Word regno, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/elf.c
1207
conv_ehdr_abivers(uchar_t osabi, Word version, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/elf.c
1250
return (conv_ehdr_flags(mach, (Word)info, 0,
usr/src/cmd/sgs/libconv/common/elf.c
874
conv_ehdr_vers(Word version, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/elf.c
961
conv_ehdr_flags(Half mach, Word flags, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/elf.c
971
Word mm;
usr/src/cmd/sgs/libconv/common/entry.c
105
conv_ent_files_flags(Word flags, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/entry.c
124
Word type_idx;
usr/src/cmd/sgs/libconv/common/map.c
37
conv_mapfile_version(Word version, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/phdr.c
193
conv_phdr_type(uchar_t osabi, Half mach, Word type, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/phdr.c
268
conv_phdr_flags(uchar_t osabi, Word flags, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/relocate.c
37
conv_reloc_type(Half mach, Word type, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/relocate.c
62
conv_reloc_type_static(Half mach, Word type, Conv_fmt_flags_t fmt_flags)
usr/src/cmd/sgs/libconv/common/relocate_amd64.c
89
conv_reloc_amd64_type(Word type, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/relocate_i386.c
90
conv_reloc_386_type(Word type, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/relocate_sparc.c
90
conv_reloc_SPARC_type(Word type, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/sections.c
408
conv_sec_type(uchar_t osabi, Half mach, Word sec, Conv_fmt_flags_t fmt_flags,
usr/src/cmd/sgs/libconv/common/sections_machelf.c
59
conv_sec_linkinfo(Word info, Xword flags, Conv_inv_buf_t *inv_buf)
usr/src/cmd/sgs/libld/common/_libld.h
100
Word m_plt_shf_flags;
usr/src/cmd/sgs/libld/common/_libld.h
1011
extern Ver_desc *ld_vers_desc(const char *, Word, APlist **);
usr/src/cmd/sgs/libld/common/_libld.h
1012
extern Ver_desc *ld_vers_find(const char *, Word, APlist *);
usr/src/cmd/sgs/libld/common/_libld.h
1014
extern void ld_vers_promote(Sym_desc *, Word, Ifl_desc *,
usr/src/cmd/sgs/libld/common/_libld.h
1021
extern Word hashbkts(Word);
usr/src/cmd/sgs/libld/common/_libld.h
103
Word m_sht_unwind;
usr/src/cmd/sgs/libld/common/_libld.h
105
Word m_dt_register;
usr/src/cmd/sgs/libld/common/_libld.h
113
Word id_array;
usr/src/cmd/sgs/libld/common/_libld.h
114
Word id_bss;
usr/src/cmd/sgs/libld/common/_libld.h
115
Word id_cap;
usr/src/cmd/sgs/libld/common/_libld.h
116
Word id_capinfo;
usr/src/cmd/sgs/libld/common/_libld.h
117
Word id_capchain;
usr/src/cmd/sgs/libld/common/_libld.h
118
Word id_data;
usr/src/cmd/sgs/libld/common/_libld.h
119
Word id_dynamic;
usr/src/cmd/sgs/libld/common/_libld.h
120
Word id_dynsort;
usr/src/cmd/sgs/libld/common/_libld.h
121
Word id_dynstr;
usr/src/cmd/sgs/libld/common/_libld.h
122
Word id_dynsym;
usr/src/cmd/sgs/libld/common/_libld.h
123
Word id_dynsym_ndx;
usr/src/cmd/sgs/libld/common/_libld.h
124
Word id_got;
usr/src/cmd/sgs/libld/common/_libld.h
125
Word id_gotdata;
usr/src/cmd/sgs/libld/common/_libld.h
126
Word id_hash;
usr/src/cmd/sgs/libld/common/_libld.h
127
Word id_interp;
usr/src/cmd/sgs/libld/common/_libld.h
128
Word id_lbss;
usr/src/cmd/sgs/libld/common/_libld.h
129
Word id_ldynsym;
usr/src/cmd/sgs/libld/common/_libld.h
130
Word id_note;
usr/src/cmd/sgs/libld/common/_libld.h
131
Word id_null;
usr/src/cmd/sgs/libld/common/_libld.h
132
Word id_plt;
usr/src/cmd/sgs/libld/common/_libld.h
133
Word id_rel;
usr/src/cmd/sgs/libld/common/_libld.h
134
Word id_strtab;
usr/src/cmd/sgs/libld/common/_libld.h
135
Word id_syminfo;
usr/src/cmd/sgs/libld/common/_libld.h
136
Word id_symtab;
usr/src/cmd/sgs/libld/common/_libld.h
137
Word id_symtab_ndx;
usr/src/cmd/sgs/libld/common/_libld.h
138
Word id_text;
usr/src/cmd/sgs/libld/common/_libld.h
139
Word id_tls;
usr/src/cmd/sgs/libld/common/_libld.h
140
Word id_tlsbss;
usr/src/cmd/sgs/libld/common/_libld.h
141
Word id_unknown;
usr/src/cmd/sgs/libld/common/_libld.h
142
Word id_unwind;
usr/src/cmd/sgs/libld/common/_libld.h
143
Word id_unwindhdr;
usr/src/cmd/sgs/libld/common/_libld.h
144
Word id_user;
usr/src/cmd/sgs/libld/common/_libld.h
145
Word id_version;
usr/src/cmd/sgs/libld/common/_libld.h
202
Word (* mr_init_rel)(Rel_desc *, Word *, void *);
usr/src/cmd/sgs/libld/common/_libld.h
210
uintptr_t (* mr_add_outrel)(Word, Rel_desc *, Ofl_desc *);
usr/src/cmd/sgs/libld/common/_libld.h
244
const char *, int, Word, const char *, sd_flag_t *);
usr/src/cmd/sgs/libld/common/_libld.h
299
Word sl_hval;
usr/src/cmd/sgs/libld/common/_libld.h
309
Word dft_flag; /* auxiliary/filtee type */
usr/src/cmd/sgs/libld/common/_libld.h
366
Word cg_num; /* number of comparable elements in */
usr/src/cmd/sgs/libld/common/_libld.h
368
Word cg_ndx; /* final capability group index */
usr/src/cmd/sgs/libld/common/_libld.h
561
Word *_cnt_var; \
usr/src/cmd/sgs/libld/common/_libld.h
62
Word m_flagsplus; /* ELF header flags used to identify */
usr/src/cmd/sgs/libld/common/_libld.h
70
Word m_dataseg_perm; /* data segment permission mask */
usr/src/cmd/sgs/libld/common/_libld.h
71
Word m_stack_perm; /* ABI default stack permission mask */
usr/src/cmd/sgs/libld/common/_libld.h
72
Word m_word_align; /* alignment to use for Word sections */
usr/src/cmd/sgs/libld/common/_libld.h
76
Word m_r_arrayaddr;
usr/src/cmd/sgs/libld/common/_libld.h
77
Word m_r_copy;
usr/src/cmd/sgs/libld/common/_libld.h
78
Word m_r_glob_dat;
usr/src/cmd/sgs/libld/common/_libld.h
79
Word m_r_jmp_slot;
usr/src/cmd/sgs/libld/common/_libld.h
80
Word m_r_num;
usr/src/cmd/sgs/libld/common/_libld.h
81
Word m_r_none;
usr/src/cmd/sgs/libld/common/_libld.h
82
Word m_r_relative;
usr/src/cmd/sgs/libld/common/_libld.h
83
Word m_r_register;
usr/src/cmd/sgs/libld/common/_libld.h
86
Word m_rel_dt_count; /* Either DT_REL or DT_RELA */
usr/src/cmd/sgs/libld/common/_libld.h
87
Word m_rel_dt_ent; /* Either DT_RELENT or DT_RELAENT */
usr/src/cmd/sgs/libld/common/_libld.h
875
extern uintptr_t ld_add_actrel(Word, Rel_desc *, Ofl_desc *);
usr/src/cmd/sgs/libld/common/_libld.h
88
Word m_rel_dt_size; /* Either DT_RELSZ or DT_RELASZ */
usr/src/cmd/sgs/libld/common/_libld.h
883
Sym_desc *, Gotndx *, Gotref, Word, Word,
usr/src/cmd/sgs/libld/common/_libld.h
884
Word, Word);
usr/src/cmd/sgs/libld/common/_libld.h
886
extern Word ld_bswap_Word(Word);
usr/src/cmd/sgs/libld/common/_libld.h
89
Word m_rel_dt_type; /* Either DT_RELCOUNT or DT_RELACOUNT */
usr/src/cmd/sgs/libld/common/_libld.h
90
Word m_rel_sht_type; /* Either SHT_REL or SHT_RELA */
usr/src/cmd/sgs/libld/common/_libld.h
93
Word m_got_entsize;
usr/src/cmd/sgs/libld/common/_libld.h
939
Word, Ofl_desc *, Rej_desc *, Ifl_desc **);
usr/src/cmd/sgs/libld/common/_libld.h
94
Word m_got_xnumber; /* reserved # of got ents */
usr/src/cmd/sgs/libld/common/_libld.h
942
Ofl_desc *, Word, Rej_desc *, Ifl_desc **);
usr/src/cmd/sgs/libld/common/_libld.h
944
Place_path_info *path_info, Word);
usr/src/cmd/sgs/libld/common/_libld.h
946
Is_desc *, const char *, Word);
usr/src/cmd/sgs/libld/common/_libld.h
949
Word);
usr/src/cmd/sgs/libld/common/_libld.h
97
Word m_plt_align;
usr/src/cmd/sgs/libld/common/_libld.h
978
extern void ld_sup_section(Ofl_desc *, const char *, Shdr *, Word,
usr/src/cmd/sgs/libld/common/_libld.h
98
Word m_plt_entsize;
usr/src/cmd/sgs/libld/common/_libld.h
981
const char *, Shdr **, Word, Elf_Scn *, Elf *);
usr/src/cmd/sgs/libld/common/_libld.h
988
extern Sym_desc *ld_sym_enter(const char *, Sym *, Word, Ifl_desc *,
usr/src/cmd/sgs/libld/common/_libld.h
989
Ofl_desc *, Word, Word, sd_flag_t, avl_index_t *);
usr/src/cmd/sgs/libld/common/_libld.h
99
Word m_plt_reservsz;
usr/src/cmd/sgs/libld/common/_libld.h
990
extern Sym_desc *ld_sym_find(const char *, Word, avl_index_t *,
usr/src/cmd/sgs/libld/common/_libld.h
995
Ofl_desc *, int, Word, sd_flag_t);
usr/src/cmd/sgs/libld/common/_map.h
252
Word ms_shndx; /* SHN_UNDEF / mapfile set sec index */
usr/src/cmd/sgs/libld/common/_map.h
259
Word ms_dft_flag; /* 0, or type of filter in ms_filtee */
usr/src/cmd/sgs/libld/common/_map.h
339
extern Boolean ld_map_cap_sanitize(Mapfile *, Word, Capmask *);
usr/src/cmd/sgs/libld/common/_map.h
340
extern void ld_map_cap_set_ovflag(Mapfile *, Word);
usr/src/cmd/sgs/libld/common/_map.h
347
extern Sg_desc *ld_map_seg_alloc(const char *, Word, sg_flags_t);
usr/src/cmd/sgs/libld/common/_map.h
350
Word, const char *);
usr/src/cmd/sgs/libld/common/_map.h
362
ld_map_sym_t *, Word, const char *);
usr/src/cmd/sgs/libld/common/args.c
261
Word start_ndx = isgrp ? ofl->ofl_ars_gsndx : 0;
usr/src/cmd/sgs/libld/common/args.c
262
Word ndx = 0;
usr/src/cmd/sgs/libld/common/files.c
1208
Word cndx, capinfonum;
usr/src/cmd/sgs/libld/common/files.c
1210
capinfonum = (Word)(shdr->sh_size / shdr->sh_entsize);
usr/src/cmd/sgs/libld/common/files.c
1217
Word lndx;
usr/src/cmd/sgs/libld/common/files.c
1222
lndx = (Word)ELF_C_SYM(*capinfo);
usr/src/cmd/sgs/libld/common/files.c
130
ifl->ifl_shnum = (Word)shdr0->sh_size;
usr/src/cmd/sgs/libld/common/files.c
1321
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
1336
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
1346
(Word)(shdr->sh_size / shdr->sh_entsize);
usr/src/cmd/sgs/libld/common/files.c
1361
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
1416
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
1476
Word ndx, int *ident, Ofl_desc *ofl, Boolean is_stab_index,
usr/src/cmd/sgs/libld/common/files.c
1477
Word *is_flags)
usr/src/cmd/sgs/libld/common/files.c
1570
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
1573
Word is_flags = 0;
usr/src/cmd/sgs/libld/common/files.c
1643
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
1659
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
1680
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
1724
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
1780
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
183
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
2123
Elf_Scn *scn, Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
2375
Word ndx, int ident, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
2400
Word rndx;
usr/src/cmd/sgs/libld/common/files.c
2477
Word ndx, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/files.c
2513
Elf_Scn *, Word, int, Ofl_desc *);
usr/src/cmd/sgs/libld/common/files.c
2577
Word ndx, sndx, ordndx = 0, ordcnt = 0;
usr/src/cmd/sgs/libld/common/files.c
2579
Word row, column;
usr/src/cmd/sgs/libld/common/files.c
2712
if ((row < (Word)SHT_LOSUNW) &&
usr/src/cmd/sgs/libld/common/files.c
3107
Word flags, Ofl_desc *ofl, Rej_desc *rej, Ifl_desc **ifl_ret)
usr/src/cmd/sgs/libld/common/files.c
3454
Word flags, Rej_desc *rej, Ifl_desc **ifl_ret)
usr/src/cmd/sgs/libld/common/files.c
583
get_cap_group(Objcapset *ocapset, Word cnum, Ofl_desc *ofl, Is_desc *isp)
usr/src/cmd/sgs/libld/common/files.c
587
Word ccnum = cnum;
usr/src/cmd/sgs/libld/common/files.c
600
Word onum = cgp->cg_num;
usr/src/cmd/sgs/libld/common/files.c
757
qcav.cn_symavlnode.sav_hash = (Word)elf_hash(lsdp->sd_name);
usr/src/cmd/sgs/libld/common/files.c
85
ifl_setup(const char *name, Ehdr *ehdr, Elf *elf, Word flags, Ofl_desc *ofl,
usr/src/cmd/sgs/libld/common/files.c
852
Word ndx, cnum;
usr/src/cmd/sgs/libld/common/files.c
860
cnum = (Word)(cisp->is_shdr->sh_size / cisp->is_shdr->sh_entsize);
usr/src/cmd/sgs/libld/common/files.c
936
Word info = cisp->is_shdr->sh_info;
usr/src/cmd/sgs/libld/common/groups.c
101
Word *data;
usr/src/cmd/sgs/libld/common/groups.c
167
Word *new_data = NULL;
usr/src/cmd/sgs/libld/common/groups.c
203
(gshdr->sh_info >= (Word)(sshdr->sh_size / sshdr->sh_entsize)) ||
usr/src/cmd/sgs/libld/common/groups.c
243
gd.gd_cnt = gisc->is_indata->d_size / sizeof (Word);
usr/src/cmd/sgs/libld/common/groups.c
261
Word gndx = gd.gd_data[ndx];
usr/src/cmd/sgs/libld/common/groups.c
287
if ((new_data = libld_calloc(sizeof (Word),
usr/src/cmd/sgs/libld/common/groups.c
296
sizeof (Word) * gd.gd_cnt);
usr/src/cmd/sgs/libld/common/groups.c
310
(gd.gd_cnt - (ndx + 1)) * sizeof (Word));
usr/src/cmd/sgs/libld/common/groups.c
313
gisc->is_indata->d_size -= sizeof (Word);
usr/src/cmd/sgs/libld/common/groups.c
314
gisc->is_shdr->sh_size -= sizeof (Word);
usr/src/cmd/sgs/libld/common/libs.c
137
Word shndx;
usr/src/cmd/sgs/libld/common/libs.c
515
(Word)arsym->as_hash, NULL, ofl)) == NULL) {
usr/src/cmd/sgs/libld/common/libs.c
552
Word vndx;
usr/src/cmd/sgs/libld/common/machrel.amd.c
1138
ld_add_outrel(Word flags, Rel_desc *rsp, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/machrel.amd.c
123
static Word
usr/src/cmd/sgs/libld/common/machrel.amd.c
124
ld_init_rel(Rel_desc *reld, Word *typedata, void *reloc)
usr/src/cmd/sgs/libld/common/machrel.amd.c
1252
Word shndx = sdp->sd_sym->st_shndx;
usr/src/cmd/sgs/libld/common/machrel.amd.c
1253
Word ortype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.amd.c
129
reld->rel_rtype = (Word)ELF_R_TYPE(rel->r_info, M_MACH);
usr/src/cmd/sgs/libld/common/machrel.amd.c
1332
Word rtype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.amd.c
136
return ((Word)ELF_R_SYM(rel->r_info));
usr/src/cmd/sgs/libld/common/machrel.amd.c
198
Word got_off;
usr/src/cmd/sgs/libld/common/machrel.amd.c
214
*(Word *)gotent = ofl->ofl_osplt->os_shdr->sh_addr + plt_off +
usr/src/cmd/sgs/libld/common/machrel.amd.c
218
*(Word *)gotent = ld_bswap_Word(*(Word *)gotent);
usr/src/cmd/sgs/libld/common/machrel.amd.c
284
Word ndx;
usr/src/cmd/sgs/libld/common/machrel.amd.c
554
Word rtype = arsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.amd.c
947
Word gotndx;
usr/src/cmd/sgs/libld/common/machrel.intel.c
103
return ((Word)ELF_R_SYM(rel->r_info));
usr/src/cmd/sgs/libld/common/machrel.intel.c
1139
ld_add_outrel(Word flags, Rel_desc *rsp, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/machrel.intel.c
1253
Word shndx = sdp->sd_sym->st_shndx;
usr/src/cmd/sgs/libld/common/machrel.intel.c
1269
Word ortype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.intel.c
1322
Word rtype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.intel.c
1509
*(Word *)genptr = (Word)sdp->sd_sym->st_value;
usr/src/cmd/sgs/libld/common/machrel.intel.c
1512
*(Word *)genptr =
usr/src/cmd/sgs/libld/common/machrel.intel.c
1514
ld_bswap_Word(*(Word *)genptr);
usr/src/cmd/sgs/libld/common/machrel.intel.c
1538
*(Word *)pltent = (Word)(ofl->ofl_osgot->os_shdr->
usr/src/cmd/sgs/libld/common/machrel.intel.c
1542
*(Word *)pltent =
usr/src/cmd/sgs/libld/common/machrel.intel.c
1544
ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.intel.c
1550
*(Word *)pltent = (Word)(ofl->ofl_osgot->os_shdr->
usr/src/cmd/sgs/libld/common/machrel.intel.c
1554
*(Word *)pltent =
usr/src/cmd/sgs/libld/common/machrel.intel.c
1556
ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.intel.c
1562
*(Word *)pltent = (Word)(M_GOT_XLINKMAP *
usr/src/cmd/sgs/libld/common/machrel.intel.c
1566
*(Word *)pltent =
usr/src/cmd/sgs/libld/common/machrel.intel.c
1568
ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.intel.c
1574
*(Word *)pltent = (Word)(M_GOT_XRTLD *
usr/src/cmd/sgs/libld/common/machrel.intel.c
1578
*(Word *)pltent =
usr/src/cmd/sgs/libld/common/machrel.intel.c
1580
ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.intel.c
163
plt_entry(Ofl_desc * ofl, Word rel_off, Sym_desc * sdp)
usr/src/cmd/sgs/libld/common/machrel.intel.c
167
Word got_off;
usr/src/cmd/sgs/libld/common/machrel.intel.c
180
*(Word *)gotent = ofl->ofl_osplt->os_shdr->sh_addr + plt_off +
usr/src/cmd/sgs/libld/common/machrel.intel.c
184
*(Word *)gotent = ld_bswap_Word(*(Word *)gotent);
usr/src/cmd/sgs/libld/common/machrel.intel.c
191
*(Word *)pltent = (Word)(ofl->ofl_osgot->os_shdr->sh_addr +
usr/src/cmd/sgs/libld/common/machrel.intel.c
198
*(Word *)pltent = (Word)got_off;
usr/src/cmd/sgs/libld/common/machrel.intel.c
202
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.intel.c
208
*(Word *)pltent = (Word)rel_off;
usr/src/cmd/sgs/libld/common/machrel.intel.c
211
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.intel.c
218
*(Word *)pltent = (Word)plt_off;
usr/src/cmd/sgs/libld/common/machrel.intel.c
221
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.intel.c
228
Word ndx, roffset, value;
usr/src/cmd/sgs/libld/common/machrel.intel.c
277
roffset = (Word)ld_calc_got_offset(orsp, ofl);
usr/src/cmd/sgs/libld/common/machrel.intel.c
285
roffset = (Word) (ofl->ofl_osgot->os_shdr->sh_addr) +
usr/src/cmd/sgs/libld/common/machrel.intel.c
296
roffset = (Word)value;
usr/src/cmd/sgs/libld/common/machrel.intel.c
470
Word rtype = arsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.intel.c
92
static Word
usr/src/cmd/sgs/libld/common/machrel.intel.c
93
ld_init_rel(Rel_desc *reld, Word *typedata, void *reloc)
usr/src/cmd/sgs/libld/common/machrel.intel.c
947
Word gotndx;
usr/src/cmd/sgs/libld/common/machrel.intel.c
98
reld->rel_rtype = (Word)ELF_R_TYPE(rel->r_info, M_MACH);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1010
Word rtype = arsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1011
Word *offset, w;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
103
static Word
usr/src/cmd/sgs/libld/common/machrel.sparc.c
104
ld_init_rel(Rel_desc *reld, Word *typedata, void *reloc)
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1040
offset = (Word *)(uintptr_t)(arsp->rel_roffset +
usr/src/cmd/sgs/libld/common/machrel.sparc.c
109
reld->rel_rtype = (Word)ELF_R_TYPE(rela->r_info, M_MACH);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
112
*typedata = (Word)ELF_R_TYPE_DATA(rela->r_info);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
116
return ((Word)ELF_R_SYM(rela->r_info));
usr/src/cmd/sgs/libld/common/machrel.sparc.c
122
Word eflags = ofl->ofl_dehdr->e_flags;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
123
Word memopt1, memopt2;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1418
ld_add_outrel(Word flags, Rel_desc *rsp, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1453
Word rtype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1597
Word ndx;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1621
Word shndx = sdp->sd_sym->st_shndx;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1642
Word ortype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1718
Word rtype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
1743
Word rtype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
420
*(Word *)pltent = M_SETHIG1 | pltoff;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
423
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
433
*(Word *)pltent = M_BA_A_XCC |
usr/src/cmd/sgs/libld/common/machrel.sparc.c
437
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
444
*(Word *)pltent = M_NOP;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
447
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
454
*(Word *)pltent = M_NOP;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
457
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
464
*(Word *)pltent = M_NOP;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
467
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
474
*(Word *)pltent = M_NOP;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
477
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
484
*(Word *)pltent = M_NOP;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
487
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
494
*(Word *)pltent = M_NOP;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
497
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
543
*(Word *)pltent = M_SETHIG1 | pltoff;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
546
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
555
*(Word *)pltent = M_BA_A | ((pltoff >> 2) & S_MASK(22));
usr/src/cmd/sgs/libld/common/machrel.sparc.c
558
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
565
*(Word *)pltent = M_SETHIG0;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
568
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
575
*(Word *)pltent = M_SETHIG0;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
578
*(Word *)pltent = ld_bswap_Word(*(Word *)pltent);
usr/src/cmd/sgs/libld/common/machrel.sparc.c
594
Word dtflags1 = ofl->ofl_dtflags_1;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
858
Word rtype = arsp->rel_rtype;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
859
Word *offset, w;
usr/src/cmd/sgs/libld/common/machrel.sparc.c
863
offset = (Word *)((uintptr_t)arsp->rel_roffset +
usr/src/cmd/sgs/libld/common/machsym.sparc.c
162
int symndx, Word shndx, const char *symsecname, sd_flag_t *flags)
usr/src/cmd/sgs/libld/common/machsym.sparc.h
57
const char *, int, Word, const char *, sd_flag_t *);
usr/src/cmd/sgs/libld/common/map.c
173
Word tmp_flags = 0;
usr/src/cmd/sgs/libld/common/map.c
302
Word p_type; /* PT_ constant corresponding to name */
usr/src/cmd/sgs/libld/common/map.c
71
map_cap(Mapfile *mf, Word type, Capmask *capmask)
usr/src/cmd/sgs/libld/common/map.c
767
Word ecf_type;
usr/src/cmd/sgs/libld/common/map_core.c
2730
Word index = 0;
usr/src/cmd/sgs/libld/common/map_core.c
2751
Word index = 0;
usr/src/cmd/sgs/libld/common/map_support.c
1021
Word dft_flag, const char *filtee)
usr/src/cmd/sgs/libld/common/map_support.c
1065
Word hash;
usr/src/cmd/sgs/libld/common/map_support.c
1079
hash = (Word)elf_hash(ms->ms_name);
usr/src/cmd/sgs/libld/common/map_support.c
1452
Word hash;
usr/src/cmd/sgs/libld/common/map_support.c
1477
hash = (Word)elf_hash(name);
usr/src/cmd/sgs/libld/common/map_support.c
194
ld_map_cap_set_ovflag(Mapfile *mf, Word type)
usr/src/cmd/sgs/libld/common/map_support.c
220
ld_map_cap_sanitize(Mapfile *mf, Word type, Capmask *capmask)
usr/src/cmd/sgs/libld/common/map_support.c
475
Word hval;
usr/src/cmd/sgs/libld/common/map_support.c
486
hval = (Word)elf_hash(symname);
usr/src/cmd/sgs/libld/common/map_support.c
533
ld_map_seg_alloc(const char *name, Word p_type, sg_flags_t sg_flags)
usr/src/cmd/sgs/libld/common/map_support.c
762
ld_map_seg_ent_files(Mapfile *mf, Ent_desc *enp, Word ecf_type, const char *str)
usr/src/cmd/sgs/libld/common/map_support.c
817
Word hash;
usr/src/cmd/sgs/libld/common/map_support.c
857
hash = (Word)elf_hash(name);
usr/src/cmd/sgs/libld/common/map_v2.c
1008
Word type)
usr/src/cmd/sgs/libld/common/map_v2.c
1067
Word hw1 = 0, hw2 = 0, hw3 = 0;
usr/src/cmd/sgs/libld/common/map_v2.c
1152
Word sf1 = 0;
usr/src/cmd/sgs/libld/common/map_v2.c
1653
Word value;
usr/src/cmd/sgs/libld/common/map_v2.c
209
setflags_eq(Word *dst, Token eq_tok, Word value)
usr/src/cmd/sgs/libld/common/map_v2.c
2318
dir_segment_inner(Mapfile *mf, const char *dir_name, Word seg_type,
usr/src/cmd/sgs/libld/common/map_v2.c
244
Word type, elfcap_mask_t value, Boolean title)
usr/src/cmd/sgs/libld/common/map_v2.c
2939
Word ms_shndx; /* symbol section index */
usr/src/cmd/sgs/libld/common/map_v2.c
306
Word type, APlist *strs)
usr/src/cmd/sgs/libld/common/map_v2.c
824
Word value;
usr/src/cmd/sgs/libld/common/map_v2.c
947
Word type, elfcap_from_str_func_t *elfcap_from_str_func)
usr/src/cmd/sgs/libld/common/order.c
121
inline static Word
usr/src/cmd/sgs/libld/common/order.c
122
is_keyshndx_ok(Ifl_desc *ifl, Word keyshndx)
usr/src/cmd/sgs/libld/common/order.c
169
validate_shf_ordered_dest(Ofl_desc *ofl, Ifl_desc *ifl, Word ndx,
usr/src/cmd/sgs/libld/common/order.c
172
Word shnum = ifl->ifl_shnum;
usr/src/cmd/sgs/libld/common/order.c
173
Word isp1_ndx, isp2_ndx;
usr/src/cmd/sgs/libld/common/order.c
293
Word ndx)
usr/src/cmd/sgs/libld/common/order.c
298
Word keyshndx;
usr/src/cmd/sgs/libld/common/order.c
393
Word key = 1;
usr/src/cmd/sgs/libld/common/order.c
437
Word ndx1, ndx2;
usr/src/cmd/sgs/libld/common/outfile.c
287
create_outsec(Ofl_desc *ofl, Sg_desc *sgp, Os_desc *osp, Word ptype, int shidx,
usr/src/cmd/sgs/libld/common/outfile.c
431
Word ptype = phdr->p_type;
usr/src/cmd/sgs/libld/common/place.c
152
Word shndx;
usr/src/cmd/sgs/libld/common/place.c
596
Word type = edfp->edf_flags & TYP_ECF_MASK;
usr/src/cmd/sgs/libld/common/place.c
663
isp_convert_type(Is_desc *isp, Word sh_type)
usr/src/cmd/sgs/libld/common/relocate.c
1012
static Word
usr/src/cmd/sgs/libld/common/relocate.c
1013
nlpo2(Word val)
usr/src/cmd/sgs/libld/common/relocate.c
1149
Word rtype = rsp->rel_rtype, w2align;
usr/src/cmd/sgs/libld/common/relocate.c
1225
Word isalign;
usr/src/cmd/sgs/libld/common/relocate.c
1321
Word rtype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/relocate.c
1324
Word oflags = 0;
usr/src/cmd/sgs/libld/common/relocate.c
1399
Word rtype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/relocate.c
146
Word rstndx;
usr/src/cmd/sgs/libld/common/relocate.c
1475
const char *isname, Word isscnndx)
usr/src/cmd/sgs/libld/common/relocate.c
1477
Word rtype = reld->rel_rtype;
usr/src/cmd/sgs/libld/common/relocate.c
155
rstndx = (Word) ELF_R_SYM(reloc->r_info);
usr/src/cmd/sgs/libld/common/relocate.c
1746
Word scnndx, symscnt;
usr/src/cmd/sgs/libld/common/relocate.c
1885
process_reld(Ofl_desc *ofl, Is_desc *isp, Rel_desc *reld, Word rsndx,
usr/src/cmd/sgs/libld/common/relocate.c
1889
Word rtype = reld->rel_rtype;
usr/src/cmd/sgs/libld/common/relocate.c
2134
Word flags = 0;
usr/src/cmd/sgs/libld/common/relocate.c
2171
Word rsndx;
usr/src/cmd/sgs/libld/common/relocate.c
2219
Word indx;
usr/src/cmd/sgs/libld/common/relocate.c
2333
Word rsndx;
usr/src/cmd/sgs/libld/common/relocate.c
2566
Word index = 0;
usr/src/cmd/sgs/libld/common/relocate.c
2664
Word ndx = 0;
usr/src/cmd/sgs/libld/common/relocate.c
2676
ndx = (Word)elf_ndxscn(ofl->ofl_osdynsym->os_scn);
usr/src/cmd/sgs/libld/common/relocate.c
2679
ndx = (Word)elf_ndxscn(ofl->ofl_ossymtab->os_scn);
usr/src/cmd/sgs/libld/common/relocate.c
2720
shdr->sh_info = (Word)elf_ndxscn(osp->os_scn);
usr/src/cmd/sgs/libld/common/relocate.c
2748
shdr->sh_info = (Word)elf_ndxscn(osp->os_scn);
usr/src/cmd/sgs/libld/common/relocate.c
2856
Gotndx *gnp, Gotref gref, Word rflag, Word ortype, Word rtype1, Word rtype2)
usr/src/cmd/sgs/libld/common/relocate.c
2858
Word rflags;
usr/src/cmd/sgs/libld/common/relocate.c
3063
Word v;
usr/src/cmd/sgs/libld/common/relocate.c
3127
Word v = (Word)value;
usr/src/cmd/sgs/libld/common/relocate.c
387
Word ondx, nndx;
usr/src/cmd/sgs/libld/common/relocate.c
604
ld_reloc_enter(Ofl_desc *ofl, Rel_cache *rcp, Rel_desc *rdesc, Word flags)
usr/src/cmd/sgs/libld/common/relocate.c
795
ld_add_actrel(Word flags, Rel_desc *rsp, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/relocate.c
833
Word
usr/src/cmd/sgs/libld/common/relocate.c
834
ld_bswap_Word(Word v)
usr/src/cmd/sgs/libld/common/relocate.c
861
Word rtype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/relocate.c
969
Word ortype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/relocate.c
996
Word ortype = rsp->rel_rtype;
usr/src/cmd/sgs/libld/common/resolve.c
1051
Sym *, Ifl_desc *, Ofl_desc *, int, Word, sd_flag_t) = {
usr/src/cmd/sgs/libld/common/resolve.c
1083
Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/resolve.c
269
int ndx, Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/resolve.c
301
int ndx, Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/resolve.c
317
int ndx, Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/resolve.c
319
Word shndx = nsym->st_shndx;
usr/src/cmd/sgs/libld/common/resolve.c
359
int ndx, Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/resolve.c
362
Word link;
usr/src/cmd/sgs/libld/common/resolve.c
521
int ndx, Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/resolve.c
551
int ndx, Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/resolve.c
56
int ndx, Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/resolve.c
653
int ndx, Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/resolve.c
831
int ndx, Word nshndx, sd_flag_t nsdflags)
usr/src/cmd/sgs/libld/common/sections.c
1417
make_sym_sec(Ofl_desc *ofl, const char *sectname, Word stype, int ident)
usr/src/cmd/sgs/libld/common/sections.c
1530
capmask_value(Lm_list *lml, Word type, Capmask *capmask, int *title)
usr/src/cmd/sgs/libld/common/sections.c
1552
capstr_value(Lm_list *lml, Word type, Caplist *caplist, int *title)
usr/src/cmd/sgs/libld/common/sections.c
1612
make_cap(Ofl_desc *ofl, Word shtype, const char *shname, int ident)
usr/src/cmd/sgs/libld/common/sections.c
1619
Word capndx = 0;
usr/src/cmd/sgs/libld/common/sections.c
171
Word ptype = osp->os_sgdesc->sg_phdr.p_type;
usr/src/cmd/sgs/libld/common/sections.c
1955
size += sizeof (Word);
usr/src/cmd/sgs/libld/common/sections.c
1991
Word nsyms = ofl->ofl_globcnt;
usr/src/cmd/sgs/libld/common/sections.c
2050
Word symcnt;
usr/src/cmd/sgs/libld/common/sections.c
2104
size_t xsize = symcnt * sizeof (Word);
usr/src/cmd/sgs/libld/common/sections.c
2463
Word relsize;
usr/src/cmd/sgs/libld/common/sections.c
3088
sdp->sd_sym->st_value = (Word)stoff;
usr/src/cmd/sgs/libld/common/sections.c
429
new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt,
usr/src/cmd/sgs/libld/common/sections.c
433
Word d_type;
usr/src/cmd/sgs/libld/common/sections.c
434
Word align; /* Used in both data and section header */
usr/src/cmd/sgs/libld/common/sections.c
435
Word sh_flags;
usr/src/cmd/sgs/libld/common/sections.c
436
Word sh_entsize;
usr/src/cmd/sgs/libld/common/sections.c
525
SET_SEC_INFO_WORD_ALIGN(ELF_T_WORD, SHF_ALLOC, sizeof (Word))
usr/src/cmd/sgs/libld/common/sections.c
531
SET_SEC_INFO_WORD_ALIGN(ELF_T_WORD, SHF_ALLOC, sizeof (Word))
usr/src/cmd/sgs/libld/common/sections.c
568
SET_SEC_INFO_WORD_ALIGN(ELF_T_WORD, 0, sizeof (Word));
usr/src/cmd/sgs/libld/common/sections.c
588
SET_SEC_INFO(ELF_T_WORD, sizeof (Word), SHF_ALLOC,
usr/src/cmd/sgs/libld/common/sections.c
822
make_array(Ofl_desc *ofl, Word shtype, const char *sectname, APlist *alp)
usr/src/cmd/sgs/libld/common/sunwmove.c
40
Word mv_nums = 0;
usr/src/cmd/sgs/libld/common/support.c
254
Shdr **oshdr, Word ndx, Elf_Scn *scn, Elf *elf)
usr/src/cmd/sgs/libld/common/support.c
301
ld_sup_section(Ofl_desc *ofl, const char *scn, Shdr *shdr, Word ndx,
usr/src/cmd/sgs/libld/common/syms.c
1109
sym_cap_vis(const char *name, Word hash, Sym *sym, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/syms.c
145
demangle_symname(const char *name, const char *symtab_name, Word symndx)
usr/src/cmd/sgs/libld/common/syms.c
1992
Sym *sym, Word shndx)
usr/src/cmd/sgs/libld/common/syms.c
2022
Word c_ndx; /* symbol index */
usr/src/cmd/sgs/libld/common/syms.c
2072
Word *symshndx = NULL;
usr/src/cmd/sgs/libld/common/syms.c
2078
Word ndx, hash, local, total;
usr/src/cmd/sgs/libld/common/syms.c
2083
Word symsecndx;
usr/src/cmd/sgs/libld/common/syms.c
2143
total = (Word)(shdr->sh_size / shdr->sh_entsize);
usr/src/cmd/sgs/libld/common/syms.c
2178
Word shndx;
usr/src/cmd/sgs/libld/common/syms.c
2508
Word shndx;
usr/src/cmd/sgs/libld/common/syms.c
2734
hash = (Word)elf_hash(name);
usr/src/cmd/sgs/libld/common/syms.c
294
ld_sym_find(const char *name, Word hash, avl_index_t *where, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/syms.c
300
hash = (Word)elf_hash((const char *)name);
usr/src/cmd/sgs/libld/common/syms.c
3003
(Word)wsdp->sd_symndx;
usr/src/cmd/sgs/libld/common/syms.c
3005
(Word)ssdp->sd_symndx;
usr/src/cmd/sgs/libld/common/syms.c
3205
Word hash;
usr/src/cmd/sgs/libld/common/syms.c
3217
hash = (Word)elf_hash(name);
usr/src/cmd/sgs/libld/common/syms.c
365
ld_sym_enter(const char *name, Sym *osym, Word hash, Ifl_desc *ifl,
usr/src/cmd/sgs/libld/common/syms.c
366
Ofl_desc *ofl, Word ndx, Word shndx, sd_flag_t sdflags, avl_index_t *where)
usr/src/cmd/sgs/libld/common/syms.c
673
sym_add_spec(const char *name, const char *uname, Word sdaux_id,
usr/src/cmd/sgs/libld/common/syms.c
679
Word hash;
usr/src/cmd/sgs/libld/common/syms.c
683
hash = (Word)elf_hash(uname);
usr/src/cmd/sgs/libld/common/syms.c
81
int symndx, Word shndx, Word symsecndx, const char *symsecname,
usr/src/cmd/sgs/libld/common/syms.c
84
Word name = sym->st_name;
usr/src/cmd/sgs/libld/common/syms.c
93
if (name >= (Word)strsize) {
usr/src/cmd/sgs/libld/common/syms.c
933
sym_add_bounds(Ofl_desc *ofl, Os_desc *osp, Word bound)
usr/src/cmd/sgs/libld/common/unwind.c
811
Word phnum = ofl->ofl_nehdr->e_phnum;
usr/src/cmd/sgs/libld/common/update.c
100
Word *symsort, Word n, const char *secname)
usr/src/cmd/sgs/libld/common/update.c
103
Word ndx, cmp_ndx;
usr/src/cmd/sgs/libld/common/update.c
1239
Word sectndx;
usr/src/cmd/sgs/libld/common/update.c
1531
Word _symndx;
usr/src/cmd/sgs/libld/common/update.c
1566
Word hashval, _hashndx;
usr/src/cmd/sgs/libld/common/update.c
163
Word *_dynsort_arr, *_dynsort_ndx; \
usr/src/cmd/sgs/libld/common/update.c
184
Word bssndx, etext_ndx, edata_ndx = 0, end_ndx, start_ndx;
usr/src/cmd/sgs/libld/common/update.c
185
Word end_abs = 0, etext_abs = 0, edata_abs;
usr/src/cmd/sgs/libld/common/update.c
186
Word tlsbssndx = 0, parexpnndx;
usr/src/cmd/sgs/libld/common/update.c
1876
Word _symndx = dynlocal ? scopesym_ndx : symtab_ndx;
usr/src/cmd/sgs/libld/common/update.c
188
Word lbssndx = 0;
usr/src/cmd/sgs/libld/common/update.c
1885
Word _symndx;
usr/src/cmd/sgs/libld/common/update.c
1908
Word _symndx;
usr/src/cmd/sgs/libld/common/update.c
1910
Word *_dynshndx;
usr/src/cmd/sgs/libld/common/update.c
197
Word symtab_ndx = 0; /* index into .symtab */
usr/src/cmd/sgs/libld/common/update.c
198
Word symtab_gbl_bndx; /* .symtab ndx 1st global */
usr/src/cmd/sgs/libld/common/update.c
199
Word ldynsym_ndx = 0; /* index into .SUNW_ldynsym */
usr/src/cmd/sgs/libld/common/update.c
200
Word dynsym_ndx = 0; /* index into .dynsym */
usr/src/cmd/sgs/libld/common/update.c
2008
shdr->sh_link = (Word)elf_ndxscn(ofl->ofl_osstrtab->os_scn);
usr/src/cmd/sgs/libld/common/update.c
201
Word scopesym_ndx = 0; /* index into scoped symbols */
usr/src/cmd/sgs/libld/common/update.c
2011
(Word)elf_ndxscn(ofl->ofl_ossymtab->os_scn);
usr/src/cmd/sgs/libld/common/update.c
202
Word scopesym_bndx = 0; /* .symtab ndx 1st scoped sym */
usr/src/cmd/sgs/libld/common/update.c
203
Word ldynscopesym_ndx = 0; /* index to ldynsym scoped */
usr/src/cmd/sgs/libld/common/update.c
2031
shdr->sh_link = (Word)elf_ndxscn(ofl->ofl_osdynstr->os_scn);
usr/src/cmd/sgs/libld/common/update.c
2035
(Word)elf_ndxscn(ofl->ofl_osdynsym->os_scn);
usr/src/cmd/sgs/libld/common/update.c
2039
(Word)elf_ndxscn(ofl->ofl_osdynsym->os_scn);
usr/src/cmd/sgs/libld/common/update.c
205
Word *dynsymsort = NULL; /* SUNW_dynsymsort index */
usr/src/cmd/sgs/libld/common/update.c
2067
shdr->sh_link = (Word)elf_ndxscn(ofl->ofl_osdynstr->os_scn);
usr/src/cmd/sgs/libld/common/update.c
207
Word *dyntlssort = NULL; /* SUNW_dyntlssort index */
usr/src/cmd/sgs/libld/common/update.c
2072
(Word)elf_ndxscn(ofl->ofl_osldynsym->os_scn);
usr/src/cmd/sgs/libld/common/update.c
2086
(Word)elf_ndxscn(ofl->ofl_osldynsym->os_scn);
usr/src/cmd/sgs/libld/common/update.c
209
Word dynsymsort_ndx; /* index dynsymsort array */
usr/src/cmd/sgs/libld/common/update.c
210
Word dyntlssort_ndx; /* index dyntlssort array */
usr/src/cmd/sgs/libld/common/update.c
2101
(Word)elf_ndxscn(ofl->ofl_osldynsym->os_scn);
usr/src/cmd/sgs/libld/common/update.c
211
Word *symndx; /* symbol index (for */
usr/src/cmd/sgs/libld/common/update.c
213
Word *symshndx = NULL; /* .symtab_shndx table */
usr/src/cmd/sgs/libld/common/update.c
214
Word *dynshndx = NULL; /* .dynsym_shndx table */
usr/src/cmd/sgs/libld/common/update.c
2144
Word cnt;
usr/src/cmd/sgs/libld/common/update.c
215
Word *ldynshndx = NULL; /* .SUNW_ldynsym_shndx table */
usr/src/cmd/sgs/libld/common/update.c
216
Word ldynsym_cnt = 0; /* number of items in */
usr/src/cmd/sgs/libld/common/update.c
2167
ofl->ofl_osdynamic->os_shdr->sh_link = (Word)elf_ndxscn(strosp->os_scn);
usr/src/cmd/sgs/libld/common/update.c
221
Word *hashtab; /* hash table pointer */
usr/src/cmd/sgs/libld/common/update.c
222
Word *hashbkt; /* hash table bucket pointer */
usr/src/cmd/sgs/libld/common/update.c
223
Word *hashchain; /* hash table chain pointer */
usr/src/cmd/sgs/libld/common/update.c
232
Word ssndx; /* global index into sorted_syms */
usr/src/cmd/sgs/libld/common/update.c
233
Word scndx; /* scoped index into sorted_syms */
usr/src/cmd/sgs/libld/common/update.c
2338
dyn->d_un.d_val = sizeof (Word);
usr/src/cmd/sgs/libld/common/update.c
250
(Word *)ofl->ofl_ossymshndx->os_outdata->d_buf;
usr/src/cmd/sgs/libld/common/update.c
272
dynsymsort = (Word *)
usr/src/cmd/sgs/libld/common/update.c
2747
_vdap->vda_next = (Word)((uintptr_t)vdap - (uintptr_t)_vdap);
usr/src/cmd/sgs/libld/common/update.c
2759
_vdap->vda_next = (Word)((uintptr_t)vdap -
usr/src/cmd/sgs/libld/common/update.c
2769
vdf->vd_aux = (Word)((uintptr_t)(vdf + 1) - (uintptr_t)vdf);
usr/src/cmd/sgs/libld/common/update.c
277
dyntlssort = (Word *)
usr/src/cmd/sgs/libld/common/update.c
2780
_vdf->vd_next = (Word)((uintptr_t)vdf - (uintptr_t)_vdf);
usr/src/cmd/sgs/libld/common/update.c
2791
ofl->ofl_osverdef->os_shdr->sh_link = (Word)elf_ndxscn(strosp->os_scn);
usr/src/cmd/sgs/libld/common/update.c
2821
ofl->ofl_osversym->os_shdr->sh_link = (Word)elf_ndxscn(osp->os_scn);
usr/src/cmd/sgs/libld/common/update.c
2835
Word num = 0;
usr/src/cmd/sgs/libld/common/update.c
2856
Word cnt = 0;
usr/src/cmd/sgs/libld/common/update.c
286
hashtab = (Word *)(ofl->ofl_oshash->os_outdata->d_buf);
usr/src/cmd/sgs/libld/common/update.c
2907
(Word)((uintptr_t)vnap - (uintptr_t)_vnap);
usr/src/cmd/sgs/libld/common/update.c
2918
vnd->vn_aux = (Word)((uintptr_t)(vnd + 1) - (uintptr_t)vnd);
usr/src/cmd/sgs/libld/common/update.c
293
(Word *)ofl->ofl_osdynshndx->os_outdata->d_buf;
usr/src/cmd/sgs/libld/common/update.c
2930
_vnd->vn_next = (Word)((uintptr_t)vnd - (uintptr_t)_vnd);
usr/src/cmd/sgs/libld/common/update.c
2939
ofl->ofl_osverneed->os_shdr->sh_link = (Word)elf_ndxscn(strosp->os_scn);
usr/src/cmd/sgs/libld/common/update.c
296
(Word *)ofl->ofl_osldynshndx->os_outdata->d_buf;
usr/src/cmd/sgs/libld/common/update.c
2968
infosp->os_shdr->sh_link = (Word)elf_ndxscn(symosp->os_scn);
usr/src/cmd/sgs/libld/common/update.c
2972
(Word)elf_ndxscn(ofl->ofl_osdynamic->os_scn);
usr/src/cmd/sgs/libld/common/update.c
2995
Word _cnt, cnt = shdr->sh_size / shdr->sh_entsize;
usr/src/cmd/sgs/libld/common/update.c
3119
*((Word *)taddr) = (Word)mvp->m_value;
usr/src/cmd/sgs/libld/common/update.c
3137
Word ndx = 0;
usr/src/cmd/sgs/libld/common/update.c
3149
ndx = (Word) elf_ndxscn(ofl->ofl_osdynsym->os_scn);
usr/src/cmd/sgs/libld/common/update.c
3152
ndx = (Word) elf_ndxscn(ofl->ofl_ossymtab->os_scn);
usr/src/cmd/sgs/libld/common/update.c
3212
Word ndx = osp->os_identndx;
usr/src/cmd/sgs/libld/common/update.c
3240
Word ndx = osp->os_identndx;
usr/src/cmd/sgs/libld/common/update.c
3285
Word *gdata;
usr/src/cmd/sgs/libld/common/update.c
3296
shdr->sh_link = (Word)elf_ndxscn(ofl->ofl_ossymtab->os_scn);
usr/src/cmd/sgs/libld/common/update.c
3304
gdata = (Word *)osp->os_outdata->d_buf;
usr/src/cmd/sgs/libld/common/update.c
3322
gdata[i] = (Word)elf_ndxscn(_osp->os_scn);
usr/src/cmd/sgs/libld/common/update.c
3380
(Word)elf_ndxscn(ofl->ofl_oscapinfo->os_scn);
usr/src/cmd/sgs/libld/common/update.c
3392
cosp->os_shdr->sh_info = (Word)elf_ndxscn(strosp->os_scn);
usr/src/cmd/sgs/libld/common/update.c
3457
Word chainndx = 0;
usr/src/cmd/sgs/libld/common/update.c
3474
ciosp->os_shdr->sh_link = (Word)elf_ndxscn(symosp->os_scn);
usr/src/cmd/sgs/libld/common/update.c
3478
ciosp->os_shdr->sh_info = (Word)elf_ndxscn(ccosp->os_scn);
usr/src/cmd/sgs/libld/common/update.c
3625
static Word
usr/src/cmd/sgs/libld/common/update.c
3626
translate_link(Ofl_desc *ofl, Os_desc *osp, Word link, const char *msg)
usr/src/cmd/sgs/libld/common/update.c
3665
return ((Word)elf_ndxscn(osp->os_scn));
usr/src/cmd/sgs/libld/common/update.c
3877
build_phdr_from_shdr(Phdr *phdr, Shdr *shdr, Word flags)
usr/src/cmd/sgs/libld/common/update.c
3922
Word phdrsz = (ehdr->e_phnum * ehdr->e_phentsize), shscnndx;
usr/src/cmd/sgs/libld/common/update.c
3924
Word ehdrsz = ehdr->e_ehsize;
usr/src/cmd/sgs/libld/common/update.c
393
Word _flags = phd->p_flags & (PF_W | PF_R);
usr/src/cmd/sgs/libld/common/update.c
407
Word sectndx;
usr/src/cmd/sgs/libld/common/update.c
442
osp->os_shdr->sh_name = (Word)stoff;
usr/src/cmd/sgs/libld/common/update.c
640
Word *_symshndx;
usr/src/cmd/sgs/libld/common/update.c
66
Sym *s1 = dynsort_compare_syms + *((const Word *) idx1);
usr/src/cmd/sgs/libld/common/update.c
67
Sym *s2 = dynsort_compare_syms + *((const Word *) idx2);
usr/src/cmd/sgs/libld/common/update.c
806
Word sectndx;
usr/src/cmd/sgs/libld/common/util.c
615
Word nitems;
usr/src/cmd/sgs/libld/common/version.c
36
ld_vers_find(const char *name, Word hash, APlist *alp)
usr/src/cmd/sgs/libld/common/version.c
483
Word count = ifl->ifl_vercnt;
usr/src/cmd/sgs/libld/common/version.c
57
ld_vers_desc(const char *name, Word hash, APlist **alpp)
usr/src/cmd/sgs/libld/common/version.c
601
Word num, _num;
usr/src/cmd/sgs/libld/common/version.c
650
Word hash;
usr/src/cmd/sgs/libld/common/version.c
665
hash = (Word)elf_hash(name);
usr/src/cmd/sgs/libld/common/version.c
737
hash = (Word)elf_hash(name);
usr/src/cmd/sgs/libld/common/version.c
821
Word num, _num;
usr/src/cmd/sgs/libld/common/version.c
894
ld_vers_promote(Sym_desc *sdp, Word ndx, Ifl_desc *ifl, Ofl_desc *ofl)
usr/src/cmd/sgs/libld/common/version.c
978
if ((vdp = ld_vers_desc(name, (Word)elf_hash(name),
usr/src/cmd/sgs/liblddbg/common/_debug.h
245
extern const char *dbg_fmt_isec_name2(const char *, Word,
usr/src/cmd/sgs/liblddbg/common/bindings.c
35
Dbg_bind_plt_summary(Lm_list *lml, Half mach, Word pltcnt21d, Word pltcnt24d,
usr/src/cmd/sgs/liblddbg/common/bindings.c
36
Word pltcntu32, Word pltcntu44, Word pltcntfull, Word pltcntfar)
usr/src/cmd/sgs/liblddbg/common/bindings.c
38
Word plttotal = pltcnt21d + pltcnt24d + pltcntu32 +
usr/src/cmd/sgs/liblddbg/common/got.c
128
uchar_t ei_target_data, uchar_t ei_host_data, Word type, void *reloc,
usr/src/cmd/sgs/liblddbg/common/got.c
49
Word m_got_xnumber, size_t m_got_entsize)
usr/src/cmd/sgs/liblddbg/common/got.c
53
Word gotndx;
usr/src/cmd/sgs/liblddbg/common/map.c
260
Word ndx, Lineno lineno)
usr/src/cmd/sgs/liblddbg/common/move.c
141
Dbg_move_entry2(Lm_list *lml, Move *mv, Word st_name, const char *name)
usr/src/cmd/sgs/liblddbg/common/relocate.c
140
Dbg_reloc_generate(Lm_list *lml, Os_desc *osp, Word type)
usr/src/cmd/sgs/liblddbg/common/relocate.c
211
Dbg_reloc_doact(Lm_list *lml, int caller, Half mach, Word type, Rel_desc *rdesc,
usr/src/cmd/sgs/liblddbg/common/relocate.c
237
Dbg_reloc_dooutrel(Lm_list *lml, Word type)
usr/src/cmd/sgs/liblddbg/common/relocate.c
272
Dbg_reloc_transition(Lm_list *lml, Half mach, Word rtype, Rel_desc *rsp,
usr/src/cmd/sgs/liblddbg/common/relocate.c
294
Dbg_reloc_out(Ofl_desc *ofl, int caller, Word type, void *reloc,
usr/src/cmd/sgs/liblddbg/common/relocate.c
308
Dbg_reloc_in(Lm_list *lml, int caller, Half mach, Word type, void *reloc,
usr/src/cmd/sgs/liblddbg/common/relocate.c
309
const char *secname, Word secndx, const char *symname)
usr/src/cmd/sgs/liblddbg/common/relocate.c
359
Dbg_reloc_ors_entry(Lm_list *lml, int caller, Word type, Half mach,
usr/src/cmd/sgs/liblddbg/common/relocate.c
401
Dbg_reloc_ars_entry(Lm_list *lml, int caller, Word type, Half mach,
usr/src/cmd/sgs/liblddbg/common/relocate.c
424
Dbg_reloc_entry(Lm_list *lml, const char *prestr, Half mach, Word type,
usr/src/cmd/sgs/liblddbg/common/relocate.c
512
Elf_reloc_title(Lm_list *lml, int caller, Word type)
usr/src/cmd/sgs/liblddbg/common/relocate.c
560
Elf_reloc_entry_2(Lm_list *lml, int caller, const char *prestr, Word type,
usr/src/cmd/sgs/liblddbg/common/relocate.c
659
Word type, void *reloc, const char *secname, const char *symname,
usr/src/cmd/sgs/liblddbg/common/relocate.c
66
Dbg_reloc_error(Lm_list *lml, int caller, Half mach, Word type, void *reloc,
usr/src/cmd/sgs/liblddbg/common/sections.c
363
Word link;
usr/src/cmd/sgs/liblddbg/common/sections.c
421
Dbg_sec_order_error(Lm_list *lml, Ifl_desc *ifl, Word ndx, int error)
usr/src/cmd/sgs/liblddbg/common/sections.c
53
dbg_fmt_isec_name2(const char *name, Word scnndx, dbg_isec_name_buf_t buf,
usr/src/cmd/sgs/liblddbg/common/shdr.c
62
Word ndx, Shdr *oshdr, Shdr *nshdr, const char *name)
usr/src/cmd/sgs/liblddbg/common/syminfo.c
40
Elf_syminfo_entry(Lm_list *lml, Word ndx, Syminfo *sip, const char *name,
usr/src/cmd/sgs/liblddbg/common/syms.c
208
Dbg_syms_dup_discarded(Lm_list *lml, Word ndx, Sym_desc *sdp)
usr/src/cmd/sgs/liblddbg/common/syms.c
256
Dbg_syms_entry(Lm_list *lml, Word ndx, Sym_desc *sdp)
usr/src/cmd/sgs/liblddbg/common/syms.c
266
Dbg_syms_global(Lm_list *lml, Word ndx, const char *name)
usr/src/cmd/sgs/liblddbg/common/syms.c
276
Dbg_syms_cap_convert(Ofl_desc *ofl, Word ndx, const char *name, Sym *sym)
usr/src/cmd/sgs/liblddbg/common/syms.c
294
Dbg_syms_cap_local(Ofl_desc *ofl, Word ndx, const char *name, Sym *sym,
usr/src/cmd/sgs/liblddbg/common/syms.c
316
Dbg_syms_wrap(Lm_list *lml, Word ndx, const char *orig_name, const char *name)
usr/src/cmd/sgs/liblddbg/common/syms.c
338
Dbg_syms_sec_entry(Lm_list *lml, Word ndx, Sg_desc *sgp, Os_desc *osp)
usr/src/cmd/sgs/liblddbg/common/syms.c
435
Dbg_syms_resolving(Ofl_desc *ofl, Word ndx, const char *name, int row,
usr/src/cmd/sgs/liblddbg/common/syms.c
477
Dbg_syms_copy_reloc(Ofl_desc *ofl, Sym_desc *sdp, Word align)
usr/src/cmd/sgs/liblddbg/common/syms.c
583
Dbg_syminfo_entry(Lm_list *lml, Word ndx, Syminfo *sip, Sym *sym,
usr/src/cmd/sgs/liblddbg/common/syms.c
98
Dbg_syms_ignore_gnuver(Rt_map *lmp, const char *name, Word symndx,
usr/src/cmd/sgs/liblddbg/common/util.c
129
Dbg_util_call_array(Rt_map *lmp, void *addr, int ndx, Word shtype)
usr/src/cmd/sgs/librtld/common/dldump.c
724
shdr->sh_name = (Word)(_shstr - shstr);
usr/src/cmd/sgs/librtld/common/relocate.c
310
Word *ndx;
usr/src/cmd/sgs/librtld/common/syms.c
101
if (alist_append(nodirect, &ndx, sizeof (Word), 20) == 0)
usr/src/cmd/sgs/librtld/common/syms.c
87
Word num, ndx;
usr/src/cmd/sgs/librtld/common/syms.c
91
num = (Word)(shdr->sh_size / shdr->sh_entsize);
usr/src/cmd/sgs/librtld/i386/_relocate.c
121
Word value = reloc->r_value;
usr/src/cmd/sgs/mcs/common/file.c
1559
Word *grpdata, *ngrpdata;
usr/src/cmd/sgs/mcs/common/file.c
1561
Word i, j, num;
usr/src/cmd/sgs/mcs/common/file.c
1574
Word grpcnt;
usr/src/cmd/sgs/mcs/common/file.c
1580
num = (sinfo->shdr).sh_size/sizeof (Word);
usr/src/cmd/sgs/mcs/common/file.c
1582
grpdata = (Word *)(sinfo->data->d_buf);
usr/src/cmd/sgs/mcs/common/file.c
1624
num = (sinfo->shdr).sh_size/sizeof (Word);
usr/src/cmd/sgs/mcs/common/file.c
1642
grpdata = (Word *)(sinfo->data->d_buf);
usr/src/cmd/sgs/mcs/common/file.c
1652
sinfo->mdata->d_size = j * sizeof (Word);
usr/src/cmd/sgs/pvs/common/pvs.c
585
Word ndx;
usr/src/cmd/sgs/pvs/common/pvs.c
97
Word vsd_symn; /* # of symbols in symtab */
usr/src/cmd/sgs/rtld/common/_audit.h
62
Word ac_flags; /* and its associated flags */
usr/src/cmd/sgs/rtld/common/_elf.h
45
extern Rtc_obj *elf_config_ent(const char *, Word, int, const char **);
usr/src/cmd/sgs/rtld/common/_rtld.h
182
Word *c_hashtbl;
usr/src/cmd/sgs/rtld/common/_rtld.h
183
Word *c_hashchain;
usr/src/cmd/sgs/rtld/common/_rtld.h
661
extern void call_array(Addr *, uint_t, Rt_map *, Word);
usr/src/cmd/sgs/rtld/common/_rtld.h
746
extern int procenv_user(APlist *, Word *, Word *);
usr/src/cmd/sgs/rtld/common/_rtld.h
776
extern int rtld_getopt(char **, char ***, auxv_t **, Word *,
usr/src/cmd/sgs/rtld/common/_rtld.h
777
Word *);
usr/src/cmd/sgs/rtld/common/_rtld.h
782
extern Rt_map *setup(char **, auxv_t *, Word, char *, int, char *,
usr/src/cmd/sgs/rtld/common/analyze.c
1365
if ((obj = elf_config_ent(oname, (Word)elf_hash(oname),
usr/src/cmd/sgs/rtld/common/analyze.c
1449
Pdesc *pdp, Word *strhash, int *in_nfavl)
usr/src/cmd/sgs/rtld/common/analyze.c
1481
(Word)elf_hash(pdp->pd_pname), 0, 0);
usr/src/cmd/sgs/rtld/common/analyze.c
1496
*strhash = (Word)elf_hash(oname);
usr/src/cmd/sgs/rtld/common/analyze.c
2008
Word strhash = 0;
usr/src/cmd/sgs/rtld/common/analyze.c
3345
Word used;
usr/src/cmd/sgs/rtld/common/analyze.c
407
Word tracing;
usr/src/cmd/sgs/rtld/common/audit.c
1066
nsym.st_name += (Word)STRTAB(dlmp);
usr/src/cmd/sgs/rtld/common/config_elf.c
381
config->c_hashtbl = (Word *)(head->ch_hash + addr);
usr/src/cmd/sgs/rtld/common/config_elf.c
427
elf_config_ent(const char *name, Word hash, int id, const char **alternate)
usr/src/cmd/sgs/rtld/common/config_elf.c
429
Word bkt, ndx;
usr/src/cmd/sgs/rtld/common/elf.c
1731
Word lmtflags = lml->lm_tflags;
usr/src/cmd/sgs/rtld/common/elf.c
610
Word lmflags = lml->lm_flags;
usr/src/cmd/sgs/rtld/common/elf.c
811
Word tracing = (LIST(clmp)->lm_flags &
usr/src/cmd/sgs/rtld/common/move.c
146
*((Word *)taddr) = (Word)mv->m_value;
usr/src/cmd/sgs/rtld/common/paths.c
1113
Word tracing;
usr/src/cmd/sgs/rtld/common/setup.c
193
setup(char **envp, auxv_t *auxv, Word _flags, char *_platform, int _syspagsz,
usr/src/cmd/sgs/rtld/common/setup.c
204
Word lmflags;
usr/src/cmd/sgs/rtld/common/setup.c
94
Word lmflags = lml_main.lm_flags;
usr/src/cmd/sgs/rtld/common/tsort.c
250
Word tracing = lml->lm_flags & LML_FLG_TRC_ENABLE;
usr/src/cmd/sgs/rtld/common/tsort.c
668
Word init = lml->lm_flags & LML_FLG_TRC_INIT;
usr/src/cmd/sgs/rtld/common/tsort.c
97
Word lmflags = lml->lm_flags;
usr/src/cmd/sgs/rtld/common/tsort.c
98
Word init, unref;
usr/src/cmd/sgs/rtld/common/util.c
1452
ld_generic_env(const char *s1, size_t len, const char *s2, Word *lmflags,
usr/src/cmd/sgs/rtld/common/util.c
1453
Word *lmtflags, uint_t env_flags)
usr/src/cmd/sgs/rtld/common/util.c
1458
Word val = 0;
usr/src/cmd/sgs/rtld/common/util.c
2125
ld_flags_env(const char *str, Word *lmflags, Word *lmtflags,
usr/src/cmd/sgs/rtld/common/util.c
2219
rtld_getopt(char **argv, char ***envp, auxv_t **auxv, Word *lmflags,
usr/src/cmd/sgs/rtld/common/util.c
2220
Word *lmtflags)
usr/src/cmd/sgs/rtld/common/util.c
2280
ld_str_env(const char *s1, Word *lmflags, Word *lmtflags, uint_t env_flags)
usr/src/cmd/sgs/rtld/common/util.c
2419
procenv_user(APlist *ealp, Word *lmflags, Word *lmtflags)
usr/src/cmd/sgs/rtld/common/util.c
2471
Word *lmflags = &(lml_main.lm_flags);
usr/src/cmd/sgs/rtld/common/util.c
2472
Word *lmtflags = &(lml_main.lm_tflags);
usr/src/cmd/sgs/rtld/common/util.c
3227
is_path_used(Lm_list *lml, Word unref, int *nl, Alist *alp, const char *obj)
usr/src/cmd/sgs/rtld/common/util.c
3296
Word unref, unuse;
usr/src/cmd/sgs/rtld/common/util.c
659
call_array(Addr *array, uint_t arraysz, Rt_map *lmp, Word shtype)
usr/src/cmd/sgs/rtld/i386/i386_elf.c
128
Word symvalue;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
140
symvalue = (Word)dyndata;
usr/src/cmd/sgs/rtld/i386/i386_elf.c
169
symp->st_name += (Word)STRTAB(dlmp);
usr/src/cmd/sgs/rtld/i386/i386_elf.c
868
(Word *)&value, name, NAME(lmp), LIST(lmp)) == 0)
usr/src/cmd/sgs/rtld/i386/i386_elf.c
971
rel.r_info = (Word)R_386_COPY;
usr/src/cmd/sgs/rtld/sparc/sparc_elf.c
323
symp->st_name += (Word)STRTAB(dlmp);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
1320
value += (Word)ELF_R_TYPE_DATA(rel->r_info);
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
275
sizeof (Word) + /* symndx */
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
276
sizeof (Word) + /* sb_flags */
usr/src/cmd/sgs/rtld/sparcv9/sparc_elf.c
447
*(Word *)dyndata = symndx;
usr/src/lib/libproc/common/Psymtab_machelf32.c
262
Word hnchains = 0, hnbuckets = 0;
usr/src/lib/libproc/common/Psymtab_machelf32.c
358
Word hash[2];
usr/src/uts/common/exec/elf/elf.c
1616
note.nhdr.n_descsz = roundup(descsz, sizeof (Word));
usr/src/uts/common/exec/elf/elf.c
2234
phdr[0].p_offset = doffset = roundup(doffset, sizeof (Word));
usr/src/uts/common/exec/elf/elf.c
2238
phdr[1].p_offset = doffset = roundup(doffset, sizeof (Word));
usr/src/uts/common/exec/elf/elf.c
2348
doffset = roundup(doffset, sizeof (Word));
usr/src/uts/common/exec/elf/elf_notes.c
100
+ roundup(sizeof (psinfo_t), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
101
+ roundup(sizeof (pstatus_t), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
102
+ roundup(prgetprivsize(), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
103
+ roundup(priv_get_implinfo_size(), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
104
+ roundup(strlen(platform) + 1, sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
105
+ roundup(strlen(p->p_zone->zone_name) + 1, sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
106
+ roundup(__KERN_NAUXV_IMPL * sizeof (aux_entry_t), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
107
+ roundup(sizeof (utsname), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
108
+ roundup(sizeof (core_content_t), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
109
+ roundup(sizeof (prsecflags_t), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
110
+ roundup(sizeof (prcwd_t), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
111
+ (nlwp + nzomb) * roundup(sizeof (lwpsinfo_t), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
112
+ nlwp * roundup(sizeof (lwpstatus_t), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
113
+ nlwp * roundup(sizeof (prlwpname_t), sizeof (Word))
usr/src/uts/common/exec/elf/elf_notes.c
114
+ nfd * roundup(sizeof (prfdinfo_core_t), sizeof (Word));
usr/src/uts/common/exec/elf/elf_notes.c
118
roundup(sizeof (psinfo_t), sizeof (Word));
usr/src/uts/common/exec/elf/elf_notes.c
126
sizeof (gid_t) * (pcrp->pr_ngroups - 1), sizeof (Word));
usr/src/uts/common/exec/elf/elf_notes.c
129
roundup(sizeof (prcred_t), sizeof (Word));
usr/src/uts/common/exec/elf/elf_notes.c
139
v[0].p_filesz += sizeof (Note) + roundup(size, sizeof (Word));
usr/src/uts/common/exec/elf/elf_notes.c
144
+ nlwp * roundup(size, sizeof (Word));
usr/src/uts/common/exec/elf/elf_notes.c
158
roundup(size, sizeof (Word));
usr/src/uts/common/exec/elf/elf_notes.c
167
+ nlwp * roundup(sizeof (asrset_t), sizeof (Word));
usr/src/uts/common/exec/elf/elf_notes.c
173
roundup(sizeof (prupanic_t), sizeof (Word));
usr/src/uts/common/exec/elf/old_notes.c
74
+ roundup(sizeof (prpsinfo_t), sizeof (Word))
usr/src/uts/common/exec/elf/old_notes.c
75
+ roundup(strlen(platform) + 1, sizeof (Word))
usr/src/uts/common/exec/elf/old_notes.c
77
sizeof (Word))
usr/src/uts/common/exec/elf/old_notes.c
78
+ nlwp * roundup(sizeof (prstatus_t), sizeof (Word));
usr/src/uts/common/exec/elf/old_notes.c
81
nlwp * roundup(sizeof (prfpregset_t), sizeof (Word));
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_init.c
266
mpt->m_fwversion = ddi_get32(accessp, &factsreply->FWVersion.Word);
usr/src/uts/common/krtld/kobj.c
1235
Word relasz = 0, relaent = 0;
usr/src/uts/common/krtld/reloc.h
219
extern const char *conv_reloc_amd64_type(Word);
usr/src/uts/common/krtld/reloc.h
224
extern const char *conv_reloc_386_type(Word);
usr/src/uts/common/krtld/reloc.h
229
extern const char *conv_reloc_SPARC_type(Word);
usr/src/uts/common/krtld/reloc_defs.h
46
Word re_flags; /* relocation attributes */
usr/src/uts/common/os/ksyms_snapshot.c
157
hdr.text_phdr.p_memsz = (Word)(e_text - s_text);
usr/src/uts/common/os/ksyms_snapshot.c
162
hdr.data_phdr.p_memsz = (Word)(e_data - s_data);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1386
uint32_t Word[16]; /* 64 bytes */
usr/src/uts/common/sys/mpt/mpi.h
228
uint32_t Word;
usr/src/uts/common/sys/mpt/mpi_ioc.h
103
uint32_t Word;
usr/src/uts/common/sys/scsi/adapters/mpi/mpi2.h
899
U32 Word;
usr/src/uts/common/sys/scsi/adapters/mpi/mpi2_raid.h
173
U32 Word;
usr/src/uts/common/sys/scsi/adapters/mpi/mpi2_raid.h
372
U32 Word[6];
usr/src/uts/intel/amd64/krtld/doreloc.c
306
*((Word *)off) += *value;
usr/src/uts/intel/amd64/krtld/doreloc.c
309
Word v;
usr/src/uts/intel/amd64/krtld/kobj_convrelstr.c
86
conv_reloc_amd64_type(Word type)
usr/src/uts/intel/amd64/krtld/kobj_convrelstr.c
98
} while ((ndx >= (int)0) && (type > (Word)0));
usr/src/uts/intel/ia32/krtld/doreloc.c
267
Word v;
usr/src/uts/sparc/krtld/doreloc.c
485
FETCH(Word);
usr/src/uts/sparc/krtld/doreloc.c
656
STORE(Word);
usr/src/uts/sparc/krtld/kobj_convrelstr.c
100
} while ((ndx >= (int)0) && (type > (Word)0));
usr/src/uts/sparc/krtld/kobj_convrelstr.c
88
conv_reloc_SPARC_type(Word type)
usr/src/uts/sparc/krtld/kobj_reloc.c
110
Word stndx;
usr/src/uts/sparc/krtld/kobj_reloc.c
251
(Word) ELF_R_TYPE_DATA(((Rela *)reladdr)->r_info);