Symbol: Elf_Rel
arch/mips/boot/tools/relocs.c
28
Elf_Rel *reltab;
arch/mips/boot/tools/relocs.c
386
for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
arch/mips/boot/tools/relocs.c
387
Elf_Rel *rel = &sec->reltab[j];
arch/mips/boot/tools/relocs.c
468
static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel,
arch/mips/boot/tools/relocs.c
496
for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
arch/mips/boot/tools/relocs.c
497
Elf_Rel *rel = &sec->reltab[j];
arch/mips/boot/tools/relocs.c
506
static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym,
arch/mips/boot/tools/relocs.c
643
static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,
arch/s390/tools/relocs.c
239
for (j = 0; j < sec->shdr.sh_size / sizeof(Elf_Rel); j++) {
arch/s390/tools/relocs.c
240
Elf_Rel *rel = &sec->reltab[j];
arch/s390/tools/relocs.c
266
static int do_reloc(struct section *sec, Elf_Rel *rel)
arch/s390/tools/relocs.c
310
for (j = 0; j < sec->shdr.sh_size / sizeof(Elf_Rel); j++) {
arch/s390/tools/relocs.c
311
Elf_Rel *rel = &sec->reltab[j];
arch/s390/tools/relocs.c
57
Elf_Rel *reltab;
arch/x86/tools/relocs.c
1028
static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,
arch/x86/tools/relocs.c
48
Elf_Rel *reltab;
arch/x86/tools/relocs.c
541
for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
arch/x86/tools/relocs.c
542
Elf_Rel *rel = &sec->reltab[j];
arch/x86/tools/relocs.c
634
for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
arch/x86/tools/relocs.c
635
Elf_Rel *rel;
arch/x86/tools/relocs.c
696
static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel,
arch/x86/tools/relocs.c
728
for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
arch/x86/tools/relocs.c
729
Elf_Rel *rel = &sec->reltab[j];
arch/x86/tools/relocs.c
740
static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,
arch/x86/tools/relocs.c
811
static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym,
arch/x86/tools/relocs.c
854
static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname)
arch/x86/tools/relocs.c
957
int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname);
scripts/mod/modpost.c
1384
const Elf_Rel *start, const Elf_Rel *stop)
scripts/mod/modpost.c
1386
const Elf_Rel *rel;
scripts/recordmcount.h
137
static int fn_is_fake_mcount(Elf_Rel const *rp)
scripts/recordmcount.h
141
static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;
scripts/recordmcount.h
143
static uint_t fn_ELF_R_SYM(Elf_Rel const *rp)
scripts/recordmcount.h
147
static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
scripts/recordmcount.h
149
static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type)
scripts/recordmcount.h
153
static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
scripts/recordmcount.h
178
static int MIPS_is_fake_mcount(Elf_Rel const *rp)
scripts/recordmcount.h
262
Elf_Rel const *const mrel0,
scripts/recordmcount.h
263
Elf_Rel const *const mrelp,
scripts/recordmcount.h
351
Elf_Rel const *relp,
scripts/recordmcount.h
376
Elf_Rel const **relp)
scripts/recordmcount.h
383
Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset)
scripts/recordmcount.h
402
Elf_Rel **const mrelpp,
scripts/recordmcount.h
410
Elf_Rel *mrelp = *mrelpp;
scripts/recordmcount.h
413
Elf_Rel const *relp;
scripts/recordmcount.h
438
mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp);
scripts/recordmcount.h
440
relp = (Elf_Rel const *)(rel_entsize + (void *)relp);
scripts/recordmcount.h
459
Elf_Rel const *relp;
scripts/recordmcount.h
493
Elf_Rel rel;
scripts/recordmcount.h
494
rel = *(Elf_Rel *)relp;
scripts/recordmcount.h
501
relp = (Elf_Rel const *)(rel_entsize + (void *)relp);
scripts/recordmcount.h
625
Elf_Rel * mrel0;
scripts/recordmcount.h
626
Elf_Rel * mrelp;