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

  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 1093 /* Add space for a CANTUNWIND terminator to SEC if the text sections
1117 /* Add space for a CANTUNWIND terminator. */
1149 /* Add a CANTUNWIND terminator after the last entry. */
1867 /* Write out .eh_frame_entry section. Add CANTUNWIND terminator if needed.
1875 bfd_byte cantunwind[8]; local
1941 bfd_put_32 (abfd, addr, cantunwind);
1942 bfd_put_32 (abfd, (*bed->cant_unwind_opcode) (info), cantunwind + 4);
1943 return bfd_set_section_contents (abfd, sec->output_section, cantunwind,
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 1088 /* Add space for a CANTUNWIND terminator to SEC if the text sections
1112 /* Add space for a CANTUNWIND terminator. */
1144 /* Add a CANTUNWIND terminator after the last entry. */
1840 /* Write out .eh_frame_entry section. Add CANTUNWIND terminator if needed.
1848 bfd_byte cantunwind[8]; local
1914 bfd_put_32 (abfd, addr, cantunwind);
1915 bfd_put_32 (abfd, (*bed->cant_unwind_opcode) (info), cantunwind + 4);
1916 return bfd_set_section_contents (abfd, sec->output_section, cantunwind,
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 1082 /* Add space for a CANTUNWIND terminator to SEC if the text sections
1106 /* Add space for a CANTUNWIND terminator. */
1138 /* Add a CANTUNWIND terminator after the last entry. */
1830 /* Write out .eh_frame_entry section. Add CANTUNWIND terminator if needed.
1838 bfd_byte cantunwind[8]; local
1904 bfd_put_32 (abfd, addr, cantunwind);
1905 bfd_put_32 (abfd, (*bed->cant_unwind_opcode) (info), cantunwind + 4);
1906 return bfd_set_section_contents (abfd, sec->output_section, cantunwind,
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 1088 /* Add space for a CANTUNWIND terminator to SEC if the text sections
1112 /* Add space for a CANTUNWIND terminator. */
1144 /* Add a CANTUNWIND terminator after the last entry. */
1840 /* Write out .eh_frame_entry section. Add CANTUNWIND terminator if needed.
1848 bfd_byte cantunwind[8]; local
1914 bfd_put_32 (abfd, addr, cantunwind);
1915 bfd_put_32 (abfd, (*bed->cant_unwind_opcode) (info), cantunwind + 4);
1916 return bfd_set_section_contents (abfd, sec->output_section, cantunwind,

Completed in 62 milliseconds