Lines Matching defs:sframe
1526 case PT_GNU_SFRAME: pt = "SFRAME"; break;
2543 case SHT_GNU_SFRAME: /* .sframe section. */
3511 "sframe");
5133 asection *sframe;
5631 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5633 sframe = elf_sframe (abfd);
5634 if (sframe != NULL
5635 && (sframe->output_section->flags & SEC_LOAD) != 0
5636 && sframe->size != 0)
5645 m->sections[0] = sframe->output_section;