Searched refs:symbol (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | android_debug_symbols.h | 56 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
|
D | btf_ids.h | 27 #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)
|
D | compiler_attributes.h | 26 #define __alias(symbol) __attribute__((__alias__(#symbol))) argument 98 # define __copy(symbol) __attribute__((__copy__(symbol))) argument 100 # define __copy(symbol) argument
|
D | sh_intc.h | 123 #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 = { \
|
D | module.h | 302 void *__symbol_get(const char *symbol); 303 void *__symbol_get_gpl(const char *symbol); 612 void __symbol_put(const char *symbol);
|
D | trace_events.h | 838 u32 *fd_type, const char **symbol,
|
/include/acpi/platform/ |
D | aclinux.h | 109 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); argument
|
/include/net/netfilter/ |
D | nf_conntrack_helper.h | 158 nf_ct_helper_expectfn_find_by_symbol(const void *symbol);
|
/include/acpi/ |
D | actypes.h | 304 #define ACPI_EXPORT_SYMBOL_INIT(symbol) argument 308 #define ACPI_EXPORT_SYMBOL(symbol) argument
|