Searched refs:lgot_masks (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-ppc.c3999 char *lgot_masks;
4025 lgot_masks = (char *) (lgot_refs + symtab_hdr->sh_info);
4026 tls_mask = &lgot_masks[r_symndx];
4690 char *lgot_masks;
4733 lgot_masks = (char *) end_local_got;
4734 for (; local_got < end_local_got; ++local_got, ++lgot_masks)
4737 if (*lgot_masks == (TLS_TLS | TLS_LD))
4747 if ((*lgot_masks & TLS_TLS) != 0)
4749 if ((*lgot_masks & TLS_GD) != 0)
4751 if ((*lgot_masks
3989 char *lgot_masks; local
4678 char *lgot_masks; local
5620 char *lgot_masks; local
[all...]
H A Delf64-ppc.c6012 char *lgot_masks = (char *) (lgot_ents + symtab_hdr->sh_info);
6013 tls_mask = &lgot_masks[r_symndx];
7795 char *lgot_masks;
7848 lgot_masks = (char *) end_lgot_ents;
7851 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
7858 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0)
7872 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
9821 char *lgot_masks;
9822 lgot_masks = (char *) (local_got_ents + symtab_hdr->sh_info);
9823 tls_mask = lgot_masks[r_symnd
6008 char *lgot_masks = (char *) (lgot_ents + symtab_hdr->sh_info); local
7791 char *lgot_masks; local
9817 char *lgot_masks; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-microblaze.c2927 unsigned char *lgot_masks;
2967 lgot_masks = (unsigned char *) end_local_got;
2971 for (; local_got < end_local_got; ++local_got, ++lgot_masks)
2976 if ((*lgot_masks & TLS_TLS) != 0)
2978 if ((*lgot_masks & TLS_GD) != 0)
2980 if ((*lgot_masks & TLS_LD) != 0)
2923 unsigned char *lgot_masks; local
H A Delf32-ppc.c5579 char *lgot_masks;
5600 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info);
5601 tls_mask = &lgot_masks[r_symndx];
6400 char *lgot_masks;
6454 lgot_masks = (char *) end_local_plt;
6456 for (; local_got < end_local_got; ++local_got, ++lgot_masks)
6460 if ((*lgot_masks & TLS_TLS) != 0)
6462 if ((*lgot_masks & TLS_GD) != 0)
6464 if ((*lgot_masks & TLS_LD) != 0)
6466 if ((*lgot_masks
5568 char *lgot_masks; local
6387 char *lgot_masks; local
7143 char *lgot_masks = (char *) local
7968 char *lgot_masks; local
[all...]
H A Delf64-ppc.c7549 unsigned char *lgot_masks = (unsigned char *)
7551 tls_mask = &lgot_masks[r_symndx];
10041 unsigned char *lgot_masks;
10083 lgot_masks = (unsigned char *) end_local_plt;
10085 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
10093 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0)
10104 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
10110 if ((*lgot_masks & PLT_IFUNC) != 0)
11678 unsigned char *lgot_masks;
11695 lgot_masks
7545 unsigned char *lgot_masks = (unsigned char *) local
10037 unsigned char *lgot_masks; local
11674 unsigned char *lgot_masks; local
13547 unsigned char *lgot_masks = (unsigned char *) local
[all...]

Completed in 273 milliseconds