Lines Matching refs:Elf_Rel
43 Elf_Rel *reltab;
580 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
581 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
658 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs()
659 Elf_Rel *rel; in print_absolute_relocs()
721 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
743 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
744 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
828 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
918 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
963 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc_real()
1067 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs()
1147 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()