HomeSort by: relevance | last modified time | path
    Searched refs:PT_GNU_SFRAME (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
internal.h 342 || (segment)->p_type == PT_GNU_SFRAME \
common.h 493 #define PT_GNU_SFRAME (PT_LOOS + 0x474e554) /* SFrame stack trace information */
  /src/external/gpl3/binutils.old/dist/include/elf/
internal.h 342 || (segment)->p_type == PT_GNU_SFRAME \
common.h 493 #define PT_GNU_SFRAME (PT_LOOS + 0x474e554) /* SFrame stack trace information */
  /src/external/gpl3/gdb.old/dist/include/elf/
internal.h 342 || (segment)->p_type == PT_GNU_SFRAME \
common.h 493 #define PT_GNU_SFRAME (PT_LOOS + 0x474e554) /* SFrame stack trace information */
  /src/external/gpl3/gdb/dist/include/elf/
internal.h 342 || (segment)->p_type == PT_GNU_SFRAME \
common.h 493 #define PT_GNU_SFRAME (PT_LOOS + 0x474e554) /* SFrame stack trace information */
  /src/external/gpl3/binutils/dist/bfd/
elf.c 1528 case PT_GNU_SFRAME: pt = "SFRAME"; break;
3511 case PT_GNU_SFRAME:
4871 /* We need a PT_GNU_SFRAME segment. */
5644 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5656 m->p_type = PT_GNU_SFRAME;
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 1464 case PT_GNU_SFRAME: pt = "SFRAME"; break;
3447 case PT_GNU_SFRAME:
4806 /* We need a PT_GNU_SFRAME segment. */
5579 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5591 m->p_type = PT_GNU_SFRAME;
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 1437 case PT_GNU_SFRAME: pt = "SFRAME"; break;
3418 case PT_GNU_SFRAME:
4766 /* We need a PT_GNU_SFRAME segment. */
5533 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5545 m->p_type = PT_GNU_SFRAME;
  /src/external/gpl3/gdb/dist/bfd/
elf.c 1526 case PT_GNU_SFRAME: pt = "SFRAME"; break;
3509 case PT_GNU_SFRAME:
4864 /* We need a PT_GNU_SFRAME segment. */
5631 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5643 m->p_type = PT_GNU_SFRAME;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 5876 case PT_GNU_SFRAME: return "GNU_SFRAME";
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 5492 case PT_GNU_SFRAME: return "GNU_SFRAME";

Completed in 145 milliseconds