Searched refs:DW_EH_PE_pcrel (Results 1 – 4 of 4) sorted by relevance
57 if (address_type == DW_EH_PE_pcrel) { in WriteDebugFrameCIE()58 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata8); // R: Pointer encoding. in WriteDebugFrameCIE()64 if (address_type == DW_EH_PE_pcrel) { in WriteDebugFrameCIE()65 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); // R: Pointer encoding. in WriteDebugFrameCIE()
676 DW_EH_PE_pcrel = 0x10, enumerator
199 dwarf::DW_EH_PE_pcrel, kCFIFormat, in Write()
201 header.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); in WriteCFISection()