Searched refs:relsize (Results 1 – 2 of 2) sorted by relevance
2603 Xword relndx, relnum, relsize; in reloc() local2621 if (((relsize = shdr->sh_entsize) == 0) || in reloc()2622 (relsize > shdr->sh_size)) { in reloc()2624 relsize = sizeof (Rela); in reloc()2626 relsize = sizeof (Rel); in reloc()2641 relnum = shdr->sh_size / relsize; in reloc()2661 rels = (void *)((char *)rels + relsize)) { in reloc()4266 Xword relndx, relnum, relsize; in got() local4290 if (((relsize = shdr->sh_entsize) == 0) || in got()4291 (relsize > shdr->sh_size)) { in got()[all …]
2434 Word relsize; in make_reloc() local2440 relsize = sizeof (Rel); in make_reloc()2444 relsize = sizeof (Rela); in make_reloc()2457 size = (ofl->ofl_reloccnt - ofl->ofl_reloccntsub) * relsize; in make_reloc()