• Home
  • Raw
  • Download

Lines Matching refs:Elf32_Word

382     Elf32_Word idx;		/* Index in new file.  */  in handle_elf()
383 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf()
384 Elf32_Word symtab_idx; in handle_elf()
385 Elf32_Word version_idx; in handle_elf()
386 Elf32_Word group_idx; in handle_elf()
387 Elf32_Word group_cnt; in handle_elf()
390 Elf32_Word *newsymidx; in handle_elf()
595 Elf32_Word *grpref; in handle_elf()
605 grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
607 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
671 is_comdat = (((Elf32_Word *) shdr_info[idx].data->d_buf)[0] in handle_elf()
756 Elf32_Word xndx; in handle_elf()
1081 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf()
1083 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
1134 assert ((versiondata->d_size / sizeof (Elf32_Word)) in handle_elf()
1152 = (Elf32_Word *) xcalloc (shdr_info[cnt].data->d_size in handle_elf()
1153 / elsize, sizeof (Elf32_Word)); in handle_elf()
1162 Elf32_Word sec; in handle_elf()
1164 Elf32_Word xshndx; in handle_elf()
1210 Elf32_Word nxshndx; in handle_elf()
1301 Elf32_Word *newsymidx in handle_elf()
1350 Elf32_Word symtabidx = shdr_info[cnt].old_sh_link; in handle_elf()
1370 if (shdr_info[cnt].shdr.sh_entsize == sizeof (Elf32_Word)) in handle_elf()
1373 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; in handle_elf()
1388 Elf32_Word nbucket = bucket[0]; in handle_elf()
1390 Elf32_Word *chain = bucket + nbucket; in handle_elf()
1397 * sizeof (Elf32_Word); in handle_elf()
1403 * sizeof (Elf32_Word)); in handle_elf()
1504 Elf32_Word symtabidx = shdr_info[cnt].old_sh_link; in handle_elf()
1534 Elf32_Word *newsymidx = shdr_info[symtabidx].newsymidx; in handle_elf()