Home
last modified time | relevance | path

Searched refs:tls_mask (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-ppc.c184 char tls_mask; member
328 edir->tls_mask |= eind->tls_mask; in ppc_elf_copy_indirect_symbol()
4185 char *tls_mask; in ppc_elf_tls_optimize() local
4283 tls_mask = &ppc_elf_hash_entry (h)->tls_mask; in ppc_elf_tls_optimize()
4682 tls_mask = 0; in ppc_elf_relocate_section()
4687 tls_mask = ((struct ppc_elf_link_hash_entry *) h)->tls_mask; in ppc_elf_relocate_section()
4713 if (tls_mask != 0 in ppc_elf_relocate_section()
4773 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc_elf_relocate_section()
4779 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0) in ppc_elf_relocate_section()
4798 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc_elf_relocate_section()
[all …]
H A Delf64-ppc.c2786 char tls_mask; member
3366 edir->tls_mask |= eind->tls_mask; in ppc64_elf_copy_indirect_symbol()
4844 char *tls_mask; in get_sym_h() local
5318 char *tls_mask; in ppc64_elf_tls_optimize() local
7508 tls_mask = ((struct ppc_link_hash_entry *) h)->tls_mask; in ppc64_elf_relocate_section()
7602 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc64_elf_relocate_section()
7607 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
7695 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc64_elf_relocate_section()
7701 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
7720 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc64_elf_relocate_section()
[all …]
H A DChangeLog-02034285 Add "tls_mask" field.
4291 (ppc_elf_link_hash_newfunc): Init tls_mask field.
4293 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
4389 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
4455 variables, structure fields or function params to tls_mask or
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ppc.c2307 char tls_mask; member
2611 edir->tls_mask |= eind->tls_mask; in ppc_elf_copy_indirect_symbol()
3888 char *tls_mask; in ppc_elf_tls_optimize() local
3987 tls_mask = &ppc_elf_hash_entry (h)->tls_mask; in ppc_elf_tls_optimize()
5619 tls_mask = 0; in ppc_elf_relocate_section()
5624 tls_mask = ((struct ppc_elf_link_hash_entry *) h)->tls_mask; in ppc_elf_relocate_section()
5650 if (tls_mask != 0 in ppc_elf_relocate_section()
5710 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc_elf_relocate_section()
5716 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0) in ppc_elf_relocate_section()
5735 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc_elf_relocate_section()
[all …]
H A Delf64-ppc.c3335 char tls_mask; member
3980 edir->tls_mask |= eind->tls_mask; in ppc64_elf_copy_indirect_symbol()
6062 char *tls_mask; in get_sym_h() local
6817 char *tls_mask; in ppc64_elf_tls_optimize() local
9874 tls_mask = h->tls_mask; in ppc64_elf_relocate_section()
9968 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc64_elf_relocate_section()
9973 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
10061 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc64_elf_relocate_section()
10067 if (tls_mask != 0 && (tls_mask & TLS_LD) == 0) in ppc64_elf_relocate_section()
10086 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0) in ppc64_elf_relocate_section()
[all …]
H A DChangeLog-02034285 Add "tls_mask" field.
4291 (ppc_elf_link_hash_newfunc): Init tls_mask field.
4293 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
4389 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
4455 variables, structure fields or function params to tls_mask or