Elf_Rel          1593 scripts/mod/modpost.c 	Elf_Rel *rel;
Elf_Rel          1598 scripts/mod/modpost.c 	Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset;
Elf_Rel          1599 scripts/mod/modpost.c 	Elf_Rel *stop  = (void *)start + sechdr->sh_size;
Elf_Rel           123 scripts/recordmcount.h static int fn_is_fake_mcount(Elf_Rel const *rp)
Elf_Rel           127 scripts/recordmcount.h static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;
Elf_Rel           129 scripts/recordmcount.h static uint_t fn_ELF_R_SYM(Elf_Rel const *rp)
Elf_Rel           133 scripts/recordmcount.h static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
Elf_Rel           135 scripts/recordmcount.h static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type)
Elf_Rel           139 scripts/recordmcount.h static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
Elf_Rel           164 scripts/recordmcount.h static int MIPS_is_fake_mcount(Elf_Rel const *rp)
Elf_Rel           182 scripts/recordmcount.h 			Elf_Rel const *const mrel0,
Elf_Rel           183 scripts/recordmcount.h 			Elf_Rel const *const mrelp,
Elf_Rel           255 scripts/recordmcount.h 			      Elf_Rel const *relp,
Elf_Rel           280 scripts/recordmcount.h 				 Elf_Rel const **relp)
Elf_Rel           287 scripts/recordmcount.h 	Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset)
Elf_Rel           306 scripts/recordmcount.h 			       Elf_Rel **const mrelpp,
Elf_Rel           314 scripts/recordmcount.h 	Elf_Rel *mrelp = *mrelpp;
Elf_Rel           317 scripts/recordmcount.h 	Elf_Rel const *relp;
Elf_Rel           341 scripts/recordmcount.h 			mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp);
Elf_Rel           343 scripts/recordmcount.h 		relp = (Elf_Rel const *)(rel_entsize + (void *)relp);
Elf_Rel           362 scripts/recordmcount.h 	Elf_Rel const *relp;
Elf_Rel           396 scripts/recordmcount.h 			Elf_Rel rel;
Elf_Rel           397 scripts/recordmcount.h 			rel = *(Elf_Rel *)relp;
Elf_Rel           402 scripts/recordmcount.h 		relp = (Elf_Rel const *)(rel_entsize + (void *)relp);
Elf_Rel           517 scripts/recordmcount.h 	Elf_Rel *const mrel0 = umalloc(totrelsz);
Elf_Rel           518 scripts/recordmcount.h 	Elf_Rel *      mrelp = mrel0;
Elf_Rel           105 scripts/sortextable.h 	Elf_Rel *relocs = NULL;