Home
last modified time | relevance | path

Searched refs:DW_EH_PE_sdata4 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Delf_writer_debug.cc201 header.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); in WriteCFISection()
206 header.PushUint8(DW_EH_PE_datarel | DW_EH_PE_sdata4); in WriteCFISection()
/art/compiler/dwarf/
Dheaders.h65 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); // R: Pointer encoding. in WriteDebugFrameCIE()
Ddwarf_constants.h669 DW_EH_PE_sdata4 = 0x0B, enumerator