Searched refs:EXPORT_SYMBOL (Results 1 - 25 of 41) sorted by relevance
12
/third_party/libabigail/tests/data/test-read-ctf/ |
H A D | test-linux-module.c | 5 EXPORT_SYMBOL(global_sym); 14 EXPORT_SYMBOL(testexport); 21 EXPORT_SYMBOL(testexport2);
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 1522 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 D | one_of_each.c | 4 EXPORT_SYMBOL(exported_function); 10 EXPORT_SYMBOL(exported_variable);
|
H A D | single_function.c | 4 EXPORT_SYMBOL(exported_function);
|
H A D | single_variable.c | 4 EXPORT_SYMBOL(exported_variable);
|
/third_party/libabigail/tests/data/test-symtab/kernel/ |
H A D | one_of_each.c | 4 EXPORT_SYMBOL(exported_function); 10 EXPORT_SYMBOL(exported_variable);
|
H A D | single_function.c | 4 EXPORT_SYMBOL(exported_function);
|
H A D | single_variable.c | 4 EXPORT_SYMBOL(exported_variable);
|
/third_party/libabigail/tests/data/test-symtab/kernel-4.14/ |
H A D | one_of_each.c | 4 EXPORT_SYMBOL(exported_function); 10 EXPORT_SYMBOL(exported_variable);
|
H A D | single_function.c | 4 EXPORT_SYMBOL(exported_function);
|
H A D | single_variable.c | 4 EXPORT_SYMBOL(exported_variable);
|
/third_party/libabigail/tests/data/test-symtab/kernel-4.19/ |
H A D | one_of_each.c | 4 EXPORT_SYMBOL(exported_function); 10 EXPORT_SYMBOL(exported_variable);
|
H A D | single_variable.c | 4 EXPORT_SYMBOL(exported_variable);
|
H A D | single_function.c | 4 EXPORT_SYMBOL(exported_function);
|
/third_party/libabigail/tests/data/test-symtab/kernel-5.4/ |
H A D | one_of_each.c | 4 EXPORT_SYMBOL(exported_function); 10 EXPORT_SYMBOL(exported_variable);
|
H A D | single_function.c | 4 EXPORT_SYMBOL(exported_function);
|
H A D | single_variable.c | 4 EXPORT_SYMBOL(exported_variable);
|
/third_party/libabigail/tests/data/test-symtab/kernel-modversions/ |
H A D | one_of_each.c | 4 EXPORT_SYMBOL(exported_function); 10 EXPORT_SYMBOL(exported_variable);
|
/third_party/bounds_checking_function/src/ |
H A D | snprintf_s.c | 60 EXPORT_SYMBOL(snprintf_s); 106 EXPORT_SYMBOL(snprintf_truncated_s);
|
H A D | vsnprintf_s.c | 82 EXPORT_SYMBOL(vsnprintf_s); 135 EXPORT_SYMBOL(vsnprintf_truncated_s);
|
H A D | sprintf_s.c | 56 EXPORT_SYMBOL(sprintf_s);
|
H A D | sscanf_s.c | 56 EXPORT_SYMBOL(sscanf_s);
|
/third_party/alsa-lib/include/ |
H A D | alsa-symbols.h | 45 #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 D | timer_query.c | 387 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 D | timer.c | 640 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