Lines Matching defs:sda
5736 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
5738 sda->root.u.def.section = htab->elf.hgot->root.u.def.section;
5739 sda->root.u.def.value = htab->elf.hgot->root.u.def.value;
5743 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
5745 if (sda != NULL && sda->ref_regular)
5746 sda->root.u.def.section->flags |= SEC_KEEP;
5747 sda = htab->sdata[1].sym;
5748 if (sda != NULL && sda->ref_regular)
5749 sda->root.u.def.section->flags |= SEC_KEEP;
5997 struct elf_link_hash_entry *sda = lsect->sym;
5999 if (sda != NULL && !sda->ref_regular && sda->dynindx == -1)
6009 sda->def_regular = 0;
6011 sda->ref_dynamic = 1;
6012 sda->forced_local = 0;
8509 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
8513 || !is_static_defined (sda))
8518 addend -= SYM_VAL (sda);
8540 struct elf_link_hash_entry *sda = htab->sdata[1].sym;
8544 || !is_static_defined (sda))
8549 addend -= SYM_VAL (sda);
8630 struct elf_link_hash_entry *sda = NULL;
8643 sda = htab->sdata[0].sym;
8649 sda = htab->sdata[1].sym;
8672 if (sda != NULL)
8674 if (!is_static_defined (sda))
8679 addend -= SYM_VAL (sda);
8741 struct elf_link_hash_entry *sda = NULL;
8752 sda = htab->sdata[0].sym;
8755 sda = htab->sdata[1].sym;
8772 if (sda == NULL || !is_static_defined (sda))
8777 value = relocation + addend - SYM_VAL (sda);