Searched defs:elfNN_ia64_link_hash_table (Results 1 – 1 of 1) sorted by relevance
132 struct elfNN_ia64_link_hash_table struct135 struct elf_link_hash_table root;137 asection *fptr_sec; /* Function descriptor table (or NULL). */138 asection *rel_fptr_sec; /* Dynamic relocation section for same. */139 asection *pltoff_sec; /* Private descriptors for plt (or NULL). */140 asection *rel_pltoff_sec; /* Dynamic relocation section for same. */142 bfd_size_type minplt_entries; /* Number of minplt entries. */143 unsigned reltext : 1; /* Are there relocs against readonly sections? */144 unsigned self_dtpmod_done : 1;/* Has self DTPMOD entry been finished? */168 == IA64_ELF_DATA ? ((struct elfNN_ia64_link_hash_table *) ((p)->hash)) : NULL) argument