Searched refs:relsize (Results 1 – 2 of 2) sorted by relevance
2607 Xword relndx, relnum, relsize; in reloc() local2625 if (((relsize = shdr->sh_entsize) == 0) || in reloc()2626 (relsize > shdr->sh_size)) { in reloc()2628 relsize = sizeof (Rela); in reloc()2630 relsize = sizeof (Rel); in reloc()2645 relnum = shdr->sh_size / relsize; in reloc()2665 rels = (void *)((char *)rels + relsize)) { in reloc()4270 Xword relndx, relnum, relsize; in got() local4294 if (((relsize = shdr->sh_entsize) == 0) || in got()4295 (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()