xref: /third_party/libabigail/tests/data/test-symtab/basic/aliases.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-symtab/basic/
1e01aa904Sopenharmony_civoid exported_function(){}
2e01aa904Sopenharmony_ci
3e01aa904Sopenharmony_civoid exported_function_alias() __attribute__((alias("exported_function")));
4e01aa904Sopenharmony_civoid exported_function_another_alias() __attribute__((alias("exported_function")));
5e01aa904Sopenharmony_civoid exported_function_weak_alias() __attribute__((weak, alias("exported_function")));
6e01aa904Sopenharmony_civoid exported_function_another_weak_alias() __attribute__((weak, alias("exported_function")));
7e01aa904Sopenharmony_ci
8e01aa904Sopenharmony_ciint exported_variable = 42;
9e01aa904Sopenharmony_ci
10e01aa904Sopenharmony_ciextern int exported_variable_alias __attribute__((alias("exported_variable")));
11e01aa904Sopenharmony_ciextern int exported_variable_another_alias __attribute__((alias("exported_variable")));
12e01aa904Sopenharmony_ciextern int exported_variable_weak_alias __attribute__((weak, alias("exported_variable")));
13e01aa904Sopenharmony_ciextern int exported_variable_another_weak_alias __attribute__((weak, alias("exported_variable")));
14

Indexes created Thu Nov 07 10:32:03 CST 2024