Home
last modified time | relevance | path

Searched refs:elf_s390_hash_entry (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-s390.c673 #define elf_s390_hash_entry(ent) \ macro
1218 old_tls_type = elf_s390_hash_entry(h)->tls_type; in elf_s390_check_relocs()
1243 elf_s390_hash_entry (h)->tls_type = tls_type; in elf_s390_check_relocs()
1857 && elf_s390_hash_entry(h)->tls_type >= GOT_TLS_IE) in allocate_dynrelocs()
1859 if (elf_s390_hash_entry(h)->tls_type == GOT_TLS_IE_NLT) in allocate_dynrelocs()
1874 int tls_type = elf_s390_hash_entry(h)->tls_type; in allocate_dynrelocs()
2939 tls_type = elf_s390_hash_entry(h)->tls_type; in elf_s390_relocate_section()
3057 tls_type = elf_s390_hash_entry(h)->tls_type; in elf_s390_relocate_section()
3165 tls_type = elf_s390_hash_entry(h)->tls_type; in elf_s390_relocate_section()
3687 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_GD in elf_s390_finish_dynamic_symbol()
[all …]
Delf64-s390.c586 #define elf_s390_hash_entry(ent) \ macro
1151 old_tls_type = elf_s390_hash_entry(h)->tls_type; in elf_s390_check_relocs()
1176 elf_s390_hash_entry (h)->tls_type = tls_type; in elf_s390_check_relocs()
1805 && elf_s390_hash_entry(h)->tls_type >= GOT_TLS_IE) in allocate_dynrelocs()
1807 if (elf_s390_hash_entry(h)->tls_type == GOT_TLS_IE_NLT) in allocate_dynrelocs()
1822 int tls_type = elf_s390_hash_entry(h)->tls_type; in allocate_dynrelocs()
2909 tls_type = elf_s390_hash_entry(h)->tls_type; in elf_s390_relocate_section()
3027 tls_type = elf_s390_hash_entry(h)->tls_type; in elf_s390_relocate_section()
3135 tls_type = elf_s390_hash_entry(h)->tls_type; in elf_s390_relocate_section()
3497 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_GD in elf_s390_finish_dynamic_symbol()
[all …]
DChangeLog-02034785 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):