Lines Matching defs:sec
273 struct section *sec = &secs[i]; in sym_lookup() local
405 struct section *sec = &secs[i]; in read_shdrs() local
429 struct section *sec = &secs[i]; in read_strtabs() local
454 struct section *sec = &secs[i]; in read_symtabs() local
487 struct section *sec = &secs[i]; in read_relocs() local
530 struct section *sec = &secs[i]; in print_absolute_symbols() local
568 struct section *sec = &secs[i]; in print_absolute_relocs() local
646 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
656 struct section *sec = &secs[i]; in walk_relocs() local
751 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
832 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
875 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc_real()
1057 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()