Searched refs:table_enc (Results 1 – 7 of 7) sorted by relevance
37 uint8_t table_enc; member66 ehHdrInfo.table_enc = addressSpace.get8(p++); in decodeEHHdr()106 size_t tableEntrySize = getTableEntrySize(hdrInfo.table_enc); in findFDE()114 hdrInfo.table_enc, ehHdrStart); in findFDE()129 hdrInfo.table_enc, fdeInfo, cieInfo)) { in findFDE()
104 if (hdr.table_enc != (DW_EH_PE_datarel | DW_EH_PE_sdata4)) { in get_eh_frame_info()106 Debug(1, "Unsupported header table format %d\n", hdr.table_enc); in get_eh_frame_info()380 if (hdr->table_enc != (DW_EH_PE_datarel | DW_EH_PE_sdata4)) in dwarf_find_unwind_table()390 if (hdr->table_enc == DW_EH_PE_omit) in dwarf_find_unwind_table()394 hdr->table_enc); in dwarf_find_unwind_table()
699 if (hdr->table_enc != (DW_EH_PE_datarel | DW_EH_PE_sdata4)) in dwarf_callback()703 if (hdr->table_enc == DW_EH_PE_omit) in dwarf_callback()717 info->dlpi_name, hdr->table_enc); in dwarf_callback()
114 unsigned char table_enc; member
499 table_enc: 0x3b (sdata4 datarel)
7797 unsigned int table_enc = *readp++; in print_debug_frame_hdr_section() local7805 printf (" table_enc: %#x ", table_enc); in print_debug_frame_hdr_section()7806 print_encoding_base ("", table_enc); in print_debug_frame_hdr_section()7835 if (fde_count == 0 || table_enc == DW_EH_PE_omit) in print_debug_frame_hdr_section()7841 if (table_enc == (DW_EH_PE_datarel | DW_EH_PE_sdata4)) in print_debug_frame_hdr_section()
54 unsigned char table_enc; member