Home
last modified time | relevance | path

Searched refs:rel_entsize (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
A Drecordmcount.h264 unsigned int const rel_entsize, in append_func() argument
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
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
631 unsigned rel_entsize = 0; in do_func() local
675 rel_entsize = _w(relhdr->sh_entsize); in do_func()
[all …]

Completed in 4 milliseconds