Home | History | Annotate | Download | only in bfd

Lines Matching refs:got_type

1708   unsigned int got_type;
1778 unsigned int got_type;
1798 return elf_aarch64_hash_entry (h)->got_type;
1803 return elf_aarch64_locals (abfd)[r_symndx].got_type;
1919 ret->got_type = GOT_UNKNOWN;
2081 edir->got_type = eind->got_type;
2082 eind->got_type = GOT_UNKNOWN;
6195 unsigned got_type;
6198 got_type = aarch64_reloc_got_type (bfd_r_type);
6203 old_got_type = elf_aarch64_hash_entry (h)->got_type;
6216 old_got_type = locals[r_symndx].got_type;
6221 if (GOT_TLS_GD_ANY_P (old_got_type) && GOT_TLS_GD_ANY_P (got_type))
6222 got_type |= old_got_type;
6228 && got_type != GOT_NORMAL)
6229 got_type |= old_got_type;
6235 if ((got_type & GOT_TLS_IE) && GOT_TLS_GD_ANY_P (got_type))
6236 got_type &= ~ (GOT_TLSDESC_GD | GOT_TLS_GD);
6238 if (old_got_type != got_type)
6241 elf_aarch64_hash_entry (h)->got_type = got_type;
6247 locals[r_symndx].got_type = got_type;
7002 unsigned got_type = elf_aarch64_hash_entry (h)->got_type;
7016 if (got_type == GOT_UNKNOWN)
7019 else if (got_type == GOT_NORMAL)
7034 if (got_type & GOT_TLSDESC_GD)
7043 if (got_type & GOT_TLS_GD)
7049 if (got_type & GOT_TLS_IE)
7062 if (got_type & GOT_TLSDESC_GD)
7073 if (got_type & GOT_TLS_GD)
7076 if (got_type & GOT_TLS_IE)
7340 unsigned got_type = locals[i].got_type;
7341 if (got_type & GOT_TLSDESC_GD)
7350 if (got_type & GOT_TLS_GD)
7356 if (got_type & GOT_TLS_IE)
7362 if (got_type == GOT_UNKNOWN)
7366 if (got_type == GOT_NORMAL)
7372 if (got_type & GOT_TLSDESC_GD)
7379 if (got_type & GOT_TLS_GD)
7382 if (got_type & GOT_TLS_IE)
7785 && elf_aarch64_hash_entry (h)->got_type == GOT_NORMAL)