Home
last modified time | relevance | path

Searched refs:ABI_ATTR (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstrlen.c10 static size_t ABI_ATTR my_strlen(char *s) in my_strlen()
Dclosure_simple.c25 typedef int (ABI_ATTR *closure_test_type0)(int, int, int, int);
Dstrlen2.c11 static size_t ABI_ATTR my_f(char *s, float a) in my_f()
Dstrlen3.c11 static size_t ABI_ATTR my_f(float a, char *s) in my_f()
Dstruct3.c15 static test_structure_3 ABI_ATTR struct3(test_structure_3 ts) in struct3()
Dstrlen4.c11 static size_t ABI_ATTR my_f(float a, char *s, int i) in my_f()
Dstruct1.c17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) in struct1()
Dstruct4.c17 static test_structure_4 ABI_ATTR struct4(test_structure_4 ts) in struct4()
Dstruct6.c15 static test_structure_6 ABI_ATTR struct6 (test_structure_6 ts) in struct6()
Dffitest.h36 #define ABI_ATTR macro
Dstruct2.c16 static test_structure_2 ABI_ATTR struct2(test_structure_2 ts) in struct2()
Dstruct5.c15 static test_structure_5 ABI_ATTR struct5(test_structure_5 ts1, test_structure_5 ts2) in struct5()
Dstruct9.c16 static test_structure_9 ABI_ATTR struct9 (test_structure_9 ts) in struct9()
Dmany.c14 static float ABI_ATTR many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, fl… in many()
Dmany2.c25 uint8_t ABI_ATTR
Dstruct7.c16 static test_structure_7 ABI_ATTR struct7 (test_structure_7 ts) in struct7()
Dstruct8.c17 static test_structure_8 ABI_ATTR struct8 (test_structure_8 ts) in struct8()
Dunwindtest.cc11 void ABI_ATTR
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog75 and closure_thiscall) to use the generic ABI_NUM/ABI_ATTR mechanism.