Lines Matching refs:Elf_Rel
32 Elf_Rel *reltab;
504 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
505 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
582 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs()
583 Elf_Rel *rel; in print_absolute_relocs()
645 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
667 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
668 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
750 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
828 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
871 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc_real()
973 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs()
1052 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()