• Home
  • Raw
  • Download

Lines Matching refs:Elf32_Word

428     Elf32_Word idx;		/* Index in new file.  */  in handle_elf()
429 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf()
430 Elf32_Word symtab_idx; in handle_elf()
431 Elf32_Word version_idx; in handle_elf()
432 Elf32_Word group_idx; in handle_elf()
433 Elf32_Word group_cnt; in handle_elf()
436 Elf32_Word *newsymidx; in handle_elf()
669 || shdr_info[cnt].data->d_size < sizeof (Elf32_Word)) in handle_elf()
673 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
676 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
742 && shdr_info[idx].data->d_size >= sizeof (Elf32_Word)); in handle_elf()
747 bool is_comdat = (((Elf32_Word *) shdr_info[idx].data->d_buf)[0] in handle_elf()
793 Elf32_Word *grpref; in handle_elf()
794 grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
796 in < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
856 Elf32_Word xndx; in handle_elf()
1215 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1217 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
1270 elf_assert ((versiondata->d_size / sizeof (Elf32_Word)) in handle_elf()
1290 = (Elf32_Word *) xcalloc (shdr_info[cnt].data->d_size in handle_elf()
1291 / elsize, sizeof (Elf32_Word)); in handle_elf()
1300 Elf32_Word sec; in handle_elf()
1302 Elf32_Word xshndx; in handle_elf()
1349 Elf32_Word nxshndx; in handle_elf()
1464 const Elf32_Word symtabidx = shdr_info[cnt].old_sh_link; in handle_elf()
1466 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx; in handle_elf()
1498 const Elf32_Word symidxn = (shdr_info[symtabidx].data->d_size in handle_elf()
1561 if (shdr_info[cnt].shdr.sh_entsize == sizeof (Elf32_Word)) in handle_elf()
1564 elf_assert (hashd->d_size >= 2 * sizeof (Elf32_Word)); in handle_elf()
1565 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; in handle_elf()
1570 Elf32_Word nchain = bucket[1]; in handle_elf()
1571 Elf32_Word nbucket = bucket[0]; in handle_elf()
1573 * sizeof (Elf32_Word)); in handle_elf()
1580 Elf32_Word *chain = bucket + nbucket; in handle_elf()
1584 * sizeof (Elf32_Word)); in handle_elf()
1592 * sizeof (Elf32_Word)); in handle_elf()
1698 const Elf32_Word syms = (shdr_info[symtabidx].data->d_size / symz); in handle_elf()
1709 Elf32_Word vers = verd->d_size / elsize; in handle_elf()
1738 const Elf32_Word symn = (shdr_info[symtabidx].data->d_size in handle_elf()
1827 Elf32_Word xndx; in handle_elf()
1831 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in handle_elf()