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

/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-ppc.c4279 char *lgot_masks;
4299 lgot_masks = (char *) (lgot_refs + symtab_hdr->sh_info);
4300 tls_mask = &lgot_masks[r_symndx];
4964 char *lgot_masks;
5007 lgot_masks = (char *) end_local_got;
5008 for (; local_got < end_local_got; ++local_got, ++lgot_masks)
5011 if (*lgot_masks == (TLS_TLS | TLS_LD))
5021 if ((*lgot_masks & TLS_TLS) != 0)
5023 if ((*lgot_masks & TLS_GD) != 0)
5025 if ((*lgot_masks
4269 char *lgot_masks; local
4952 char *lgot_masks; local
5897 char *lgot_masks; local
[all...]
H A Delf64-ppc.c6176 char *lgot_masks = (char *) (lgot_ents + symtab_hdr->sh_info);
6177 tls_mask = &lgot_masks[r_symndx];
8019 char *lgot_masks;
8058 lgot_masks = (char *) end_lgot_ents;
8061 for (; lgot_ents < end_lgot_ents; ++lgot_ents, ++lgot_masks)
8068 if ((ent->tls_type & *lgot_masks & TLS_LD) != 0)
8076 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
10166 char *lgot_masks;
10167 lgot_masks = (char *) (local_got_ents + symtab_hdr->sh_info);
10168 tls_mask = lgot_masks[r_symnd
6172 char *lgot_masks = (char *) (lgot_ents + symtab_hdr->sh_info); local
8015 char *lgot_masks; local
10162 char *lgot_masks; local
[all...]

Completed in 186 milliseconds