Home | History | Annotate | Download | only in bfd

Lines Matching defs:sframe

1528     case PT_GNU_SFRAME: pt = "SFRAME"; break;
2545 case SHT_GNU_SFRAME: /* .sframe section. */
3513 "sframe");
5140 asection *sframe;
5644 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5646 sframe = elf_sframe (abfd);
5647 if (sframe != NULL
5648 && (sframe->output_section->flags & SEC_LOAD) != 0
5649 && sframe->size != 0)
5658 m->sections[0] = sframe->output_section;