rel_entsize       183 scripts/recordmcount.h 			unsigned int const rel_entsize,
rel_entsize       188 scripts/recordmcount.h 	char const *mc_name = (sizeof(Elf_Rela) == rel_entsize)
rel_entsize       222 scripts/recordmcount.h 	mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel")
rel_entsize       237 scripts/recordmcount.h 	mcsec.sh_type = (sizeof(Elf_Rela) == rel_entsize)
rel_entsize       247 scripts/recordmcount.h 	mcsec.sh_entsize = _w(rel_entsize);
rel_entsize       330 scripts/recordmcount.h 	unsigned rel_entsize = _w(relhdr->sh_entsize);
rel_entsize       331 scripts/recordmcount.h 	unsigned const nrel = _w(relhdr->sh_size) / rel_entsize;
rel_entsize       348 scripts/recordmcount.h 			if (rel_entsize == sizeof(Elf_Rela)) {
rel_entsize       354 scripts/recordmcount.h 			mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp);
rel_entsize       356 scripts/recordmcount.h 		relp = (Elf_Rel const *)(rel_entsize + (void *)relp);
rel_entsize       377 scripts/recordmcount.h 	unsigned rel_entsize = _w(relhdr->sh_entsize);
rel_entsize       378 scripts/recordmcount.h 	unsigned const nrel = _w(relhdr->sh_size) / rel_entsize;
rel_entsize       417 scripts/recordmcount.h 		relp = (Elf_Rel const *)(rel_entsize + (void *)relp);
rel_entsize       543 scripts/recordmcount.h 	unsigned rel_entsize = 0;
rel_entsize       584 scripts/recordmcount.h 			rel_entsize = _w(relhdr->sh_entsize);
rel_entsize       601 scripts/recordmcount.h 				     rel_entsize, symsec_sh_link);