Home
last modified time | relevance | path

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

12

/third_party/alsa-lib/src/pcm/
Dpcm.c1507 EXPORT_SYMBOL snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in INTERNAL()
2263 EXPORT_SYMBOL const char *INTERNAL(snd_pcm_type_name)(snd_pcm_type_t type) in INTERNAL()
4196 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm… in INTERNAL()
4240 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t … in INTERNAL()
4256 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *… in INTERNAL()
4297 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm… in INTERNAL()
4337 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t … in INTERNAL()
4353 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *… in INTERNAL()
4391 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_… in INTERNAL()
4431 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_subformat_first)(snd_pcm_t *pcm, snd_pcm_hw_params… in INTERNAL()
[all …]
/third_party/libabigail/tests/data/test-read-ctf/
Dtest-linux-module.c5 EXPORT_SYMBOL(global_sym);
14 EXPORT_SYMBOL(testexport);
21 EXPORT_SYMBOL(testexport2);
/third_party/libabigail/tests/data/test-symtab/kernel/
Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
/third_party/libabigail/tests/data/test-symtab/kernel-5.4/
Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
/third_party/libabigail/tests/data/test-symtab/kernel-modversions/
Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
/third_party/libabigail/tests/data/test-symtab/kernel-4.14/
Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
/third_party/libabigail/tests/data/test-symtab/kernel-4.19/
Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
/third_party/libabigail/tests/data/test-symtab/kernel-5.6/
Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
/third_party/bounds_checking_function/src/
Dsnprintf_s.c60 EXPORT_SYMBOL(snprintf_s);
106 EXPORT_SYMBOL(snprintf_truncated_s);
Dvsnprintf_s.c82 EXPORT_SYMBOL(vsnprintf_s);
135 EXPORT_SYMBOL(vsnprintf_truncated_s);
Dsscanf_s.c56 EXPORT_SYMBOL(sscanf_s);
/third_party/alsa-lib/include/
Dalsa-symbols.h38 #define EXPORT_SYMBOL __attribute__((visibility("default"))) macro
40 #define EXPORT_SYMBOL __attribute__((visibility("default"),externally_visible)) macro
/third_party/alsa-lib/src/timer/
Dtimer_query.c387 EXPORT_SYMBOL int INTERNAL(snd_timer_query_info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info) in INTERNAL()
405 EXPORT_SYMBOL int INTERNAL(snd_timer_query_params)(snd_timer_query_t *timer, snd_timer_gparams_t *p… in INTERNAL()
423 EXPORT_SYMBOL int INTERNAL(snd_timer_query_status)(snd_timer_query_t *timer, snd_timer_gstatus_t *s… in INTERNAL()
Dtimer.c640 EXPORT_SYMBOL int INTERNAL(snd_timer_params_set_exclusive)(snd_timer_params_t * params, int exclusi… in INTERNAL()
660 EXPORT_SYMBOL int INTERNAL(snd_timer_params_get_exclusive)(snd_timer_params_t * params) in INTERNAL()
746 EXPORT_SYMBOL void INTERNAL(snd_timer_params_set_filter)(snd_timer_params_t * params, unsigned int … in INTERNAL()
762 EXPORT_SYMBOL unsigned int INTERNAL(snd_timer_params_get_filter)(snd_timer_params_t * params) in INTERNAL()
/third_party/ltp/testcases/kernel/syscalls/delete_module/
Ddummy_del_mod.c24 EXPORT_SYMBOL(dummy_func_test);

12