Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dandroid_debug_symbols.h56 void *android_debug_symbol(enum android_debug_symbol symbol);
57 void *android_debug_per_cpu_symbol(enum android_debug_per_cpu_symbol symbol);
64 static inline void *android_debug_symbol(enum android_debug_symbol symbol) in android_debug_symbol() argument
68 static inline void *android_debug_per_cpu_symbol(enum android_debug_per_cpu_symbol symbol) in android_debug_per_cpu_symbol() argument
Dbtf_ids.h27 #define ____BTF_ID(symbol) \ argument
30 ".local " #symbol " ; \n" \
31 ".type " #symbol ", STT_OBJECT; \n" \
32 ".size " #symbol ", 4; \n" \
33 #symbol ": \n" \
37 #define __BTF_ID(symbol) \ argument
38 ____BTF_ID(symbol)
Dcompiler_attributes.h26 #define __alias(symbol) __attribute__((__alias__(#symbol))) argument
98 # define __copy(symbol) __attribute__((__copy__(symbol))) argument
100 # define __copy(symbol) argument
Dsh_intc.h123 #define DECLARE_INTC_DESC(symbol, chipname, vectors, groups, \ argument
125 struct intc_desc symbol __initdata = { \
131 #define DECLARE_INTC_DESC_ACK(symbol, chipname, vectors, groups, \ argument
133 struct intc_desc symbol __initdata = { \
Dmodule.h302 void *__symbol_get(const char *symbol);
303 void *__symbol_get_gpl(const char *symbol);
612 void __symbol_put(const char *symbol);
Dtrace_events.h838 u32 *fd_type, const char **symbol,
/include/acpi/platform/
Daclinux.h109 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); argument
/include/net/netfilter/
Dnf_conntrack_helper.h158 nf_ct_helper_expectfn_find_by_symbol(const void *symbol);
/include/acpi/
Dactypes.h304 #define ACPI_EXPORT_SYMBOL_INIT(symbol) argument
308 #define ACPI_EXPORT_SYMBOL(symbol) argument