Home | History | Annotate | Download | only in bfd

Lines Matching defs:lgot_masks

4154 	      unsigned char *lgot_masks = (unsigned char *)
4156 tls_mask = &lgot_masks[r_symndx];
4651 unsigned char *lgot_masks;
4658 lgot_masks = (unsigned char *)
4660 tls_mask = &lgot_masks[r_symndx];
5522 char *lgot_masks;
5581 lgot_masks = (char *) end_local_plt;
5593 ++local_got, ++lgot_masks, ++isym)
5597 if ((*lgot_masks & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD))
5599 need = got_entries_needed (*lgot_masks);
5606 && !((*lgot_masks & TLS_TLS) != 0
5614 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
5627 lgot_masks = (char *) end_local_plt;
5628 for (; local_plt < end_local_plt; ++local_plt, ++lgot_masks)
5637 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
5640 || (*lgot_masks & (TLS_TLS | PLT_KEEP)) != PLT_KEEP)
5665 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
6262 char *lgot_masks = (char *)
6264 tls_mask = lgot_masks[t_symndx];
7141 char *lgot_masks;
7144 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info);
7145 tls_mask = lgot_masks[r_symndx];