Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h130 int32_t extract_4_signed(uint8_t *b);
H A Dx86AssemblyInspectionEngine.cpp788 int32_t rel32 = extract_4_signed (m_cur_insn + opcode_size); in pc_rel_branch_or_jump_p()
878 int32_t x86AssemblyInspectionEngine::extract_4_signed(uint8_t *b) { in extract_4_signed() function in x86AssemblyInspectionEngine