Searched refs:ptr_encoding (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | DWARFCallFrameInfo.h | 100 uint8_t ptr_encoding; member 110 inst_length(0), ptr_encoding(0), in CIE()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 270 cie_sp->ptr_encoding = DW_EH_PE_absptr; // default in ParseCIE() 368 cie_sp->ptr_encoding = m_cfi_data.GetU8(&offset); in ParseCIE() 505 GetGNUEHPointer(m_cfi_data, &offset, cie->ptr_encoding, pc_rel_addr, in GetFDEIndex() 511 m_cfi_data, &offset, cie->ptr_encoding & DW_EH_PE_MASK_ENCODING, in GetFDEIndex() 578 GetGNUEHPointer(m_cfi_data, &offset, cie->ptr_encoding, pc_rel_addr, in FDEToUnwindPlan() 581 m_cfi_data, &offset, cie->ptr_encoding & DW_EH_PE_MASK_ENCODING, in FDEToUnwindPlan()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-2002 | 7569 (pointer_encoding, enum ptr_encoding): New.
|