Searched refs:TLS_TLS (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-ppc.c | 2128 #define TLS_TLS 1 /* Any TLS reloc. */ macro 3033 ppc_elf_hash_entry (h)->tls_mask |= TLS_TLS | TLS_MARK; in ppc_elf_check_relocs() 3036 NON_GOT | TLS_TLS | TLS_MARK)) in ppc_elf_check_relocs() 3047 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs() 3054 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs() 3063 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_check_relocs() 3070 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs() 4526 tls_set = TLS_TLS | TLS_GDIE; in ppc_elf_tls_optimize() 4677 && ((*tls_mask & (TLS_TLS | TLS_MARK)) in ppc_elf_tls_optimize() 4678 != (TLS_TLS | TLS_MARK))) in ppc_elf_tls_optimize() [all …]
|
| D | elf32-microblaze.c | 786 #define TLS_TLS 16 /* Any TLS reloc. */ macro 791 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD)) 792 #define IS_TLS_LD(x) (x == (TLS_TLS | TLS_LD)) 793 #define IS_TLS_DTPREL(x) (x == (TLS_TLS | TLS_DTPREL)) 1275 tls_type = (TLS_TLS | TLS_GD); in microblaze_elf_relocate_section() 1278 tls_type = (TLS_TLS | TLS_LD); in microblaze_elf_relocate_section() 2448 tls_type |= (TLS_TLS | TLS_GD); in microblaze_elf_check_relocs() 2451 tls_type |= (TLS_TLS | TLS_LD); in microblaze_elf_check_relocs() 2857 if ((eh->tls_mask & TLS_TLS) != 0) in allocate_dynrelocs() 3041 if ((*lgot_masks & TLS_TLS) != 0) in microblaze_elf_size_dynamic_sections()
|
| D | elf64-ppc.c | 3182 #define TLS_TLS 1 /* Any TLS reloc. */ macro 4923 ppc_elf_hash_entry (h)->tls_mask |= TLS_TLS | TLS_MARK; in ppc64_elf_check_relocs() 4927 NON_GOT | TLS_TLS | TLS_MARK)) in ppc64_elf_check_relocs() 4937 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() 4945 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs() 4955 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 4963 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 5222 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 5231 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; in ppc64_elf_check_relocs() 5233 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() [all …]
|
| D | ChangeLog-2018 | 3157 * elf64-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, 3158 TLS_TPRELGD, TLS_EXPLICIT): Renumber. Test TLS_TLS throughout 3161 (PLT_IFUNC): Redefine, and test TLS_TLS throughout file as well. 3169 * elf32-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, 3172 (PLT_IFUNC): Redefine, and test TLS_TLS throughout file as well.
|
| D | ChangeLog-0203 | 4286 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define. 4540 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-ppc.c | 2128 #define TLS_TLS 1 /* Any TLS reloc. */ macro 3033 ppc_elf_hash_entry (h)->tls_mask |= TLS_TLS | TLS_MARK; in ppc_elf_check_relocs() 3036 NON_GOT | TLS_TLS | TLS_MARK)) in ppc_elf_check_relocs() 3047 tls_type = TLS_TLS | TLS_LD; in ppc_elf_check_relocs() 3054 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs() 3063 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_check_relocs() 3070 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs() 4526 tls_set = TLS_TLS | TLS_GDIE; in ppc_elf_tls_optimize() 4677 && ((*tls_mask & (TLS_TLS | TLS_MARK)) in ppc_elf_tls_optimize() 4678 != (TLS_TLS | TLS_MARK))) in ppc_elf_tls_optimize() [all …]
|
| D | elf32-microblaze.c | 786 #define TLS_TLS 16 /* Any TLS reloc. */ macro 791 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD)) 792 #define IS_TLS_LD(x) (x == (TLS_TLS | TLS_LD)) 793 #define IS_TLS_DTPREL(x) (x == (TLS_TLS | TLS_DTPREL)) 1275 tls_type = (TLS_TLS | TLS_GD); in microblaze_elf_relocate_section() 1278 tls_type = (TLS_TLS | TLS_LD); in microblaze_elf_relocate_section() 2448 tls_type |= (TLS_TLS | TLS_GD); in microblaze_elf_check_relocs() 2451 tls_type |= (TLS_TLS | TLS_LD); in microblaze_elf_check_relocs() 2857 if ((eh->tls_mask & TLS_TLS) != 0) in allocate_dynrelocs() 3042 if ((*lgot_masks & TLS_TLS) != 0) in microblaze_elf_late_size_sections()
|
| D | elf64-ppc.c | 3182 #define TLS_TLS 1 /* Any TLS reloc. */ macro 4923 ppc_elf_hash_entry (h)->tls_mask |= TLS_TLS | TLS_MARK; in ppc64_elf_check_relocs() 4927 NON_GOT | TLS_TLS | TLS_MARK)) in ppc64_elf_check_relocs() 4937 tls_type = TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() 4945 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs() 4955 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 4963 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 5222 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 5231 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD; in ppc64_elf_check_relocs() 5233 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD; in ppc64_elf_check_relocs() [all …]
|
| D | ChangeLog-2018 | 3157 * elf64-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, 3158 TLS_TPRELGD, TLS_EXPLICIT): Renumber. Test TLS_TLS throughout 3161 (PLT_IFUNC): Redefine, and test TLS_TLS throughout file as well. 3169 * elf32-ppc.c (TLS_TLS, TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, 3172 (PLT_IFUNC): Redefine, and test TLS_TLS throughout file as well.
|
| D | ChangeLog-0203 | 4286 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define. 4540 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
|