Lines Matching defs:sec
288 struct section *sec = &secs[i]; in sym_lookup() local
451 struct section *sec = &secs[i]; in read_shdrs() local
475 struct section *sec = &secs[i]; in read_strtabs() local
501 struct section *sec = &secs[i]; in read_symtabs() local
562 struct section *sec = &secs[i]; in read_relocs() local
605 struct section *sec = &secs[i]; in print_absolute_symbols() local
643 struct section *sec = &secs[i]; in print_absolute_relocs() local
721 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
731 struct section *sec = &secs[i]; in walk_relocs() local
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()
1147 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()