Lines Matching defs:sec
424 struct section *sec = &secs[i]; in read_shdrs() local
450 struct section *sec = &secs[i]; in read_strtabs() local
472 struct section *sec = &secs[i]; in read_symtabs() local
526 struct section *sec = &secs[i]; in read_relocs() local
568 struct section *sec = &secs[i]; in print_absolute_symbols() local
609 struct section *sec = &secs[i]; in print_absolute_relocs() local
696 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
707 struct section *sec = &secs[i]; in walk_relocs() local
740 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
817 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
860 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname) in do_reloc_real()
1034 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()