Home
last modified time | relevance | path

Searched refs:elf_s390_link_hash_table (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-s390.c734 struct elf_s390_link_hash_table struct
757 == S390_ELF_DATA ? ((struct elf_s390_link_hash_table *) ((p)->hash)) : NULL) argument
801 struct elf_s390_link_hash_table *ret; in elf_s390_link_hash_table_create()
802 bfd_size_type amt = sizeof (struct elf_s390_link_hash_table); in elf_s390_link_hash_table_create()
804 ret = (struct elf_s390_link_hash_table *) bfd_zmalloc (amt); in elf_s390_link_hash_table_create()
825 struct elf_s390_link_hash_table *htab; in create_got_section()
847 struct elf_s390_link_hash_table *htab; in elf_s390_create_dynamic_sections()
971 struct elf_s390_link_hash_table *htab; in elf_s390_check_relocs()
1456 struct elf_s390_link_hash_table *htab; in elf_s390_gc_sweep_hook()
1646 struct elf_s390_link_hash_table *htab; in elf_s390_adjust_dynamic_symbol()
[all …]
Delf64-s390.c647 struct elf_s390_link_hash_table struct
669 == S390_ELF_DATA ? ((struct elf_s390_link_hash_table *) ((p)->hash)) : NULL) argument
713 struct elf_s390_link_hash_table *ret; in elf_s390_link_hash_table_create()
714 bfd_size_type amt = sizeof (struct elf_s390_link_hash_table); in elf_s390_link_hash_table_create()
716 ret = (struct elf_s390_link_hash_table *) bfd_zmalloc (amt); in elf_s390_link_hash_table_create()
738 struct elf_s390_link_hash_table *htab; in create_got_section()
763 struct elf_s390_link_hash_table *htab; in elf_s390_create_dynamic_sections()
890 struct elf_s390_link_hash_table *htab; in elf_s390_check_relocs()
1392 struct elf_s390_link_hash_table *htab; in elf_s390_gc_sweep_hook()
1589 struct elf_s390_link_hash_table *htab; in elf_s390_adjust_dynamic_symbol()
[all …]
DChangeLog-00011015 * elf32-s390.c (struct elf_s390_link_hash_table): Add sym_sec.
1037 * elf64-s390.c (struct elf_s390_link_hash_table): Add sym_sec.
1089 (struct elf_s390_link_hash_table): Likewise.
1105 (struct elf_s390_link_hash_table): Add sgot, sgotplt, srelgot, splt,
DChangeLog-20121213 (struct elf_s390_link_hash_table): New field irelifunc.
DChangeLog-02034787 (elf_s390_link_hash_table): Add tls_ldm_got.