Home
last modified time | relevance | path

Searched refs:DW_EH_PE_pcrel (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dwarf/
Dheaders.h57 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()
Ddwarf_constants.h676 DW_EH_PE_pcrel = 0x10, enumerator
/art/compiler/
Delf_writer_quick.cc199 dwarf::DW_EH_PE_pcrel, kCFIFormat, in Write()
Delf_writer_debug.cc201 header.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); in WriteCFISection()