HomeSort by: relevance | last modified time | path
    Searched defs:eh_frame_hdr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
dwarf.h 86 eh_frame_hdr, enumerator in enum:dwarf_section_display_enum
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.h 86 eh_frame_hdr, enumerator in enum:dwarf_section_display_enum
  /src/external/gpl3/binutils/dist/bfd/
elf.c 3503 "eh_frame_hdr");
4800 /* Retrieve .eh_frame_hdr. Prior to size_dynamic_sections the
4803 whether .eh_frame_hdr will actually be output (sizing isn't done
5139 asection *dynsec, *eh_frame_hdr;
5625 /* If there is a .eh_frame_hdr section, throw in a PT_GNU_EH_FRAME
5627 eh_frame_hdr = elf_eh_frame_hdr (info);
5628 if (eh_frame_hdr != NULL
5629 && (eh_frame_hdr->output_section->flags & SEC_LOAD) != 0)
5638 m->sections[0] = eh_frame_hdr->output_section;
5137 asection *dynsec, *eh_frame_hdr; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 3439 "eh_frame_hdr");
4735 /* Retrieve .eh_frame_hdr. Prior to size_dynamic_sections the
4738 whether .eh_frame_hdr will actually be output (sizing isn't done
5074 asection *dynsec, *eh_frame_hdr;
5560 /* If there is a .eh_frame_hdr section, throw in a PT_GNU_EH_FRAME
5562 eh_frame_hdr = elf_eh_frame_hdr (info);
5563 if (eh_frame_hdr != NULL
5564 && (eh_frame_hdr->output_section->flags & SEC_LOAD) != 0)
5573 m->sections[0] = eh_frame_hdr->output_section;
5072 asection *dynsec, *eh_frame_hdr; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 3410 "eh_frame_hdr");
4702 /* Retrieve .eh_frame_hdr. Prior to size_dynamic_sections the
4705 whether .eh_frame_hdr will actually be output (sizing isn't done
5034 asection *dynsec, *eh_frame_hdr;
5514 /* If there is a .eh_frame_hdr section, throw in a PT_GNU_EH_FRAME
5516 eh_frame_hdr = elf_eh_frame_hdr (info);
5517 if (eh_frame_hdr != NULL
5518 && (eh_frame_hdr->output_section->flags & SEC_LOAD) != 0)
5527 m->sections[0] = eh_frame_hdr->output_section;
5032 asection *dynsec, *eh_frame_hdr; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 3501 "eh_frame_hdr");
4800 /* Retrieve .eh_frame_hdr. Prior to size_dynamic_sections the
4803 whether .eh_frame_hdr will actually be output (sizing isn't done
5132 asection *dynsec, *eh_frame_hdr;
5612 /* If there is a .eh_frame_hdr section, throw in a PT_GNU_EH_FRAME
5614 eh_frame_hdr = elf_eh_frame_hdr (info);
5615 if (eh_frame_hdr != NULL
5616 && (eh_frame_hdr->output_section->flags & SEC_LOAD) != 0)
5625 m->sections[0] = eh_frame_hdr->output_section;
5130 asection *dynsec, *eh_frame_hdr; local

Completed in 88 milliseconds