Lines Matching defs:ppc_link_hash_table
3902 struct ppc_link_hash_table struct
3904 struct elf_link_hash_table elf;
3907 struct bfd_hash_table stub_hash_table;
3910 struct bfd_hash_table branch_hash_table;
3913 htab_t tocsave_htab;
3916 struct ppc64_elf_params *params;
3920 struct map_stub {
3927 } *stub_group;
3930 bfd_vma toc_curr;
3931 bfd *toc_bfd;
3932 asection *toc_first_sec;
3935 int top_id;
3938 int top_index;
3941 struct ppc_link_hash_entry *dot_syms;
3944 asection **input_list;
3947 asection *dynbss;
3948 asection *relbss;
3949 asection *glink;
3950 asection *sfpr;
3951 asection *brlt;
3952 asection *relbrlt;
3953 asection *glink_eh_frame;
3956 struct ppc_link_hash_entry *tls_get_addr;
3957 struct ppc_link_hash_entry *tls_get_addr_fd;
3960 bfd_size_type got_reli_size;
3963 unsigned long stub_count[ppc_stub_global_entry];
3966 unsigned long stub_globals;
3969 unsigned int opd_abi:1;
3972 unsigned int do_multi_toc:1;
3973 unsigned int multi_toc_needed:1;
3974 unsigned int second_toc_pass:1;
3975 unsigned int do_toc_opt:1;
3978 unsigned int stub_error:1;
3981 unsigned int twiddled_syms:1;
3984 unsigned int stub_iteration;
3987 struct sym_cache sym_cache;