Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfEncoding.h40 DW_EH_PE_funcrel = 0x40, enumerator
DDwarfMemory.cpp134 case DW_EH_PE_funcrel: in AdjustEncodedValue()
DDwarfEhFrameWithHdr.cpp31 return encoding > 0 && encoding <= DW_EH_PE_funcrel; in IsEncodingRelative()