Lines Matching defs:sec
292 struct section *sec = &secs[i]; in sym_lookup() local
449 struct section *sec = &secs[i]; in read_shdrs() local
475 struct section *sec = &secs[i]; in read_strtabs() local
497 struct section *sec = &secs[i]; in read_symtabs() local
551 struct section *sec = &secs[i]; in read_relocs() local
593 struct section *sec = &secs[i]; in print_absolute_symbols() local
634 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()
732 struct section *sec = &secs[i]; in walk_relocs() local
841 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
928 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
971 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname) in do_reloc_real()
1152 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()