Home
last modified time | relevance | path

Searched defs:cie (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-eh-frame.c30 struct cie struct
49 struct eh_cie_fde *cie_inf; argument
50 unsigned char per_encoding;
51 unsigned char lsda_encoding;
52 unsigned char fde_encoding;
53 unsigned char initial_insn_length;
54 unsigned char can_make_lsda_relative;
55 unsigned char initial_instructions[50];
592 struct cie *cie, *local_cies = NULL; in _bfd_elf_parse_eh_frame() local
1171 struct eh_cie_fde *fde, *cie; in _bfd_elf_gc_mark_fdes() local
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c30 struct cie struct
49 struct eh_cie_fde *cie_inf; argument
50 unsigned char per_encoding;
51 unsigned char lsda_encoding;
52 unsigned char fde_encoding;
53 unsigned char initial_insn_length;
54 unsigned char can_make_lsda_relative;
55 unsigned char initial_instructions[50];
592 struct cie *cie, *local_cies = NULL; in _bfd_elf_parse_eh_frame() local
1172 struct eh_cie_fde *fde, *cie; in _bfd_elf_gc_mark_fdes() local
[all …]
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_frame.c38 Dwarf_Cie cie; in _dwarf_frame_find_cie() local
55 _dwarf_frame_read_lsb_encoded(Dwarf_Debug dbg, Dwarf_Cie cie, uint64_t *val, in _dwarf_frame_read_lsb_encoded()
129 _dwarf_frame_parse_lsb_cie_augment(Dwarf_Debug dbg, Dwarf_Cie cie, in _dwarf_frame_parse_lsb_cie_augment()
182 Dwarf_Cie cie; in _dwarf_frame_add_cie() local
309 Dwarf_Cie cie; in _dwarf_frame_add_fde() local
421 Dwarf_Cie cie, tcie; in _dwarf_frame_section_cleanup() local
447 Dwarf_Cie cie; in _dwarf_frame_section_init() local
1198 Dwarf_Cie cie; in _dwarf_frame_get_internal_table() local
1431 _dwarf_frame_gen_cie(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_P_Cie cie, in _dwarf_frame_gen_cie()
1546 Dwarf_P_Cie cie; in _dwarf_frame_gen() local
[all …]
H A Ddwarf_pro_frame.c59 Dwarf_P_Cie cie; in dwarf_add_frame_cie() local
100 Dwarf_Unsigned cie, Dwarf_Addr virt_addr, Dwarf_Unsigned code_len, in dwarf_add_frame_fde()
110 Dwarf_Unsigned cie, Dwarf_Addr virt_addr, Dwarf_Unsigned code_len, in dwarf_add_frame_fde_b()
H A Ddwarf_frame.c221 dwarf_get_cie_info(Dwarf_Cie cie, Dwarf_Unsigned *bytes_in_cie, in dwarf_get_cie_info()
247 dwarf_get_cie_index(Dwarf_Cie cie, Dwarf_Signed *cie_index, Dwarf_Error *error) in dwarf_get_cie_index()
530 dwarf_expand_frame_instructions(Dwarf_Cie cie, Dwarf_Ptr instruction, in dwarf_expand_frame_instructions()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/aarch64/
H A Daarch64-unwind.h42 const struct dwarf_cie *cie = get_cie (fde); in aarch64_cie_signed_with_b_key() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Daarch64-unwind.h42 const struct dwarf_cie *cie = get_cie (fde); in aarch64_cie_signed_with_b_key() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-aarch64.h102 #define tc_output_cie_extra(cie) \ argument
113 #define tc_cie_fde_equivalent_extra(cie, fde) (cie->pauth_key == fde->pauth_key) argument
118 #define tc_cie_entry_init_extra(cie, fde) cie->pauth_key = fde->pauth_key; argument
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.h104 #define tc_output_cie_extra(cie) \ argument
115 #define tc_cie_fde_equivalent_extra(cie, fde) (cie->pauth_key == fde->pauth_key) argument
120 #define tc_cie_entry_init_extra(cie, fde) cie->pauth_key = fde->pauth_key; argument
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dehframe.cc925 Cie cie(object, shndx, (pcie - 8) - pcontents, fde_encoding, in read_cie() local
993 Cie* cie = pcie->second; in read_fde() local
1126 Cie cie(NULL, 0, 0, elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4, "", in add_ehframe_for_plt() local
1156 Cie cie(NULL, 0, 0, elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4, "", in remove_ehframe_for_plt() local
H A Dehframe.h291 Cie(const Cie& cie) in Cie()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dehframe.cc925 Cie cie(object, shndx, (pcie - 8) - pcontents, fde_encoding, in read_cie() local
993 Cie* cie = pcie->second; in read_fde() local
1126 Cie cie(NULL, 0, 0, elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4, "", in add_ehframe_for_plt() local
1156 Cie cie(NULL, 0, 0, elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4, "", in remove_ehframe_for_plt() local
H A Dehframe.h291 Cie(const Cie& cie) in Cie()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c217 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context, in extract_cie_info()
312 const struct dwarf_cie *cie; in uw_frame_state_for() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c217 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context, in extract_cie_info()
312 const struct dwarf_cie *cie; in uw_frame_state_for() local
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ddw2gencfi.c1837 output_cie (struct cie_entry *cie, bool eh_frame, int align) in output_cie()
1960 output_fde (struct fde_entry *fde, struct cie_entry *cie, in output_fde()
2127 struct cie_entry *cie; in select_cie_for_fde() local
2301 struct cie_entry *cie, *cie_next; in cfi_finish() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ddw2gencfi.c1818 output_cie (struct cie_entry *cie, bool eh_frame, int align) in output_cie()
1941 output_fde (struct fde_entry *fde, struct cie_entry *cie, in output_fde()
2108 struct cie_entry *cie; in select_cie_for_fde() local
2282 struct cie_entry *cie, *cie_next; in cfi_finish() local
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2.c419 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context, in extract_cie_info()
1253 const struct dwarf_cie *cie; in uw_frame_state_for() local
H A Dunwind-dw2-fde.c294 get_cie_encoding (const struct dwarf_cie *cie) in get_cie_encoding()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
H A Dunwind-cr16.c392 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context, in extract_cie_info()
1178 const struct dwarf_cie *cie; in uw_frame_state_for() local
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/cr16/
H A Dunwind-cr16.c392 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context, in extract_cie_info()
1178 const struct dwarf_cie *cie; in uw_frame_state_for() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2.c419 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context, in extract_cie_info()
1253 const struct dwarf_cie *cie; in uw_frame_state_for() local
H A Dunwind-dw2-fde.c294 get_cie_encoding (const struct dwarf_cie *cie) in get_cie_encoding()
/netbsd-src/sys/lib/libunwind/
H A DDwarfParser.hpp199 bool CFI_Parser<A, R>::parseCIE(A &addressSpace, pint_t cie, in parseCIE()
/netbsd-src/sys/dev/pci/
H A Dcs428x.h151 uint32_t cie; member

12