Lines Matching defs:sda
5737 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
5739 sda->root.u.def.section = htab->elf.hgot->root.u.def.section;
5740 sda->root.u.def.value = htab->elf.hgot->root.u.def.value;
5744 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
5746 if (sda != NULL && sda->ref_regular)
5747 sda->root.u.def.section->flags |= SEC_KEEP;
5748 sda = htab->sdata[1].sym;
5749 if (sda != NULL && sda->ref_regular)
5750 sda->root.u.def.section->flags |= SEC_KEEP;
5999 struct elf_link_hash_entry *sda = lsect->sym;
6001 if (sda != NULL && !sda->ref_regular && sda->dynindx == -1)
6011 sda->def_regular = 0;
6013 sda->ref_dynamic = 1;
6014 sda->forced_local = 0;
8500 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
8504 || !is_static_defined (sda))
8509 addend -= SYM_VAL (sda);
8531 struct elf_link_hash_entry *sda = htab->sdata[1].sym;
8535 || !is_static_defined (sda))
8540 addend -= SYM_VAL (sda);
8621 struct elf_link_hash_entry *sda = NULL;
8634 sda = htab->sdata[0].sym;
8640 sda = htab->sdata[1].sym;
8663 if (sda != NULL)
8665 if (!is_static_defined (sda))
8670 addend -= SYM_VAL (sda);
8732 struct elf_link_hash_entry *sda = NULL;
8743 sda = htab->sdata[0].sym;
8746 sda = htab->sdata[1].sym;
8763 if (sda == NULL || !is_static_defined (sda))
8768 value = relocation + addend - SYM_VAL (sda);