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
729 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
739 struct section *sec = &secs[i]; in walk_relocs() local
845 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
935 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
980 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc_real()
1164 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()