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

/linux-master/scripts/
H A Drecordmcount.h264 unsigned int const rel_entsize,
269 char const *mc_name = (sizeof(Elf_Rela) == rel_entsize)
307 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel")
322 mcsec.sh_type = (sizeof(Elf_Rela) == rel_entsize)
332 mcsec.sh_entsize = _w(rel_entsize);
414 unsigned rel_entsize = _w(relhdr->sh_entsize); local
415 unsigned const nrel = _w(relhdr->sh_size) / rel_entsize;
432 if (rel_entsize == sizeof(Elf_Rela)) {
438 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp);
440 relp = (Elf_Rel const *)(rel_entsize
258 append_func(Elf_Ehdr *const ehdr, Elf_Shdr *const shstr, uint_t const *const mloc0, uint_t const *const mlocp, Elf_Rel const *const mrel0, Elf_Rel const *const mrelp, unsigned int const rel_entsize, unsigned int const symsec_sh_link) argument
461 unsigned rel_entsize = _w(relhdr->sh_entsize); local
631 unsigned rel_entsize = 0; local
[all...]

Completed in 161 milliseconds