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))
2813 eh->funcdesc.offset = htab->sfuncdesc->size;
2814 htab->sfuncdesc->size += 8;
3094 local_funcdesc->offset = htab->sfuncdesc->size;
3095 htab->sfuncdesc->size += 8;
3154 || s == htab->sfuncdesc
3328 + htab->sfuncdesc->output_section->vma
3329 + htab->sfuncdesc->output_offset);
3332 + htab->sfuncdesc->output_section->vma
3333 + htab->sfuncdesc->output_offset);
3346 + htab->sfuncdesc->output_section->vma
3347 + htab->sfuncdesc->output_offset,
3350 bfd_put_32 (output_bfd, addr, htab->sfuncdesc->contents + offset);
3351 bfd_put_32 (output_bfd, seg, htab->sfuncdesc->contents + offset + 4);
4322 dynindx = elf_section_data (htab->sfuncdesc
4354 relocation = htab->sfuncdesc->output_offset + (offset & ~1);
4422 relocation += htab->sfuncdesc->output_section->vma;
4510 relocation = htab->sfuncdesc->output_offset + (offset & ~1);