Lines Matching defs:sframe
1464 case PT_GNU_SFRAME: pt = "SFRAME"; break;
2481 case SHT_GNU_SFRAME: /* .sframe section. */
3449 "sframe");
5075 asection *sframe;
5579 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5581 sframe = elf_sframe (abfd);
5582 if (sframe != NULL
5583 && (sframe->output_section->flags & SEC_LOAD) != 0
5584 && sframe->size != 0)
5593 m->sections[0] = sframe->output_section;