Lines Matching refs:section
43 struct section { struct
45 struct section *link; argument
51 static struct section *secs; argument
416 secs = calloc(shnum, sizeof(struct section)); in read_shdrs()
424 struct section *sec = &secs[i]; in read_shdrs()
450 struct section *sec = &secs[i]; in read_strtabs()
472 struct section *sec = &secs[i]; in read_symtabs()
526 struct section *sec = &secs[i]; in read_relocs()
568 struct section *sec = &secs[i]; in print_absolute_symbols()
609 struct section *sec = &secs[i]; in print_absolute_relocs()
610 struct section *sec_applies, *sec_symtab; in print_absolute_relocs()
696 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
705 struct section *sec_applies, *sec_symtab; in walk_relocs()
707 struct section *sec = &secs[i]; in walk_relocs()
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()
963 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname); in emit_relocs()
1034 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()