Lines Matching defs:sda
6331 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
6333 sda->root.u.def.section = htab->elf.hgot->root.u.def.section;
6334 sda->root.u.def.value = htab->elf.hgot->root.u.def.value;
6338 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
6340 if (sda != NULL && sda->ref_regular)
6341 sda->root.u.def.section->flags |= SEC_KEEP;
6342 sda = htab->sdata[1].sym;
6343 if (sda != NULL && sda->ref_regular)
6344 sda->root.u.def.section->flags |= SEC_KEEP;
6622 struct elf_link_hash_entry *sda = lsect->sym;
6624 if (sda != NULL && !sda->ref_regular && sda->dynindx == -1)
6634 sda->def_regular = 0;
6636 sda->ref_dynamic = 1;
6637 sda->forced_local = 0;
8744 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
8748 || !is_static_defined (sda))
8753 addend -= SYM_VAL (sda);
8774 struct elf_link_hash_entry *sda = htab->sdata[1].sym;
8778 || !is_static_defined (sda))
8783 addend -= SYM_VAL (sda);
8845 struct elf_link_hash_entry *sda = NULL;
8858 sda = htab->sdata[0].sym;
8864 sda = htab->sdata[1].sym;
8886 if (sda != NULL)
8888 if (!is_static_defined (sda))
8893 addend -= SYM_VAL (sda);
8944 sda = NULL;
8957 sda = htab->sdata[0].sym;
8963 sda = htab->sdata[1].sym;
8980 if (sda != NULL)
8982 if (!is_static_defined (sda))
8989 value = (sda->root.u.def.section->output_section->vma
8990 + sda->root.u.def.section->output_offset