Lines Matching refs:rel_entsize
259 unsigned int const rel_entsize, in append_func() argument
264 char const *mc_name = (sizeof(Elf_Rela) == rel_entsize) in append_func()
302 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()
317 mcsec.sh_type = (sizeof(Elf_Rela) == rel_entsize) in append_func()
327 mcsec.sh_entsize = _w(rel_entsize); in append_func()
409 unsigned rel_entsize = _w(relhdr->sh_entsize); in sift_rel_mcount() local
410 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in sift_rel_mcount()
427 if (rel_entsize == sizeof(Elf_Rela)) { in sift_rel_mcount()
433 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); in sift_rel_mcount()
435 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in sift_rel_mcount()
456 unsigned rel_entsize = _w(relhdr->sh_entsize); in nop_mcount() local
457 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in nop_mcount()
496 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in nop_mcount()
626 unsigned rel_entsize = 0; in do_func() local
670 rel_entsize = _w(relhdr->sh_entsize); in do_func()
687 rel_entsize, symsec_sh_link); in do_func()