Elf_Rel 28 arch/mips/boot/tools/relocs.c Elf_Rel *reltab; Elf_Rel 385 arch/mips/boot/tools/relocs.c for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { Elf_Rel 386 arch/mips/boot/tools/relocs.c Elf_Rel *rel = &sec->reltab[j]; Elf_Rel 467 arch/mips/boot/tools/relocs.c static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, Elf_Rel 490 arch/mips/boot/tools/relocs.c for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { Elf_Rel 491 arch/mips/boot/tools/relocs.c Elf_Rel *rel = &sec->reltab[j]; Elf_Rel 500 arch/mips/boot/tools/relocs.c static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, Elf_Rel 636 arch/mips/boot/tools/relocs.c static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, Elf_Rel 35 arch/x86/tools/relocs.c Elf_Rel *reltab; Elf_Rel 523 arch/x86/tools/relocs.c for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { Elf_Rel 524 arch/x86/tools/relocs.c Elf_Rel *rel = &sec->reltab[j]; Elf_Rel 601 arch/x86/tools/relocs.c for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { Elf_Rel 602 arch/x86/tools/relocs.c Elf_Rel *rel; Elf_Rel 664 arch/x86/tools/relocs.c static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, Elf_Rel 686 arch/x86/tools/relocs.c for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { Elf_Rel 687 arch/x86/tools/relocs.c Elf_Rel *rel = &sec->reltab[j]; Elf_Rel 769 arch/x86/tools/relocs.c static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, Elf_Rel 859 arch/x86/tools/relocs.c static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, Elf_Rel 902 arch/x86/tools/relocs.c static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, Elf_Rel 1004 arch/x86/tools/relocs.c int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, Elf_Rel 1084 arch/x86/tools/relocs.c static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, Elf_Rel 1910 scripts/mod/modpost.c Elf_Rel *rel; Elf_Rel 1915 scripts/mod/modpost.c Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; Elf_Rel 1916 scripts/mod/modpost.c Elf_Rel *stop = (void *)start + sechdr->sh_size; Elf_Rel 122 scripts/recordmcount.h static int fn_is_fake_mcount(Elf_Rel const *rp) Elf_Rel 126 scripts/recordmcount.h static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount; Elf_Rel 128 scripts/recordmcount.h static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) Elf_Rel 132 scripts/recordmcount.h static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM; Elf_Rel 134 scripts/recordmcount.h static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) Elf_Rel 138 scripts/recordmcount.h static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO; Elf_Rel 163 scripts/recordmcount.h static int MIPS_is_fake_mcount(Elf_Rel const *rp) Elf_Rel 181 scripts/recordmcount.h Elf_Rel const *const mrel0, Elf_Rel 182 scripts/recordmcount.h Elf_Rel const *const mrelp, Elf_Rel 267 scripts/recordmcount.h Elf_Rel const *relp, Elf_Rel 292 scripts/recordmcount.h Elf_Rel const **relp) Elf_Rel 299 scripts/recordmcount.h Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) Elf_Rel 318 scripts/recordmcount.h Elf_Rel **const mrelpp, Elf_Rel 326 scripts/recordmcount.h Elf_Rel *mrelp = *mrelpp; Elf_Rel 329 scripts/recordmcount.h Elf_Rel const *relp; Elf_Rel 354 scripts/recordmcount.h mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); Elf_Rel 356 scripts/recordmcount.h relp = (Elf_Rel const *)(rel_entsize + (void *)relp); Elf_Rel 375 scripts/recordmcount.h Elf_Rel const *relp; Elf_Rel 409 scripts/recordmcount.h Elf_Rel rel; Elf_Rel 410 scripts/recordmcount.h rel = *(Elf_Rel *)relp; Elf_Rel 417 scripts/recordmcount.h relp = (Elf_Rel const *)(rel_entsize + (void *)relp); Elf_Rel 537 scripts/recordmcount.h Elf_Rel * mrel0; Elf_Rel 538 scripts/recordmcount.h Elf_Rel * mrelp; Elf_Rel 103 scripts/sortextable.h Elf_Rel *relocs = NULL;