Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.cc73 namespace abi = __cxxabiv1;
116 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, in isDerivedFromAtOffset()
117 const abi::__class_type_info *Base, in isDerivedFromAtOffset()
122 if (const abi::__si_class_type_info *SI = in isDerivedFromAtOffset()
123 dynamic_cast<const abi::__si_class_type_info*>(Derived)) in isDerivedFromAtOffset()
126 const abi::__vmi_class_type_info *VTI = in isDerivedFromAtOffset()
127 dynamic_cast<const abi::__vmi_class_type_info*>(Derived); in isDerivedFromAtOffset()
137 abi::__base_class_type_info::__offset_shift; in isDerivedFromAtOffset()
139 abi::__base_class_type_info::__virtual_mask) in isDerivedFromAtOffset()
154 static const abi::__class_type_info *findBaseAtOffset( in findBaseAtOffset()
[all …]
/external/oprofile/libabi/
Dabi.cpp28 abi::abi() in abi() function in abi
38 int abi::need(string const key) const throw (abi_exception) in need()
47 bool abi::operator==(abi const & other) const in operator ==()
53 ostream & operator<<(ostream & o, abi const & abi) in operator <<() argument
55 abi_iter i = abi.slots.begin(); in operator <<()
56 abi_iter e = abi.slots.end(); in operator <<()
65 istream & operator>>(istream & i, abi & abi) in operator >>() argument
69 abi.slots.clear(); in operator >>()
72 abi.slots[key] = val; in operator >>()
Dabi.h28 class abi {
30 abi();
34 bool operator==(abi const & other) const;
35 friend std::ostream & operator<<(std::ostream & o, abi const & abi);
36 friend std::istream & operator>>(std::istream & i, abi & abi);
Dopimport.cpp51 abi const & theabi;
58 extractor(abi const & a, unsigned char const * src, size_t len) in extractor()
107 void import_from_abi(abi const & abi, void const * srcv, in import_from_abi() argument
114 extractor ext(abi, src, len); in import_from_abi()
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4); in import_from_abi()
134 src += abi.need("sizeof_struct_opd_header"); in import_from_abi()
140 src += abi.need("sizeof_odb_descr_t"); in import_from_abi()
144 src += abi.need("sizeof_odb_node_t"); in import_from_abi()
147 unsigned int step = abi.need("sizeof_odb_node_t"); in import_from_abi()
179 abi current_abi, input_abi; in main()
DMakefile.am14 libabi_a_SOURCES = abi.cpp abi.h op_abi.c op_abi.h
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
Dextension_helper.py105 def all_entrypoints_in_abi(f, abi, api): argument
108 if category not in abi:
114 def any_entrypoints_in_abi(f, abi, api): argument
117 if category in abi:
123 def condition_for_function(f, abi, all_not_in_ABI): argument
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, api):
[all …]
/external/mesa3d/src/mapi/glapi/gen/
Dextension_helper.py105 def all_entrypoints_in_abi(f, abi, api): argument
108 if category not in abi:
114 def any_entrypoints_in_abi(f, abi, api): argument
117 if category in abi:
123 def condition_for_function(f, abi, all_not_in_ABI): argument
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, api):
[all …]
/external/libffi/src/powerpc/
Dffi.c141 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV()
176 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV()
192 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV()
215 if ((ecif->cif->abi != FFI_LINUX) in ffi_prep_args_SYSV()
216 && (ecif->cif->abi != FFI_LINUX_SOFT_FLOAT)) in ffi_prep_args_SYSV()
223 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV()
601 if (cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_cif_machdep()
604 if (cif->abi != FFI_LINUX64) in ffi_prep_cif_machdep()
647 if (cif->abi != FFI_LINUX && cif->abi != FFI_LINUX64 in ffi_prep_cif_machdep()
648 && cif->abi != FFI_LINUX_SOFT_FLOAT) in ffi_prep_cif_machdep()
[all …]
Dffi_darwin.c202 if (size_al < 3 && ecif->cif->abi == FFI_DARWIN) in ffi_prep_args()
286 if (cif->abi == FFI_DARWIN) in ffi_prep_cif_machdep()
450 switch (cif->abi) in ffi_call()
541 switch (cif->abi) in ffi_prep_closure_loc()
545 FFI_ASSERT (cif->abi == FFI_DARWIN); in ffi_prep_closure_loc()
573 FFI_ASSERT (cif->abi == FFI_AIX); in ffi_prep_closure_loc()
710 if (size_al < 3 && cif->abi == FFI_DARWIN) in ffi_closure_helper_DARWIN()
/external/libffi/src/
Dprep_cif.c88 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
96 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif()
98 cif->abi = abi; in ffi_prep_cif()
117 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif()
140 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif()
142 && cif->abi != FFI_V9)) in ffi_prep_cif()
/external/chromium_org/build/android/pylib/utils/
Demulator.py154 def LaunchEmulators(emulator_count, abi, api_level, wait_for_boot=True): argument
173 emulator = Emulator(avd_name, abi, api_level)
214 def __init__(self, avd_name, abi, api_level): argument
227 self.abi = abi
243 if self.abi == 'arm':
245 elif self.abi == 'mips':
289 replacements = CONFIG_REPLACEMENTS[self.abi]
340 if self.abi == 'x86':
/external/libffi/src/cris/
Dffi.c158 ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument
166 FFI_ASSERT ((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif()
168 cif->abi = abi; in ffi_prep_cif()
257 switch (cif->abi) in ffi_call()
371 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
/external/libffi/src/mips/
Dffi.c127 (ecif->cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32; in ffi_prep_args()
299 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep()
337 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep()
520 switch (cif->abi) in ffi_call()
577 FFI_ASSERT(cif->abi == FFI_O32 || cif->abi == FFI_O32_SOFT_FLOAT); in ffi_prep_closure_loc()
580 FFI_ASSERT(cif->abi == FFI_N32 || cif->abi == FFI_N64); in ffi_prep_closure_loc()
670 seen_int = (cif->abi == FFI_O32_SOFT_FLOAT); in ffi_closure_mips_inner_O32()
735 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_closure_mips_inner_O32()
756 copy_struct_N32(char *target, unsigned offset, ffi_abi abi, ffi_type *type, in copy_struct_N32() argument
863 type = (cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32; in ffi_closure_mips_inner_N32()
[all …]
/external/clang/test/Index/
Dcomplete-ivar-access.m53 // RUN: c-index-test -code-completion-at=%s:43:8 -fobjc-nonfragile-abi %s | FileCheck -check-prefix…
54 // RUN: c-index-test -code-completion-at=%s:48:8 -fobjc-nonfragile-abi %s | FileCheck -check-prefix…
65 // RUN: c-index-test -code-completion-at=%s:44:10 -fobjc-nonfragile-abi %s | FileCheck -check-prefi…
66 // RUN: c-index-test -code-completion-at=%s:49:10 -fobjc-nonfragile-abi %s | FileCheck -check-prefi…
Dcomplete-synthesized.m38 …-code-completion-at=%s:24:1 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
39 …-code-completion-at=%s:30:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
40 …-code-completion-at=%s:34:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
/external/stlport/
Dlibstlport.mk6 $(filter abi/cpp/include,$(LOCAL_C_INCLUDES)) \
10 $(filter-out abi/cpp/include,$(LOCAL_C_INCLUDES))
/external/clang/test/Modules/
Dcompiler_builtins_arm.m2 …ntax-only -triple thumbv7-none-linux-gnueabihf -target-abi aapcs -target-cpu cortex-a8 -mfloat-abi
/external/chromium_org/tools/gyp/test/ios/app-bundle/
Dtest-archs.gyp31 '-fobjc-abi-version=2',
62 '-fobjc-abi-version=2',
94 '-fobjc-abi-version=2',
/external/libffi/src/x86/
Dffi.c210 switch (cif->abi) in ffi_call()
348 if (cif->abi == FFI_SYSV) in ffi_prep_closure_loc()
355 else if (cif->abi == FFI_STDCALL) in ffi_prep_closure_loc()
387 if (cif->abi != FFI_SYSV) { in ffi_prep_raw_closure_loc()
455 switch (cif->abi) in ffi_raw_call()
/external/libffi/src/sparc/
Dffi.c255 if (cif->abi != FFI_V9) in ffi_prep_cif_machdep()
305 if (cif->abi == FFI_V9 && cif->rtype->size > 32) in ffi_prep_cif_machdep()
313 if (cif->abi != FFI_V9) in ffi_prep_cif_machdep()
392 switch (cif->abi) in ffi_call()
440 FFI_ASSERT (cif->abi == FFI_V9); in ffi_prep_closure_loc()
449 FFI_ASSERT (cif->abi == FFI_V8); in ffi_prep_closure_loc()
/external/chromium_org/build/android/
Davd.py48 if options.abi =='x86':
68 emulator.LaunchEmulators(options.emulator_count, options.abi,
/external/chromium_org/third_party/icu/source/test/testdata/
Dcasing.txt25 { "aBIΣßΣ/����", "abiσßς/����", "" },
65 { "aBİIıϐßffi��", "abi̇iıβssffi��", "" },
66 { "aBİIıϐßffi��", "abiııβssffi��", "T" } // U_FOLD_CASE_EXCLUDE_SPECIAL_I
/external/icu4c/test/testdata/
Dcasing.txt25 { "aBIΣßΣ/����", "abiσßς/����", "" },
65 { "aBİIıϐßffi��", "abi̇iıβssffi��", "" },
66 { "aBİIıϐßffi��", "abiııβssffi��", "T" } // U_FOLD_CASE_EXCLUDE_SPECIAL_I
/external/llvm/test/CodeGen/X86/
Dodr_comdat.ll5 ; see http://sourcery.mentor.com/public/cxx-abi/abi.html#vague-itemplate
/external/llvm/test/CodeGen/ARM/
Dodr_comdat.ll5 ; see http://sourcery.mentor.com/public/cxx-abi/abi.html#vague-itemplate

12345678910>>...21