Home
last modified time | relevance | path

Searched refs:extract_2_signed (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.h128 int16_t extract_2_signed(uint8_t *b);
Dx86AssemblyInspectionEngine.cpp785 int16_t rel16 = extract_2_signed (m_cur_insn + opcode_size); in pc_rel_branch_or_jump_p()
852 int16_t x86AssemblyInspectionEngine::extract_2_signed(uint8_t *b) { in extract_2_signed() function in x86AssemblyInspectionEngine