Lines Matching refs:Elf_Rel
43 Elf_Rel *reltab;
579 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
580 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
657 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs()
658 Elf_Rel *rel; in print_absolute_relocs()
720 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
742 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
743 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
827 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
917 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
962 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc_real()
1066 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs()
1146 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()