Lines Matching refs:rel_entsize
184 unsigned int const rel_entsize, in append_func() argument
189 char const *mc_name = (sizeof(Elf_Rela) == rel_entsize) in append_func()
218 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func()
232 mcsec.sh_type = (sizeof(Elf_Rela) == rel_entsize) in append_func()
242 mcsec.sh_entsize = _w(rel_entsize); in append_func()
318 unsigned rel_entsize = _w(relhdr->sh_entsize); in sift_rel_mcount() local
319 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in sift_rel_mcount()
335 if (rel_entsize == sizeof(Elf_Rela)) { in sift_rel_mcount()
341 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); in sift_rel_mcount()
343 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in sift_rel_mcount()
364 unsigned rel_entsize = _w(relhdr->sh_entsize); in nop_mcount() local
365 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize; in nop_mcount()
402 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in nop_mcount()
524 unsigned rel_entsize = 0; in do_func() local
537 rel_entsize = _w(relhdr->sh_entsize); in do_func()
551 rel_entsize, symsec_sh_link); in do_func()