Lines Matching refs:section
28 struct section { struct
30 struct section *link; argument
35 static struct section *secs; argument
272 struct section *sec = &secs[i]; in sym_lookup()
394 secs = calloc(ehdr.e_shnum, sizeof(struct section)); in read_shdrs()
404 struct section *sec = &secs[i]; in read_shdrs()
428 struct section *sec = &secs[i]; in read_strtabs()
453 struct section *sec = &secs[i]; in read_symtabs()
486 struct section *sec = &secs[i]; in read_relocs()
529 struct section *sec = &secs[i]; in print_absolute_symbols()
567 struct section *sec = &secs[i]; in print_absolute_relocs()
568 struct section *sec_applies, *sec_symtab; in print_absolute_relocs()
645 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
653 struct section *sec_applies, *sec_symtab; in walk_relocs()
655 struct section *sec = &secs[i]; in walk_relocs()
750 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
828 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32()
871 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc_real()
973 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs()
1052 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()