Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DDWARFCallFrameInfo.h94 uint32_t code_align; member
107 : cie_offset(offset), version(-1), code_align(0), data_align(0), in CIE()
/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp302 cie_sp->code_align = (uint32_t)m_cfi_data.GetULEB128(&offset); in ParseCIE()
624 uint32_t code_align = cie->code_align; in FDEToUnwindPlan() local
658 row->SlideOffset(extended_opcode * code_align); in FDEToUnwindPlan()
707 row->SlideOffset(m_cfi_data.GetU8(&offset) * code_align); in FDEToUnwindPlan()
720 row->SlideOffset(m_cfi_data.GetU16(&offset) * code_align); in FDEToUnwindPlan()
733 row->SlideOffset(m_cfi_data.GetU32(&offset) * code_align); in FDEToUnwindPlan()
/external/elfutils/src/
Dreadelf.c6225 Dwarf_Word vma_base, unsigned int code_align, in print_cfa_program() argument
6262 *readp, pc += *readp * code_align); in print_cfa_program()
6270 op1, pc += op1 * code_align); in print_cfa_program()
6277 op1, pc += op1 * code_align); in print_cfa_program()
6448 op1, pc += op1 * code_align); in print_cfa_program()
6468 opcode & 0x3f, pc += (opcode & 0x3f) * code_align); in print_cfa_program()