Lines Matching refs:Elf_Rel
48 Elf_Rel *reltab;
541 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
542 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
634 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs()
635 Elf_Rel *rel; in print_absolute_relocs()
696 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
728 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
729 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
740 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
817 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
860 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname) in do_reloc_real()
963 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname); in emit_relocs()
1034 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()