Home
last modified time | relevance | path

Searched refs:DW_EH_PE_aligned (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-pe.h57 #define DW_EH_PE_aligned 0x50 macro
110 case DW_EH_PE_aligned: in base_of_encoded_value()
201 if (encoding == DW_EH_PE_aligned) in read_encoded_value_with_base()
Dunwind-dw2-fde-dip.c173 case DW_EH_PE_aligned: in base_from_cb_data()
Dunwind-dw2-fde.c278 case DW_EH_PE_aligned: in base_from_object()
/netbsd/src/sys/lib/libunwind/
Ddwarf2.h74 DW_EH_PE_aligned = 0x50, enumerator
DAddressSpace.hpp155 if (encoding == DW_EH_PE_aligned) { in getEncodedP()
231 case DW_EH_PE_aligned: in getEncodedP()
/netbsd/src/external/gpl3/binutils/dist/elfcpp/
Ddwarf.h150 DW_EH_PE_aligned = 0x50, enumerator
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsol2.h49 ((flag_pic || GLOBAL) ? DW_EH_PE_aligned : DW_EH_PE_absptr)
/netbsd/src/external/gpl3/gcc/dist/include/
Ddwarf2.h480 #define DW_EH_PE_aligned 0x50 macro
/netbsd/src/external/gpl3/gdb/dist/include/
Ddwarf2.h490 #define DW_EH_PE_aligned 0x50 macro
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Ddwarf_eh.h109 DW_EH_PE_aligned = 0x50, enumerator
/netbsd/src/external/gpl3/binutils/dist/include/
Ddwarf2.h490 #define DW_EH_PE_aligned 0x50 macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2asm.cc503 S(DW_EH_PE_aligned, "aligned absolute") in eh_data_format_name()
1082 if (encoding == DW_EH_PE_aligned) in dw2_asm_output_encoded_addr_rtx()
Dexcept.cc2921 && (tt_format & 0x70) != DW_EH_PE_aligned)) in switch_to_exception_section()
2999 if (tt_format == DW_EH_PE_absptr || tt_format == DW_EH_PE_aligned) in output_ttype()
Ddwarf2out.cc466 && (fde_encoding & 0x70) != DW_EH_PE_aligned in switch_to_eh_frame_section()
468 && (per_encoding & 0x70) != DW_EH_PE_aligned in switch_to_eh_frame_section()
470 && (lsda_encoding & 0x70) != DW_EH_PE_aligned)) in switch_to_eh_frame_section()
651 if (lsda_encoding == DW_EH_PE_aligned) in output_fde()
676 if (lsda_encoding == DW_EH_PE_aligned) in output_fde()
886 if (personality && per_encoding == DW_EH_PE_aligned) in output_call_frame_info()
DChangeLog-200112759 alignment for assemble_integer for DW_EH_PE_aligned.
21224 * dwarf2.h (DW_EH_PE_aligned): New.
21230 * unwind-pe.h (DW_EH_PE_aligned): New.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-eh-frame.c823 if ((cie->per_encoding & 0x70) == DW_EH_PE_aligned) in _bfd_elf_parse_eh_frame()
864 && (cie->per_encoding & 0x70) != DW_EH_PE_aligned) in _bfd_elf_parse_eh_frame()
1526 || (ent->fde_encoding & 0x70) == DW_EH_PE_aligned)) in _bfd_elf_discard_section_eh_frame()
2065 if ((per_encoding & 0x70) == DW_EH_PE_aligned) in _bfd_elf_write_section_eh_frame()
DChangeLog-02039390 search table if some FDE is DW_EH_PE_aligned encoded either.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-eh-frame.c823 if ((cie->per_encoding & 0x70) == DW_EH_PE_aligned) in _bfd_elf_parse_eh_frame()
864 && (cie->per_encoding & 0x70) != DW_EH_PE_aligned) in _bfd_elf_parse_eh_frame()
1526 || (ent->fde_encoding & 0x70) == DW_EH_PE_aligned)) in _bfd_elf_discard_section_eh_frame()
2065 if ((per_encoding & 0x70) == DW_EH_PE_aligned) in _bfd_elf_write_section_eh_frame()
DChangeLog-02039390 search table if some FDE is DW_EH_PE_aligned encoded either.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.h458 ? DW_EH_PE_aligned : DW_EH_PE_absptr))
/netbsd/src/external/gpl3/binutils/dist/gold/
Dehframe.cc861 if ((per_encoding & 0xf0) == elfcpp::DW_EH_PE_aligned) in read_cie()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20033934 DW_EH_PE_aligned encoding.