Lines Matching refs:rel_entsize
183 unsigned int const rel_entsize, in append_func() argument
188 char const *mc_name = (sizeof(Elf_Rela) == rel_entsize) in append_func()
222 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()
237 mcsec.sh_type = (sizeof(Elf_Rela) == rel_entsize) in append_func()
247 mcsec.sh_entsize = _w(rel_entsize); in append_func()
330 unsigned rel_entsize = _w(relhdr->sh_entsize); in sift_rel_mcount() local
331 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in sift_rel_mcount()
348 if (rel_entsize == sizeof(Elf_Rela)) { in sift_rel_mcount()
354 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); in sift_rel_mcount()
356 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in sift_rel_mcount()
377 unsigned rel_entsize = _w(relhdr->sh_entsize); in nop_mcount() local
378 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in nop_mcount()
417 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in nop_mcount()
543 unsigned rel_entsize = 0; in do_func() local
584 rel_entsize = _w(relhdr->sh_entsize); in do_func()
601 rel_entsize, symsec_sh_link); in do_func()