Searched refs:table_enc (Results 1 – 6 of 6) sorted by relevance
35 uint8_t table_enc; member66 ehHdrInfo.table_enc = addressSpace.get8(p++); in decodeEHHdr()114 size_t tableEntrySize = getTableEntrySize(hdrInfo.table_enc); in findFDE()122 hdrInfo.table_enc, ehHdrStart); in findFDE()137 hdrInfo.table_enc, fdeInfo, cieInfo)) { in findFDE()
16 # CHECK-NEXT: table_enc:
29 table_enc: 0x3b (sdata4 datarel)
508 table_enc: 0x3b (sdata4 datarel)
24 # CHECK-NEXT: table_enc: 0x3b
10619 unsigned int table_enc = *readp++; in print_debug_frame_hdr_section() local10627 printf (" table_enc: %#x ", table_enc); in print_debug_frame_hdr_section()10628 print_encoding_base ("", table_enc); in print_debug_frame_hdr_section()10657 if (fde_count == 0 || table_enc == DW_EH_PE_omit) in print_debug_frame_hdr_section()10663 if (table_enc == (DW_EH_PE_datarel | DW_EH_PE_sdata4)) in print_debug_frame_hdr_section()