Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c5381 char *lgot_masks; in ppc_elf_tls_optimize() local
5402 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info); in ppc_elf_tls_optimize()
5403 tls_mask = &lgot_masks[r_symndx]; in ppc_elf_tls_optimize()
6155 char *lgot_masks; in ppc_elf_size_dynamic_sections() local
6209 lgot_masks = (char *) end_local_plt; in ppc_elf_size_dynamic_sections()
6211 for (; local_got < end_local_got; ++local_got, ++lgot_masks) in ppc_elf_size_dynamic_sections()
6215 if ((*lgot_masks & TLS_TLS) != 0) in ppc_elf_size_dynamic_sections()
6217 if ((*lgot_masks & TLS_GD) != 0) in ppc_elf_size_dynamic_sections()
6219 if ((*lgot_masks & TLS_LD) != 0) in ppc_elf_size_dynamic_sections()
6221 if ((*lgot_masks & (TLS_TPREL | TLS_TPRELGD)) != 0) in ppc_elf_size_dynamic_sections()
[all …]
Delf32-microblaze.c2982 unsigned char *lgot_masks; in microblaze_elf_size_dynamic_sections() local
3022 lgot_masks = (unsigned char *) end_local_got; in microblaze_elf_size_dynamic_sections()
3026 for (; local_got < end_local_got; ++local_got, ++lgot_masks) in microblaze_elf_size_dynamic_sections()
3031 if ((*lgot_masks & TLS_TLS) != 0) in microblaze_elf_size_dynamic_sections()
3033 if ((*lgot_masks & TLS_GD) != 0) in microblaze_elf_size_dynamic_sections()
3035 if ((*lgot_masks & TLS_LD) != 0) in microblaze_elf_size_dynamic_sections()
Delf64-ppc.c7270 unsigned char *lgot_masks = (unsigned char *) in get_sym_h() local
7272 tls_mask = &lgot_masks[r_symndx]; in get_sym_h()
9721 unsigned char *lgot_masks; in ppc64_elf_size_dynamic_sections() local
9763 lgot_masks = (unsigned char *) end_local_plt; in ppc64_elf_size_dynamic_sections()
9765 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks) in ppc64_elf_size_dynamic_sections()
9773 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0) in ppc64_elf_size_dynamic_sections()
9784 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0) in ppc64_elf_size_dynamic_sections()
9790 if ((*lgot_masks & PLT_IFUNC) != 0) in ppc64_elf_size_dynamic_sections()
11364 unsigned char *lgot_masks; in ppc64_elf_layout_multitoc() local
11381 lgot_masks = (unsigned char *) end_local_plt; in ppc64_elf_layout_multitoc()
[all …]