Lines Matching refs:rel_entsize
264 unsigned int const rel_entsize, in append_func() argument
269 char const *mc_name = (sizeof(Elf_Rela) == rel_entsize) in append_func()
307 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()
322 mcsec.sh_type = (sizeof(Elf_Rela) == rel_entsize) in append_func()
332 mcsec.sh_entsize = _w(rel_entsize); in append_func()
414 unsigned rel_entsize = _w(relhdr->sh_entsize); in sift_rel_mcount() local
415 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in sift_rel_mcount()
432 if (rel_entsize == sizeof(Elf_Rela)) { in sift_rel_mcount()
438 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); in sift_rel_mcount()
440 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in sift_rel_mcount()
461 unsigned rel_entsize = _w(relhdr->sh_entsize); in nop_mcount() local
462 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in nop_mcount()
501 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in nop_mcount()
631 unsigned rel_entsize = 0; in do_func() local
675 rel_entsize = _w(relhdr->sh_entsize); in do_func()
692 rel_entsize, symsec_sh_link); in do_func()