Home | History | Annotate | Download | only in bfd

Lines Matching defs:lgot_masks

4167 	      unsigned char *lgot_masks = (unsigned char *)
4169 tls_mask = &lgot_masks[r_symndx];
4664 unsigned char *lgot_masks;
4671 lgot_masks = (unsigned char *)
4673 tls_mask = &lgot_masks[r_symndx];
5534 char *lgot_masks;
5593 lgot_masks = (char *) end_local_plt;
5605 ++local_got, ++lgot_masks, ++isym)
5609 if ((*lgot_masks & (TLS_TLS | TLS_LD)) == (TLS_TLS | TLS_LD))
5611 need = got_entries_needed (*lgot_masks);
5618 && !((*lgot_masks & TLS_TLS) != 0
5626 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
5639 lgot_masks = (char *) end_local_plt;
5640 for (; local_plt < end_local_plt; ++local_plt, ++lgot_masks)
5649 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
5652 || (*lgot_masks & (TLS_TLS | PLT_KEEP)) != PLT_KEEP)
5677 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
6273 char *lgot_masks = (char *)
6275 tls_mask = lgot_masks[t_symndx];
7164 char *lgot_masks;
7167 lgot_masks = (char *) (local_plt + symtab_hdr->sh_info);
7168 tls_mask = lgot_masks[r_symndx];