HomeSort by relevance Sort by last modified time
    Searched full:next_pc (Results 1 - 10 of 10) sorted by null

  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s 15 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
20 # rtdyld-check: decode_operand(insn2, 4) = x - next_pc(insn2)
  /external/lldb/examples/python/
diagnose_unwind.py 92 next_pc = 0
96 next_pc = process.ReadPointerFromMemory(cur_fp + process.GetAddressByteSize(), error)
98 next_pc = 0
103 if target.triple[0:3] == "arm" and (next_pc & 1) == 1:
104 next_pc = next_pc & ~1
105 cur_pc = next_pc
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 53 /// | 'next_pc' '(' symbol ')'
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 1981 int32_t next_pc = 0; local
2379 int32_t next_pc = bad_ra; local
    [all...]
simulator-mips.h 269 int32_t* next_pc,
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.h 93 arm_error_t DecodeInstructionUsingDisassembler(nub_addr_t curr_pc, uint32_t curr_cpsr, arm_decoded_instruction_t *decodedInstruction, thumb_static_data_t *thumbStaticData, nub_addr_t *next_pc);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 259 // Evaluate a call to next_pc. Decode the instruction at the given
304 else if (Symbol == "next_pc")
  /external/vixl/src/a64/
assembler-a64.h     [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h     [all...]
  /prebuilts/sdk/tools/linux/
libLLVM.so 

Completed in 3782 milliseconds