• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:sgot

644   asection *sgot;
736 ret->sgot = NULL;
766 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
768 if (!htab->sgot || !htab->sgotplt)
793 if (!htab->sgot && !create_got_section (dynobj, info))
1093 if (htab->sgot == NULL)
1682 s = htab->sgot;
1927 s = htab->sgot;
1973 htab->tls_ldm_got.offset = htab->sgot->size;
1974 htab->sgot->size += 8;
2003 || s == htab->sgot
2413 if (htab->sgot == NULL)
2445 htab->sgot->contents + off);
2467 htab->sgot->contents + off);
2479 outrel.r_offset = (htab->sgot->output_section->vma
2480 + htab->sgot->output_offset
2495 relocation = htab->sgot->output_section->vma
2496 + htab->sgot->output_offset + off
2522 /* Note that sgot is not involved in this
2919 if (htab->sgot == NULL)
2984 outrel.r_offset = (htab->sgot->output_section->vma
2985 + htab->sgot->output_offset + off);
2998 htab->sgot->contents + off);
3001 htab->sgot->contents + off);
3004 htab->sgot->contents + off);
3020 htab->sgot->contents + off + 4);
3025 htab->sgot->contents + off + 4);
3040 htab->sgot->contents + off + 4);
3068 relocation = htab->sgot->output_section->vma
3069 + htab->sgot->output_offset + off - g_o_t;
3128 htab->sgot->output_section->vma
3129 + htab->sgot->output_offset + off
3176 htab->sgot->output_section->vma
3177 + htab->sgot->output_offset + off
3254 if (htab->sgot == NULL)
3268 outrel.r_offset = (htab->sgot->output_section->vma
3269 + htab->sgot->output_offset + off);
3272 htab->sgot->contents + off);
3274 htab->sgot->contents + off + 4);
3281 relocation = htab->sgot->output_section->vma
3282 + htab->sgot->output_offset + off
3541 if (htab->sgot == NULL || htab->srelgot == NULL)
3544 rel.r_offset = (htab->sgot->output_section->vma
3545 + htab->sgot->output_offset
3563 htab->sgot->contents + h->got.offset);
3641 if (sdyn == NULL || htab->sgot == NULL)
3805 if (htab->sgot && htab->sgot->size > 0)
3806 elf_section_data (htab->sgot->output_section)->this_hdr.sh_entsize = 4;