Searched refs:__KABI_RULE (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/scripts/gendwarfksyms/examples/ |
| H A D | kabi.h | 40 #define __KABI_RULE(hint, target, value) \ macro 73 #define KABI_DECLONLY(fqn) __KABI_RULE(declonly, fqn, ) 81 __KABI_RULE(enumerator_ignore, fqn field, ) 90 __KABI_RULE(enumerator_value, fqn field, value)
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 131 #define __KABI_RULE(hint, target, value) \ 159 Using the `__KABI_RULE` macro, this rule can be defined as:: 161 #define KABI_DECLONLY(fqn) __KABI_RULE(declonly, fqn, ) 187 Using the `__KABI_RULE` macro, this rule can be defined as:: 190 __KABI_RULE(enumerator_ignore, fqn field, ) 212 Using the `__KABI_RULE` macro, this rule can be defined as:: 215 __KABI_RULE(enumerator_value, fqn field, value)
|