Searched refs:TLS_DTPREL (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-ppc.c | 181 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 3094 if ((eh->tls_mask & TLS_DTPREL) != 0) in allocate_dynrelocs() 3356 if ((*lgot_masks & TLS_DTPREL) != 0) in ppc_elf_size_dynamic_sections() 3629 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs() 4965 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 5023 & (TLS_LD | TLS_GD | TLS_DTPREL in ppc_elf_relocate_section() 5049 else if ((tls_m & TLS_DTPREL) != 0) in ppc_elf_relocate_section() 5051 tls_ty = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 5052 tls_m &= ~TLS_DTPREL; in ppc_elf_relocate_section() 5156 if (tls_type != (TLS_TLS | TLS_DTPREL)) in ppc_elf_relocate_section() [all …]
|
H A D | elf64-ppc.c | 2782 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 3703 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 3867 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 4258 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_gc_sweep_hook() 7592 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0) in ppc64_elf_relocate_section() 8064 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_relocate_section() 8169 else if (tls_type == (TLS_TLS | TLS_DTPREL)) in ppc64_elf_relocate_section() 8189 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL)) in ppc64_elf_relocate_section()
|
H A 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,
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-ppc.c | 3061 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_check_relocs() 4498 if ((eh->tls_mask & TLS_DTPREL) != 0) in allocate_dynrelocs() 4745 if ((*lgot_masks & TLS_DTPREL) != 0) in ppc_elf_size_dynamic_sections() 5903 tls_type = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 5961 & (TLS_LD | TLS_GD | TLS_DTPREL in ppc_elf_relocate_section() 5986 else if ((tls_m & TLS_DTPREL) != 0) in ppc_elf_relocate_section() 5988 tls_ty = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section() 5989 tls_m &= ~TLS_DTPREL; in ppc_elf_relocate_section() 6022 else if (tls_ty == (TLS_TLS | TLS_DTPREL)) in ppc_elf_relocate_section() 6092 if (tls_type != (TLS_TLS | TLS_DTPREL)) in ppc_elf_relocate_section() [all …]
|
H A D | elf64-ppc.c | 3331 #define TLS_DTPREL 8 /* DTPREL reloc, => LD. */ macro 4478 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 4666 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL; in ppc64_elf_check_relocs() 5297 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_gc_sweep_hook() 9958 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0) in ppc64_elf_relocate_section() 10469 tls_type = TLS_TLS | TLS_DTPREL; in ppc64_elf_relocate_section() 10575 else if (tls_type == (TLS_TLS | TLS_DTPREL)) in ppc64_elf_relocate_section() 10595 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL)) in ppc64_elf_relocate_section()
|
H A 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,
|