Lines Matching full:sfpr
4059 asection *sfpr;
4369 /* Create .sfpr for code to save and restore fp regs. */
4370 htab->sfpr = bfd_make_section_anyway_with_flags (dynobj, ".sfpr",
4372 if (htab->sfpr == NULL
4373 || ! bfd_set_section_alignment (dynobj, htab->sfpr, 2))
6651 /* The maximum size of .sfpr. */
6662 /* Auto-generate _save*, _rest* functions in .sfpr.
6695 && h->elf.root.u.def.section == htab->sfpr)
6727 h->elf.root.u.def.section = htab->sfpr;
6728 h->elf.root.u.def.value = htab->sfpr->size;
6734 if (htab->sfpr->contents == NULL)
6736 htab->sfpr->contents = bfd_alloc (htab->elf.dynobj, SFPR_MAX);
6737 if (htab->sfpr->contents == NULL)
6744 bfd_byte *p = htab->sfpr->contents + htab->sfpr->size;
6749 htab->sfpr->size = p - htab->sfpr->contents;
7082 if (htab->sfpr != NULL)
7086 htab->sfpr->size = 0;
7090 if (htab->sfpr->size == 0)
7091 htab->sfpr->flags |= SEC_EXCLUDE;
11195 && stub_entry->h->elf.root.u.def.section == htab->sfpr)
12579 group->stub_sec->size += htab->sfpr->size;
13116 memcpy (stub_sec->contents + stub_sec->size, htab->sfpr->contents,
13117 htab->sfpr->size);
13126 stub_sec->size += htab->sfpr->size;
14217 + stub_sec->size - htab->sfpr->size
14218 - htab->sfpr->output_offset
14219 - htab->sfpr->output_section->vma);