Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
Dcie.c73 cie->lsda_encoding = DW_EH_PE_omit; in intern_new_cie()
91 cie->lsda_encoding = *data++; in intern_new_cie()
95 cie->lsda_encoding, NULL); in intern_new_cie()
Dcfi.h54 uint8_t lsda_encoding; /* DW_EH_PE_* for LSDA in FDE augmentation. */ member
/third_party/libunwind/src/dwarf/
DGfde.c72 dci->lsda_encoding = DW_EH_PE_omit; in parse_cie()
182 dci->lsda_encoding = ch; in parse_cie()
336 if ((ret = dwarf_read_encoded_pointer (as, a, &addr, dci.lsda_encoding, in dwarf_extract_proc_info_from_fde()
/third_party/libunwind/include/
Ddwarf.h299 uint8_t lsda_encoding; member
/third_party/elfutils/src/
Dreadelf.c6819 uint8_t lsda_encoding; in print_debug_frame_section() member
6888 unsigned int lsda_encoding = 0; in print_debug_frame_section() local
6974 lsda_encoding = *readp++; in print_debug_frame_section()
6976 lsda_encoding); in print_debug_frame_section()
7020 newp->lsda_encoding = lsda_encoding; in print_debug_frame_section()
7046 lsda_encoding = cie->lsda_encoding; in print_debug_frame_section()
7125 = read_encoded (lsda_encoding, &readp[u], in print_debug_frame_section()