Lines Matching defs:sda
5724 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
5726 sda->root.u.def.section = htab->elf.hgot->root.u.def.section;
5727 sda->root.u.def.value = htab->elf.hgot->root.u.def.value;
5731 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
5733 if (sda != NULL && sda->ref_regular)
5734 sda->root.u.def.section->flags |= SEC_KEEP;
5735 sda = htab->sdata[1].sym;
5736 if (sda != NULL && sda->ref_regular)
5737 sda->root.u.def.section->flags |= SEC_KEEP;
5986 struct elf_link_hash_entry *sda = lsect->sym;
5988 if (sda != NULL && !sda->ref_regular && sda->dynindx == -1)
5998 sda->def_regular = 0;
6000 sda->ref_dynamic = 1;
6001 sda->forced_local = 0;
8484 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
8488 || !is_static_defined (sda))
8493 addend -= SYM_VAL (sda);
8515 struct elf_link_hash_entry *sda = htab->sdata[1].sym;
8519 || !is_static_defined (sda))
8524 addend -= SYM_VAL (sda);
8605 struct elf_link_hash_entry *sda = NULL;
8618 sda = htab->sdata[0].sym;
8624 sda = htab->sdata[1].sym;
8647 if (sda != NULL)
8649 if (!is_static_defined (sda))
8654 addend -= SYM_VAL (sda);
8716 struct elf_link_hash_entry *sda = NULL;
8727 sda = htab->sdata[0].sym;
8730 sda = htab->sdata[1].sym;
8747 if (sda == NULL || !is_static_defined (sda))
8752 value = relocation + addend - SYM_VAL (sda);