Home | History | Annotate | Download | only in bfd

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;
8486 struct elf_link_hash_entry *sda = htab->sdata[0].sym;
8490 || !is_static_defined (sda))
8495 addend -= SYM_VAL (sda);
8517 struct elf_link_hash_entry *sda = htab->sdata[1].sym;
8521 || !is_static_defined (sda))
8526 addend -= SYM_VAL (sda);
8607 struct elf_link_hash_entry *sda = NULL;
8620 sda = htab->sdata[0].sym;
8626 sda = htab->sdata[1].sym;
8649 if (sda != NULL)
8651 if (!is_static_defined (sda))
8656 addend -= SYM_VAL (sda);
8718 struct elf_link_hash_entry *sda = NULL;
8729 sda = htab->sdata[0].sym;
8732 sda = htab->sdata[1].sym;
8749 if (sda == NULL || !is_static_defined (sda))
8754 value = relocation + addend - SYM_VAL (sda);