Lines Matching defs:sec
278 struct section *sec = &secs[i]; in sym_lookup() local
424 struct section *sec = &secs[i]; in read_shdrs() local
448 struct section *sec = &secs[i]; in read_strtabs() local
473 struct section *sec = &secs[i]; in read_symtabs() local
506 struct section *sec = &secs[i]; in read_relocs() local
549 struct section *sec = &secs[i]; in print_absolute_symbols() local
587 struct section *sec = &secs[i]; in print_absolute_relocs() local
665 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
675 struct section *sec = &secs[i]; in walk_relocs() local
770 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
866 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
911 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc_real()
1095 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()