Home | History | Annotate | Download | only in bfd

Lines Matching defs:sfuncdesc

2166   asection *sfuncdesc;
2308 htab->sfuncdesc = bfd_make_section_anyway_with_flags (dynobj, ".got.funcdesc",
2313 if (htab->sfuncdesc == NULL
2314 || !bfd_set_section_alignment (htab->sfuncdesc, 2))
2812 eh->funcdesc.offset = htab->sfuncdesc->size;
2813 htab->sfuncdesc->size += 8;
3092 local_funcdesc->offset = htab->sfuncdesc->size;
3093 htab->sfuncdesc->size += 8;
3152 || s == htab->sfuncdesc
3325 + htab->sfuncdesc->output_section->vma
3326 + htab->sfuncdesc->output_offset);
3329 + htab->sfuncdesc->output_section->vma
3330 + htab->sfuncdesc->output_offset);
3343 + htab->sfuncdesc->output_section->vma
3344 + htab->sfuncdesc->output_offset,
3347 bfd_put_32 (output_bfd, addr, htab->sfuncdesc->contents + offset);
3348 bfd_put_32 (output_bfd, seg, htab->sfuncdesc->contents + offset + 4);
4318 dynindx = elf_section_data (htab->sfuncdesc
4350 relocation = htab->sfuncdesc->output_offset + (offset & ~1);
4418 relocation += htab->sfuncdesc->output_section->vma;
4506 relocation = htab->sfuncdesc->output_offset + (offset & ~1);