Searched refs:abi (Results 1 - 25 of 100) sorted by relevance

1234

/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.cc75 namespace abi = __cxxabiv1;
120 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
121 const abi::__class_type_info *Base,
126 if (const abi::__si_class_type_info *SI =
127 dynamic_cast<const abi::__si_class_type_info*>(Derived))
130 const abi::__vmi_class_type_info *VTI =
131 dynamic_cast<const abi::__vmi_class_type_info*>(Derived);
141 abi::__base_class_type_info::__offset_shift;
143 abi::__base_class_type_info::__virtual_mask)
158 static const abi
[all...]
/external/kernel-headers/original/uapi/mtd/
H A Dmtd-user.h26 #include <mtd/mtd-abi.h>
/external/mesa3d/src/mapi/glapi/gen/
H A Dextension_helper.py105 def all_entrypoints_in_abi(f, abi, api):
108 if category not in abi:
114 def any_entrypoints_in_abi(f, abi, api):
117 if category in abi:
123 def condition_for_function(f, abi, all_not_in_ABI):
135 if category not in abi:
160 abi = [ "1.0", "1.1", "1.2", "GL_ARB_multitexture" ]
170 condition = condition_for_function(f, abi, 0)
198 if category not in abi:
220 if any_entrypoints_in_abi(f, abi, ap
[all...]
/external/libunwind/src/mips/
H A DGcreate_addr_space.c61 as->abi = UNW_MIPS_ABI_O32;
64 as->abi = UNW_MIPS_ABI_N64;
H A DGinit.c64 && unw_local_addr_space->abi == UNW_MIPS_ABI_O32)
239 local_addr_space.abi = UNW_MIPS_ABI_O32;
241 local_addr_space.abi = UNW_MIPS_ABI_N32;
243 local_addr_space.abi = UNW_MIPS_ABI_N64;
H A DGis_signal_frame.c55 switch (c->dwarf.as->abi)
/external/conscrypt/
H A Dupdate_prebuilts.sh109 abi="${ABI_NAMES[$i]}"
111 if [[ ! -d "jni/$abi" ]]; then
112 mkdir -p "jni/$abi"
114 cp "$sys_lib_dir/libconscrypt_jni.so" "jni/$abi/" || exit 4
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp47 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 DRegisterContextLLDB.cpp115 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...]
H A DUnwindLLDB.h114 bool AddOneMoreFrame (ABI *abi);
/external/lldb/source/Symbol/
H A DFuncUnwinders.cpp173 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);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h5 #include <asm/ptrace-abi.h>
/external/lldb/source/Target/
H A DThreadPlanCallFunction.cpp41 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...]
/external/jemalloc/test/
H A Dtest.sh.in3 case @abi@ in
/external/lldb/include/lldb/Expression/
H A DDWARFExpression.h92 /// @param[in] abi
100 ABI *abi) const;
375 ABI *abi);
393 /// @param[in] abi
402 ABI *abi) const;
/external/apache-harmony/jdwp/
H A DAndroid_debug_config.mk99 # Declare variant host rule for run-jdwp-tests-host. It depends on the previous abi rule(s)
144 # Declare variant target rule for run-jdwp-tests-target. It depends on the previous abi rule(s)
151 $(foreach abi,$(jdwp_tests_host_abis),$(eval $(call declare-jdwp-host-rule,$(abi))))
152 $(foreach abi,$(jdwp_tests_target_abis),$(eval $(call declare-jdwp-target-rule,$(abi))))
/external/llvm/test/MC/Mips/
H A Dcpsetup.s1 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 -filetype=obj -o - %s | \
5 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 %s | \
8 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 -filetype=obj -o - %s | \
12 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 %s | \
H A Delf_reginfo.s4 # RUN: llvm-mc -filetype=obj -triple=mips64el-linux -target-abi n64 %s -o - \
6 # RUN: llvm-mc -filetype=obj -triple=mipsel %s -target-abi n32 -o - \
H A Dnabi-regs.s10 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n32 | FileCheck %s
13 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n64 | FileCheck %s
H A Dmips-reginfo-fp64.s5 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n32 -filetype=obj -o - | \
9 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n64 -filetype=obj -o - | \
H A Delf_eflags.s48 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
49 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
52 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32-NAN2008 %s
55 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32 %s
58 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -target-abi n32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32-NAN2008 %s
61 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N64 %s
64 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N64-NAN2008 %s
67 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -target-abi n64 -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N64 %s
70 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -target-abi n64 -mattr=+nan2008 -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N64-NAN2008 %s
73 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi o3
[all...]
/external/strace/linux/mips/
H A Dget_syscall_args.c26 # error unsupported mips abi
/external/lldb/source/Commands/
H A DCommandObjectArgs.cpp115 const ABI *abi = process->GetABI().get(); local
116 if (!abi)
247 if (!abi->GetArgumentValues (*thread, value_list))
/external/libcxxabi/
H A DAndroid.mk75 LOCAL_MODULE := libc++abi
102 LOCAL_MODULE := libc++abi
/external/libcxxabi/lib/
H A Dbuildit50 LDSHARED_FLAGS="-o libc++abi.dylib \
54 -install_name /usr/lib/libc++abi.dylib \
64 LDSHARED_FLAGS="-o libc++abi.dll \
65 -shared -nodefaultlibs -Wl,--export-all-symbols -Wl,--allow-multiple-definition -Wl,--out-implib,libc++abi.dll.a \
71 LDSHARED_FLAGS="-o libc++abi.so.1.0 \
72 -shared -nodefaultlibs -Wl,-soname,libc++abi.so.1 \
79 rm -f libc++abi.1.$SOEXT*

Completed in 4194 milliseconds

1234