Searched refs:symbol (Results 1 – 9 of 9) sorted by relevance
| /include/kunit/ |
| A D | visibility.h | 27 #define EXPORT_SYMBOL_IF_KUNIT(symbol) EXPORT_SYMBOL_NS(symbol, "EXPORTED_FOR_KUNIT_TESTING") argument 30 #define EXPORT_SYMBOL_IF_KUNIT(symbol) argument
|
| /include/linux/ |
| A D | btf_ids.h | 43 #define ____BTF_ID(symbol, word) \ argument 46 ".local " #symbol " ; \n" \ 47 ".type " #symbol ", STT_OBJECT; \n" \ 48 ".size " #symbol ", 4; \n" \ 49 #symbol ": \n" \ 54 #define __BTF_ID(symbol, word) \ argument 55 ____BTF_ID(symbol, word)
|
| A D | compiler_attributes.h | 26 #define __alias(symbol) __attribute__((__alias__(#symbol))) argument 92 # define __copy(symbol) __attribute__((__copy__(symbol))) argument 94 # define __copy(symbol) argument
|
| A 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 = { \
|
| A D | module.h | 590 void *__symbol_get(const char *symbol); 591 void *__symbol_get_gpl(const char *symbol); 669 void __symbol_put(const char *symbol);
|
| A D | trace_events.h | 873 u32 *fd_type, const char **symbol,
|
| /include/acpi/platform/ |
| A D | aclinux.h | 109 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); argument
|
| /include/net/netfilter/ |
| A D | nf_conntrack_helper.h | 161 nf_ct_helper_expectfn_find_by_symbol(const void *symbol);
|
| /include/acpi/ |
| A D | actypes.h | 304 #define ACPI_EXPORT_SYMBOL_INIT(symbol) argument 308 #define ACPI_EXPORT_SYMBOL(symbol) argument
|
Completed in 31 milliseconds