Home
last modified time | relevance | path

Searched refs:lgot_masks (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-microblaze.c2991 unsigned char *lgot_masks; in microblaze_elf_size_dynamic_sections() local
3031 lgot_masks = (unsigned char *) end_local_got; in microblaze_elf_size_dynamic_sections()
3035 for (; local_got < end_local_got; ++local_got, ++lgot_masks) in microblaze_elf_size_dynamic_sections()
3040 if ((*lgot_masks & TLS_TLS) != 0) in microblaze_elf_size_dynamic_sections()
3042 if ((*lgot_masks & TLS_GD) != 0) in microblaze_elf_size_dynamic_sections()
3044 if ((*lgot_masks & TLS_LD) != 0) in microblaze_elf_size_dynamic_sections()
Delf32-ppc.c5511 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()
[all …]
Delf64-ppc.c7455 unsigned char *lgot_masks = (unsigned char *) in get_sym_h() local
7457 tls_mask = &lgot_masks[r_symndx]; in get_sym_h()
9938 unsigned char *lgot_masks; in ppc64_elf_size_dynamic_sections() local
9980 lgot_masks = (unsigned char *) end_local_plt; in ppc64_elf_size_dynamic_sections()
9982 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks) in ppc64_elf_size_dynamic_sections()
9990 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0) in ppc64_elf_size_dynamic_sections()
10001 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0) in ppc64_elf_size_dynamic_sections()
10007 if ((*lgot_masks & PLT_IFUNC) != 0) in ppc64_elf_size_dynamic_sections()
11573 unsigned char *lgot_masks; in ppc64_elf_layout_multitoc() local
11590 lgot_masks = (unsigned char *) end_local_plt; in ppc64_elf_layout_multitoc()
[all …]