Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/delocate/testdata/ppc64le-Sample/
Din.s50 .quad exported_function
127 bl exported_function
139 .globl exported_function symbol
140 .type exported_function, @function
141 exported_function: label
144 .localentry exported_function,.-exported_function
159 .size exported_function,.-exported_function
Dout.s68 .quad exported_function
375 # WAS bl exported_function
388 .globl exported_function symbol
389 .type exported_function, @function
391 exported_function: label
399 .localentry exported_function,.-exported_function
416 .size exported_function,.-exported_function
/external/boringssl/src/util/fipstools/delocate/testdata/ppc64le-Sample2/
Din.s11 .quad exported_function
15 .globl exported_function symbol
16 .type exported_function, @function
17 exported_function: label
20 .localentry exported_function,.-exported_function
103 .size exported_function,.-exported_function
171 bl exported_function
Dout.s19 .quad exported_function
24 .globl exported_function symbol
25 .type exported_function, @function
27 exported_function: label
35 .localentry exported_function,.-exported_function
256 .size exported_function,.-exported_function
468 # WAS bl exported_function
/external/libabigail/tests/data/test-symtab/kernel/
Dsingle_function.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
Done_of_each.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
/external/libabigail/tests/data/test-symtab/kernel-4.19/
Dsingle_function.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
Done_of_each.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
/external/libabigail/tests/data/test-symtab/kernel-5.4/
Dsingle_function.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
Done_of_each.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
/external/libabigail/tests/data/test-symtab/kernel-4.14/
Dsingle_function.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
Done_of_each.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
/external/libabigail/tests/data/test-symtab/kernel-5.6/
Dsingle_function.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
Done_of_each.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
/external/libabigail/tests/data/test-symtab/kernel-modversions/
Done_of_each.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
/external/libabigail/tests/data/test-symtab/basic/
Dno_debug_info.c1 void exported_function(){} in exported_function() function
Dsingle_function.c1 void exported_function(){} in exported_function() function
Done_function_one_variable_function.whitelist2 exported_function
Done_function_one_variable.c1 void exported_function(){} in exported_function() function
Done_function_one_variable_all.whitelist2 exported_function
Daliases.c1 void exported_function(){} in exported_function() function
/external/libabigail/tests/data/test-abidiff/
Dtest-crc-report.txt6 [C] 'function void exported_function()' has some indirect sub-type changes:
/external/llvm/test/SymbolRewriter/
Drewrite.map29 target: exported_function,
/external/llvm-project/llvm/test/SymbolRewriter/
Drewrite.map29 target: exported_function,
/external/tensorflow/tensorflow/python/util/
Dtf_export_test.py239 exported_function = export_decorator(decorated_function)
240 self.assertEqual(decorated_function, exported_function)