Lines Matching refs:Elf32_Word
689 Elf32_Word xndx; in remove_debug_relocations()
695 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in remove_debug_relocations()
1002 Elf32_Word idx; /* Index in new file. */ in handle_elf()
1003 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf()
1004 Elf32_Word symtab_idx; in handle_elf()
1005 Elf32_Word version_idx; in handle_elf()
1006 Elf32_Word group_idx; in handle_elf()
1007 Elf32_Word group_cnt; in handle_elf()
1010 Elf32_Word *newsymidx; in handle_elf()
1305 || shdr_info[cnt].data->d_size < sizeof (Elf32_Word)) in handle_elf()
1309 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1312 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
1390 && shdr_info[idx].data->d_size >= sizeof (Elf32_Word)); in handle_elf()
1395 bool is_comdat = (((Elf32_Word *) shdr_info[idx].data->d_buf)[0] in handle_elf()
1441 Elf32_Word *grpref; in handle_elf()
1442 grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1444 in < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
1504 Elf32_Word xndx; in handle_elf()
1902 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1906 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
1961 && ((shndxdata->d_size / sizeof (Elf32_Word)) in handle_elf()
1982 sizeof (Elf32_Word)); in handle_elf()
1991 Elf32_Word sec; in handle_elf()
1993 Elf32_Word xshndx; in handle_elf()
2038 Elf32_Word nxshndx; in handle_elf()
2188 const Elf32_Word symtabidx = info->old_sh_link; in handle_elf()
2190 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx; in handle_elf()
2215 const Elf32_Word symidxn = (shdr_info[symtabidx].data->d_size in handle_elf()
2275 if (info->shdr.sh_entsize == sizeof (Elf32_Word)) in handle_elf()
2278 elf_assert (hashd->d_size >= 2 * sizeof (Elf32_Word)); in handle_elf()
2279 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; in handle_elf()
2284 Elf32_Word nchain = bucket[1]; in handle_elf()
2285 Elf32_Word nbucket = bucket[0]; in handle_elf()
2287 * sizeof (Elf32_Word)); in handle_elf()
2294 Elf32_Word *chain = bucket + nbucket; in handle_elf()
2298 * sizeof (Elf32_Word)); in handle_elf()
2306 * sizeof (Elf32_Word)); in handle_elf()
2408 const Elf32_Word syms = (shdr_info[symtabidx].data->d_size / symz); in handle_elf()
2419 Elf32_Word vers = verd->d_size / elsize; in handle_elf()
2445 const Elf32_Word symn = (shdr_info[symtabidx].data->d_size in handle_elf()