Lines Matching defs:elf_final_link_info
7480 struct elf_final_link_info struct
7483 struct bfd_link_info *info;
7485 bfd *output_bfd;
7487 struct bfd_strtab_hash *symstrtab;
7489 asection *dynsym_sec;
7491 asection *hash_sec;
7493 asection *symver_sec;
7495 bfd_byte *contents;
7497 void *external_relocs;
7499 Elf_Internal_Rela *internal_relocs;
7502 bfd_byte *external_syms;
7504 Elf_External_Sym_Shndx *locsym_shndx;
7507 Elf_Internal_Sym *internal_syms;
7510 long *indices;
7536 struct elf_final_link_info *flinfo; argument