Home
last modified time | relevance | path

Searched refs:EXPORT_SYMBOL (Results 1 - 25 of 41) sorted by relevance

12

/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest-linux-module.c5 EXPORT_SYMBOL(global_sym);
14 EXPORT_SYMBOL(testexport);
21 EXPORT_SYMBOL(testexport2);
/third_party/alsa-lib/src/pcm/
H A Dpcm.c1522 EXPORT_SYMBOL snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_forward()
2321 EXPORT_SYMBOL const char *INTERNAL(snd_pcm_type_name)(snd_pcm_type_t type) in snd_pcm_type_name()
4329 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_access)(const snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in snd_pcm_hw_params_get_access()
4373 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in snd_pcm_hw_params_set_access_first()
4389 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_access_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_access_t *access) in snd_pcm_hw_params_set_access_last()
4430 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_format)(const snd_pcm_hw_params_t *params, snd_pcm_format_t *format) in snd_pcm_hw_params_get_format()
4470 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format) in snd_pcm_hw_params_set_format_first()
4486 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_format_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_format_t *format) in snd_pcm_hw_params_set_format_last()
4524 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat) in snd_pcm_hw_params_get_subformat()
4564 EXPORT_SYMBOL in
[all...]
/third_party/libabigail/tests/data/test-symtab/kernel-5.6/
H A Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
H A Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
H A Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
/third_party/libabigail/tests/data/test-symtab/kernel/
H A Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
H A Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
H A Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
/third_party/libabigail/tests/data/test-symtab/kernel-4.14/
H A Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
H A Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
H A Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
/third_party/libabigail/tests/data/test-symtab/kernel-4.19/
H A Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
H A Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
H A Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
/third_party/libabigail/tests/data/test-symtab/kernel-5.4/
H A Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
H A Dsingle_function.c4 EXPORT_SYMBOL(exported_function);
H A Dsingle_variable.c4 EXPORT_SYMBOL(exported_variable);
/third_party/libabigail/tests/data/test-symtab/kernel-modversions/
H A Done_of_each.c4 EXPORT_SYMBOL(exported_function);
10 EXPORT_SYMBOL(exported_variable);
/third_party/bounds_checking_function/src/
H A Dsnprintf_s.c60 EXPORT_SYMBOL(snprintf_s);
106 EXPORT_SYMBOL(snprintf_truncated_s);
H A Dvsnprintf_s.c82 EXPORT_SYMBOL(vsnprintf_s);
135 EXPORT_SYMBOL(vsnprintf_truncated_s);
H A Dsprintf_s.c56 EXPORT_SYMBOL(sprintf_s);
H A Dsscanf_s.c56 EXPORT_SYMBOL(sscanf_s);
/third_party/alsa-lib/include/
H A Dalsa-symbols.h45 #define EXPORT_SYMBOL __attribute__((visibility("default"))) macro
47 #define EXPORT_SYMBOL __attribute__((visibility("default"),externally_visible)) macro
/third_party/alsa-lib/src/timer/
H A Dtimer_query.c387 EXPORT_SYMBOL int INTERNAL(snd_timer_query_info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info) in snd_timer_query_info()
405 EXPORT_SYMBOL int INTERNAL(snd_timer_query_params)(snd_timer_query_t *timer, snd_timer_gparams_t *params) in snd_timer_query_params()
423 EXPORT_SYMBOL int INTERNAL(snd_timer_query_status)(snd_timer_query_t *timer, snd_timer_gstatus_t *status) in snd_timer_query_status()
H A Dtimer.c640 EXPORT_SYMBOL int INTERNAL(snd_timer_params_set_exclusive)(snd_timer_params_t * params, int exclusive) in snd_timer_params_set_exclusive()
660 EXPORT_SYMBOL int INTERNAL(snd_timer_params_get_exclusive)(snd_timer_params_t * params) in snd_timer_params_get_exclusive()
746 EXPORT_SYMBOL void INTERNAL(snd_timer_params_set_filter)(snd_timer_params_t * params, unsigned int filter) in snd_timer_params_set_filter()
762 EXPORT_SYMBOL unsigned int INTERNAL(snd_timer_params_get_filter)(snd_timer_params_t * params) in snd_timer_params_get_filter()

Completed in 13 milliseconds

12