Lines Matching defs:elf_i386_link_hash_table
844 struct elf_i386_link_hash_table struct
846 struct elf_link_hash_table elf;
849 asection *interp;
850 asection *sdynbss;
851 asection *srelbss;
852 asection *plt_eh_frame;
853 asection *plt_got;
856 {
859 } tls_ldm_got;
863 bfd_vma sgotplt_jump_table_size;
866 struct sym_cache sym_cache;
869 struct bfd_link_hash_entry *tls_module_base;
872 htab_t loc_hash_table;
896 == I386_ELF_DATA ? ((struct elf_i386_link_hash_table *) ((p)->hash)) : NULL) argument