Home
last modified time | relevance | path

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

/third_party/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);
/third_party/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);
/third_party/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);
/third_party/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);
/third_party/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);
/third_party/libabigail/tests/data/test-symtab/kernel-modversions/
Done_of_each.c3 void exported_function(void) {} in exported_function() function
4 EXPORT_SYMBOL(exported_function);
/third_party/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.c1 void exported_function(){} in exported_function() function
Done_function_one_variable_function.whitelist2 exported_function
Done_function_one_variable_all.whitelist2 exported_function
Daliases.c1 void exported_function(){} in exported_function() function
/third_party/libabigail/tests/data/test-abidiff/
Dtest-crc-report-1-2.txt6 [C] 'function void exported_function()' has some indirect sub-type changes:
Dtest-crc-report-0-1.txt6 [C] 'function void exported_function()' has some indirect sub-type changes:
Dtest-crc-report-1-0.txt6 [C] 'function void exported_function()' has some indirect sub-type changes:
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc241 Handle<WasmExternalFunction> exported_function = in ReplaceWrapper() local
243 exported_function->set_code(*wrapper_code, kReleaseStore); in ReplaceWrapper()
245 exported_function->shared().wasm_exported_function_data(); in ReplaceWrapper()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc354 auto exported_function = Handle<WasmExportedFunction>::cast(external); in SetFunctionTableEntry() local
355 Handle<WasmInstanceObject> target_instance(exported_function->instance(), in SetFunctionTableEntry()
357 int func_index = exported_function->function_index(); in SetFunctionTableEntry()
/third_party/node/doc/api/
Dn-api.md430 napi_value exported_function;
436 &exported_function));
441 exported_function));