Lines Matching refs:Elf_Rel
33 Elf_Rel *reltab;
506 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
507 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
584 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs()
585 Elf_Rel *rel; in print_absolute_relocs()
647 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
669 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
670 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
752 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
833 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
876 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc_real()
978 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs()
1058 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()