Lines Matching refs:lgot_masks
5511 char *lgot_masks; in ppc_elf_tls_optimize() local
5532 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info); in ppc_elf_tls_optimize()
5533 tls_mask = &lgot_masks[r_symndx]; in ppc_elf_tls_optimize()
6326 char *lgot_masks; in ppc_elf_size_dynamic_sections() local
6380 lgot_masks = (char *) end_local_plt; in ppc_elf_size_dynamic_sections()
6382 for (; local_got < end_local_got; ++local_got, ++lgot_masks) in ppc_elf_size_dynamic_sections()
6386 if ((*lgot_masks & TLS_TLS) != 0) in ppc_elf_size_dynamic_sections()
6388 if ((*lgot_masks & TLS_GD) != 0) in ppc_elf_size_dynamic_sections()
6390 if ((*lgot_masks & TLS_LD) != 0) in ppc_elf_size_dynamic_sections()
6392 if ((*lgot_masks & (TLS_TPREL | TLS_TPRELGD)) != 0) in ppc_elf_size_dynamic_sections()
6394 if ((*lgot_masks & TLS_DTPREL) != 0) in ppc_elf_size_dynamic_sections()
6407 if ((*lgot_masks & PLT_IFUNC) != 0) in ppc_elf_size_dynamic_sections()
7079 char *lgot_masks = (char *) in ppc_elf_relax_section() local
7081 tls_mask = lgot_masks[t_symndx]; in ppc_elf_relax_section()
7904 char *lgot_masks; in ppc_elf_relocate_section() local
7907 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info); in ppc_elf_relocate_section()
7908 tls_mask = lgot_masks[r_symndx]; in ppc_elf_relocate_section()