Home | History | Annotate | Download | only in bfd

Lines Matching defs:lgot_masks

7029 	      unsigned char *lgot_masks = (unsigned char *)
7031 tls_mask = &lgot_masks[r_symndx];
10282 unsigned char *lgot_masks;
10341 lgot_masks = (unsigned char *) end_local_plt;
10353 ++lgot_ents, ++lgot_masks, isym++)
10361 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0)
10372 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
10378 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
10408 lgot_masks = (unsigned char *) end_local_plt;
10409 for (; local_plt < end_local_plt; ++local_plt, ++lgot_masks)
10416 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
10424 || (*lgot_masks & (TLS_TLS | PLT_KEEP)) != PLT_KEEP)
12921 unsigned char *lgot_masks;
12940 lgot_masks = (unsigned char *) end_local_plt;
12952 ++lgot_ents, ++lgot_masks, isym++)
12962 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
12968 if ((*lgot_masks & (TLS_TLS | PLT_IFUNC)) == PLT_IFUNC)
15744 unsigned char *lgot_masks = (unsigned char *)
15746 tls_mask = lgot_masks[r_symndx];