Searched refs:eh_frame_ptr_enc (Results 1 – 6 of 6) sorted by relevance
64 uint8_t eh_frame_ptr_enc = addressSpace.get8(p++); in decodeEHHdr() local69 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart); in decodeEHHdr()
14 # CHECK-NEXT: eh_frame_ptr_enc:
27 eh_frame_ptr_enc: 0x1b (sdata4 pcrel)
506 eh_frame_ptr_enc: 0x1b (sdata4 pcrel)
22 # CHECK-NEXT: eh_frame_ptr_enc: 0x1b254 # TRUNCATED-NEXT: eh_frame_ptr_enc: 0x0255 # TRUNCATED-NEXT: error: '[[FILE]]': unexpected encoding eh_frame_ptr_enc
10617 unsigned int eh_frame_ptr_enc = *readp++; in print_debug_frame_hdr_section() local10623 version, eh_frame_ptr_enc); in print_debug_frame_hdr_section()10624 print_encoding_base ("", eh_frame_ptr_enc); in print_debug_frame_hdr_section()10631 if (eh_frame_ptr_enc != DW_EH_PE_omit) in print_debug_frame_hdr_section()10633 readp = read_encoded (eh_frame_ptr_enc, readp, dataend, &eh_frame_ptr, in print_debug_frame_hdr_section()10639 if ((eh_frame_ptr_enc & 0x70) == DW_EH_PE_pcrel) in print_debug_frame_hdr_section()