HomeSort by: relevance | last modified time | path
    Searched refs:SHT_GNU_SFRAME (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
elf-sframe.c 239 if (elf_section_type (sec) != SHT_GNU_SFRAME)
365 elf_section_type (cfsec) = SHT_GNU_SFRAME;
elfxx-x86.c 4848 elf_section_type (sec) = SHT_GNU_SFRAME;
4864 elf_section_type (sec) = SHT_GNU_SFRAME;
4877 elf_section_type (sec) = SHT_GNU_SFRAME;
elf-bfd.h 3464 || elf_section_type (input_section) == SHT_GNU_SFRAME)) \
elf64-s390.c 4333 elf_section_type (htab->plt_sframe) = SHT_GNU_SFRAME;
elf64-x86-64.c 3310 || elf_section_type (input_section) == SHT_GNU_SFRAME))
elf.c 2545 case SHT_GNU_SFRAME: /* .sframe section. */
  /src/external/gpl3/binutils.old/dist/bfd/
elf-sframe.c 205 if (elf_section_type (sec) != SHT_GNU_SFRAME)
328 elf_section_type (cfsec) = SHT_GNU_SFRAME;
elfxx-x86.c 4791 elf_section_type (sec) = SHT_GNU_SFRAME;
4807 elf_section_type (sec) = SHT_GNU_SFRAME;
4820 elf_section_type (sec) = SHT_GNU_SFRAME;
elf-bfd.h 3292 || elf_section_type (input_section) == SHT_GNU_SFRAME)) \
elf64-s390.c 4305 elf_section_type (htab->plt_sframe) = SHT_GNU_SFRAME;
elf64-x86-64.c 3280 || elf_section_type (input_section) == SHT_GNU_SFRAME))
  /src/external/gpl3/gdb/dist/bfd/
elf-sframe.c 205 if (elf_section_type (sec) != SHT_GNU_SFRAME)
328 elf_section_type (cfsec) = SHT_GNU_SFRAME;
elfxx-x86.c 4812 elf_section_type (sec) = SHT_GNU_SFRAME;
4828 elf_section_type (sec) = SHT_GNU_SFRAME;
4841 elf_section_type (sec) = SHT_GNU_SFRAME;
elf-bfd.h 3292 || elf_section_type (input_section) == SHT_GNU_SFRAME)) \
elf64-s390.c 4306 elf_section_type (htab->plt_sframe) = SHT_GNU_SFRAME;
elf64-x86-64.c 3284 || elf_section_type (input_section) == SHT_GNU_SFRAME))
  /src/external/gpl3/binutils/dist/include/elf/
common.h 571 #define SHT_GNU_SFRAME 0x6ffffff4 /* SFrame stack trace information. */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 571 #define SHT_GNU_SFRAME 0x6ffffff4 /* SFrame stack trace information. */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 571 #define SHT_GNU_SFRAME 0x6ffffff4 /* SFrame stack trace information. */
  /src/external/gpl3/binutils/dist/gas/
dw2gencfi.c 2622 elf_section_type (sframe_seg) = SHT_GNU_SFRAME;
  /src/external/gpl3/binutils.old/dist/gas/
dw2gencfi.c 2621 elf_section_type (sframe_seg) = SHT_GNU_SFRAME;
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 4495 && elf_section_type (section) == SHT_GNU_SFRAME)
5003 SHT_GNU_SFRAME. For SFrame sections from Binutils 2.44 or earlier,
5007 || (elf_section_type (sec) != SHT_GNU_SFRAME
readelf.c 6358 case SHT_GNU_SFRAME: return "GNU_SFRAME";
8784 case SHT_GNU_SFRAME:
18051 || (id == sframe && section->sh_type == SHT_GNU_SFRAME)
18061 else if (id == sframe && section->sh_type == SHT_GNU_SFRAME)
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 4507 if (elf_section_type (section) == SHT_GNU_SFRAME)
5015 SHT_GNU_SFRAME. For SFrame sections from Binutils 2.44 or earlier,
5018 else if (elf_section_type (sec) != SHT_GNU_SFRAME
readelf.c 5974 case SHT_GNU_SFRAME: return "GNU_SFRAME";
8384 case SHT_GNU_SFRAME:
17506 || (id == sframe && section->sh_type == SHT_GNU_SFRAME)
17516 else if (id == sframe && section->sh_type == SHT_GNU_SFRAME)

Completed in 100 milliseconds

1 2