/external/lldb/source/Plugins/Process/Utility/ |
H A D | UnwindLLDB.cpp | 47 ABI *abi = process_sp ? process_sp->GetABI().get() : NULL; local 49 while (AddOneMoreFrame (abi)) 105 UnwindLLDB::AddOneMoreFrame (ABI *abi) argument 161 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) 179 if (abi && !abi->CodeAddressIsValid (cursor_sp->start_pc)) 194 else if (abi && abi->StackUsesFrames()) 222 ABI *abi local 254 ABI *abi = process_sp ? process_sp->GetABI().get() : NULL; local [all...] |
H A D | RegisterContextLLDB.cpp | 115 ABI *abi = process->GetABI().get(); local 116 if (abi) 117 current_pc = abi->FixCodeAddress(current_pc); 275 ABI *abi = process->GetABI().get(); local 276 if (abi) 277 pc = abi->FixCodeAddress(pc); 311 if (abi) 315 abi->CreateDefaultUnwindPlan(*m_full_unwind_plan_sp); 542 if (repeating_frames && abi->FunctionCallsChangeCFA()) 629 ABI *abi local 1098 ABI *abi = process ? process->GetABI().get() : NULL; local 1239 ABI *abi = process ? process->GetABI().get() : NULL; local [all...] |
/external/lldb/source/Symbol/ |
H A D | FuncUnwinders.cpp | 173 ABI *abi = process_sp->GetABI().get(); local 174 if (abi) 178 abi->CreateDefaultUnwindPlan(*m_unwind_plan_arch_default_sp); 209 ABI *abi = process_sp->GetABI().get(); local 210 if (abi) 214 abi->CreateFunctionEntryUnwindPlan(*m_unwind_plan_arch_default_at_func_entry_sp);
|
H A D | Variable.cpp | 147 ABI *abi = NULL; local 152 abi = ABI::FindPlugin (module_sp->GetArchitecture()).get(); 154 m_location.GetDescription(s, lldb::eDescriptionLevelBrief, loclist_base_addr, abi); 488 ABI *abi = NULL; local 493 abi = ABI::FindPlugin (module_sp->GetArchitecture()).get(); 508 abi); 515 abi);
|
/external/lldb/source/Commands/ |
H A D | CommandObjectArgs.cpp | 115 const ABI *abi = process->GetABI().get(); local 116 if (!abi) 247 if (!abi->GetArgumentValues (*thread, value_list))
|
H A D | CommandObjectTarget.cpp | 3546 ABI *abi = NULL; local 3548 abi = process->GetABI().get(); 3613 if (abi) 3614 start_addr = abi->FixCodeAddress(start_addr);
|
/external/libunwind/include/tdep-mips/ |
H A D | libunwind_i.h | 56 mips_abi_t abi; member in struct:unw_addr_space 270 else if (c->as->abi == UNW_MIPS_ABI_O32) 292 else if (c->as->abi == UNW_MIPS_ABI_O32)
|
/external/lldb/source/Target/ |
H A D | ThreadPlanCallFunction.cpp | 41 ABI *& abi, 53 abi = process_sp->GetABI().get(); 55 if (!abi) 64 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize(); 149 ABI *abi; local 151 if (!ConstructorSetup (thread, abi, start_load_addr, function_load_addr)) 156 if (!abi->PrepareTrivialCall (thread, 167 if (!abi->PrepareTrivialCall (thread, 177 if (!abi->PrepareTrivialCall (thread, 215 ABI *abi; local 40 ConstructorSetup(Thread &thread, ABI *& abi, lldb::addr_t &start_load_addr, lldb::addr_t &function_load_addr) argument 290 const ABI *abi = process_sp ? process_sp->GetABI().get() : NULL; local [all...] |
H A D | ThreadPlanTracer.cpp | 233 const ABI *abi = process_sp->GetABI().get(); local 236 if (abi && intptr_type.IsValid()) 250 if (abi->GetArgumentValues (m_thread, value_list))
|
H A D | Thread.cpp | 1678 lldb::ABISP abi = thread->GetProcess()->GetABI(); local 1679 if (!abi) 1708 return_error = abi->SetReturnValueObject(older_frame_sp, return_value_sp);
|
/external/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 283 DWARFExpression::DumpLocation (Stream *s, lldb::offset_t offset, lldb::offset_t length, lldb::DescriptionLevel level, ABI *abi) const 431 if (abi) 434 if (abi->GetRegisterInfoByKind(m_reg_kind, reg_num, reg_info)) 487 if (abi) 490 if (abi->GetRegisterInfoByKind(m_reg_kind, reg_num, reg_info)) 511 if (abi) 514 if (abi->GetRegisterInfoByKind(m_reg_kind, reg_num, reg_info)) 538 if (abi) 541 if (abi->GetRegisterInfoByKind(m_reg_kind, reg_num, reg_info)) 663 DWARFExpression::GetDescription (Stream *s, lldb::DescriptionLevel level, addr_t location_list_base_addr, ABI *abi) cons 1175 DumpLocationForAddress(Stream *s, lldb::DescriptionLevel level, addr_t base_addr, addr_t address, ABI *abi) argument [all...] |
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTrampolineHandler.cpp | 510 const ABI *abi = process->GetABI().get(); local 522 bool success = abi->GetArgumentValues (exe_ctx.GetThreadRef(), argument_values); 878 const ABI *abi = NULL; local 881 abi = process_sp->GetABI().get(); 882 if (abi == NULL) 918 bool success = abi->GetArgumentValues (thread, argument_values);
|
/external/kernel-headers/original/uapi/sound/ |
H A D | asoc.h | 125 __le32 abi; /* ABI version */ member in struct:snd_soc_tplg_hdr
|
/external/libunwind/include/tdep-ia64/ |
H A D | libunwind_i.h | 101 int abi; /* abi < 0 => unknown, 0 => SysV, 1 => HP-UX, 2 => Windows */ member in struct:unw_addr_space
|
/external/libunwind/src/ia64/ |
H A D | Gparser.c | 313 desc_abi (unsigned char abi, unsigned char context, argument 316 sr->abi_marker = (abi << 8) | context;
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunner.java | 166 * @param abi the ABI to run the test on 169 public void setAbi(IAbi abi) { argument 170 mAbi = abi;
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderMacOSXDYLD.cpp | 619 const lldb::ABISP &abi = process->GetABI(); local 620 if (abi) 639 if (abi->GetArgumentValues (exe_ctx.GetThreadRef(), argument_values))
|
/external/libunwind/include/ |
H A D | dwarf.h | 277 uint16_t abi; member in struct:dwarf_cie_info
|
/external/robolectric/v3/runtime/ |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |