Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/elfcpp/
Ddwarf.h128 DW_EH_PE_aligned = 0x50, enumerator
/toolchain/binutils/binutils-2.27/include/
Ddwarf2.h405 #define DW_EH_PE_aligned 0x50 macro
/toolchain/binutils/binutils-2.27/bfd/
Delf-eh-frame.c810 if ((cie->per_encoding & 0x70) == DW_EH_PE_aligned) in _bfd_elf_parse_eh_frame()
847 && (cie->per_encoding & 0x70) != DW_EH_PE_aligned) in _bfd_elf_parse_eh_frame()
1370 || (ent->fde_encoding & 0x70) == DW_EH_PE_aligned)) in _bfd_elf_discard_section_eh_frame()
1867 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.
/toolchain/binutils/binutils-2.27/gold/
Dehframe.cc861 if ((per_encoding & 0xf0) == elfcpp::DW_EH_PE_aligned) in read_cie()