Searched refs:ABI_ATTR (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | strlen.c | 10 static size_t ABI_ATTR my_strlen(char *s) in my_strlen()
|
D | closure_simple.c | 25 typedef int (ABI_ATTR *closure_test_type0)(int, int, int, int);
|
D | strlen2.c | 11 static size_t ABI_ATTR my_f(char *s, float a) in my_f()
|
D | strlen3.c | 11 static size_t ABI_ATTR my_f(float a, char *s) in my_f()
|
D | struct3.c | 15 static test_structure_3 ABI_ATTR struct3(test_structure_3 ts) in struct3()
|
D | strlen4.c | 11 static size_t ABI_ATTR my_f(float a, char *s, int i) in my_f()
|
D | struct1.c | 17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) in struct1()
|
D | struct4.c | 17 static test_structure_4 ABI_ATTR struct4(test_structure_4 ts) in struct4()
|
D | struct6.c | 15 static test_structure_6 ABI_ATTR struct6 (test_structure_6 ts) in struct6()
|
D | ffitest.h | 36 #define ABI_ATTR macro
|
D | struct2.c | 16 static test_structure_2 ABI_ATTR struct2(test_structure_2 ts) in struct2()
|
D | struct5.c | 15 static test_structure_5 ABI_ATTR struct5(test_structure_5 ts1, test_structure_5 ts2) in struct5()
|
D | struct9.c | 16 static test_structure_9 ABI_ATTR struct9 (test_structure_9 ts) in struct9()
|
D | many.c | 14 static float ABI_ATTR many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, fl… in many()
|
D | many2.c | 25 uint8_t ABI_ATTR
|
D | struct7.c | 16 static test_structure_7 ABI_ATTR struct7 (test_structure_7 ts) in struct7()
|
D | struct8.c | 17 static test_structure_8 ABI_ATTR struct8 (test_structure_8 ts) in struct8()
|
D | unwindtest.cc | 11 void ABI_ATTR
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog | 75 and closure_thiscall) to use the generic ABI_NUM/ABI_ATTR mechanism.
|