Searched refs:TLS_TPREL (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/binutils/bfd/ |
| HD | elf32-ppc.c | 2386 #define TLS_TPREL 4 /* TPREL reloc, => IE. */ macro 3128 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_check_relocs() 4107 tls_clear = TLS_TPREL; in ppc_elf_tls_optimize() 4630 if ((eh->tls_mask & (TLS_TPREL | TLS_TPRELGD)) != 0) in allocate_dynrelocs() 4877 if ((*lgot_masks & (TLS_TPREL | TLS_TPRELGD)) != 0) in ppc_elf_size_dynamic_sections() 5787 && (tls_mask & TLS_TPREL) == 0) in ppc_elf_relocate_section() 5801 && (tls_mask & TLS_TPREL) == 0) in ppc_elf_relocate_section() 6033 tls_type = TLS_TLS | TLS_TPREL; in ppc_elf_relocate_section() 6099 | TLS_TPREL | TLS_TPRELGD)); in ppc_elf_relocate_section() 6128 else if ((tls_m & (TLS_TPREL | TLS_TPRELGD)) != 0) in ppc_elf_relocate_section() [all …]
|
| HD | elf64-ppc.c | 3357 #define TLS_TPREL 4 /* TPREL reloc, => IE. */ macro 4493 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 4673 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL; in ppc64_elf_check_relocs() 5315 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_gc_sweep_hook() 6916 tls_clear = TLS_TPREL; in ppc64_elf_tls_optimize() 6917 tls_type = TLS_TLS | TLS_TPREL; in ppc64_elf_tls_optimize() 7007 tls_clear = TLS_TPREL; in ppc64_elf_tls_optimize() 7652 && (ent->tls_type & TLS_TPREL) != 0 in allocate_dynrelocs() 7662 gent->tls_type = TLS_TLS | TLS_TPREL; in allocate_dynrelocs() 10021 && (tls_mask & (TLS_DTPREL | TLS_TPREL)) == 0) in ppc64_elf_relocate_section() [all …]
|
| HD | ChangeLog-0203 | 4286 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define. 4474 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL 4540 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
|