Lines Matching defs:sec
287 struct section *sec = &secs[i]; in sym_lookup() local
450 struct section *sec = &secs[i]; in read_shdrs() local
474 struct section *sec = &secs[i]; in read_strtabs() local
500 struct section *sec = &secs[i]; in read_symtabs() local
561 struct section *sec = &secs[i]; in read_relocs() local
604 struct section *sec = &secs[i]; in print_absolute_symbols() local
642 struct section *sec = &secs[i]; in print_absolute_relocs() local
720 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
730 struct section *sec = &secs[i]; in walk_relocs() local
827 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
917 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
962 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc_real()
1146 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()