Lines Matching defs:sec
274 struct section *sec = &secs[i]; in sym_lookup() local
406 struct section *sec = &secs[i]; in read_shdrs() local
430 struct section *sec = &secs[i]; in read_strtabs() local
455 struct section *sec = &secs[i]; in read_symtabs() local
488 struct section *sec = &secs[i]; in read_relocs() local
531 struct section *sec = &secs[i]; in print_absolute_symbols() local
569 struct section *sec = &secs[i]; in print_absolute_relocs() local
647 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
657 struct section *sec = &secs[i]; in walk_relocs() local
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()
1058 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()