• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/

Lines Matching defs:sh

4381   struct elf_link_hash_entry *sh;
4405 sh = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
4406 if (sh == NULL)
4408 if (sh->root.type == bfd_link_hash_new)
4410 sh->root.type = bfd_link_hash_defined;
4411 sh->root.u.def.section = htab->glink;
4412 sh->root.u.def.value = ent->glink_offset;
4413 sh->ref_regular = 1;
4414 sh->def_regular = 1;
4415 sh->ref_regular_nonweak = 1;
4416 sh->forced_local = 1;
4417 sh->non_elf = 0;
4953 struct elf_link_hash_entry *sh;
4954 sh = elf_link_hash_lookup (&htab->elf, "__glink",
4956 if (sh == NULL)
4958 if (sh->root.type == bfd_link_hash_new)
4960 sh->root.type = bfd_link_hash_defined;
4961 sh->root.u.def.section = htab->glink;
4962 sh->root.u.def.value = htab->glink_pltresolve;
4963 sh->ref_regular = 1;
4964 sh->def_regular = 1;
4965 sh->ref_regular_nonweak = 1;
4966 sh->forced_local = 1;
4967 sh->non_elf = 0;
4969 sh = elf_link_hash_lookup (&htab->elf, "__glink_PLTresolve",
4971 if (sh == NULL)
4973 if (sh->root.type == bfd_link_hash_new)
4975 sh->root.type = bfd_link_hash_defined;
4976 sh->root.u.def.section = htab->glink;
4977 sh->root.u.def.value = htab->glink->size - GLINK_PLTRESOLVE;
4978 sh->ref_regular = 1;
4979 sh->def_regular = 1;
4980 sh->ref_regular_nonweak = 1;
4981 sh->forced_local = 1;
4982 sh->non_elf = 0;
6602 struct elf_link_hash_entry *sh;
6619 sh = htab->sdata[0].sym;
6620 addend -= (sh->root.u.def.value
6621 + sh->root.u.def.section->output_offset
6622 + sh->root.u.def.section->output_section->vma);
6630 struct elf_link_hash_entry *sh;
6649 sh = htab->sdata[1].sym;
6650 addend -= (sh->root.u.def.value
6651 + sh->root.u.def.section->output_offset
6652 + sh->root.u.def.section->output_section->vma);
6662 struct elf_link_hash_entry *sh;
6672 sh = htab->sdata[0].sym;
6673 addend -= (sh->root.u.def.value
6674 + sh->root.u.def.section->output_offset
6675 + sh->root.u.def.section->output_section->vma);
6682 sh = htab->sdata[1].sym;
6683 addend -= (sh->root.u.def.value
6684 + sh->root.u.def.section->output_offset
6685 + sh->root.u.def.section->output_section->vma);