Searched refs:__KABI_RULE (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/gendwarfksyms/examples/ |
| H A D | kabi.h | 46 #define __KABI_RULE(hint, target, value) \ macro 76 #define KABI_DECLONLY(fqn) __KABI_RULE(declonly, fqn, ) 84 __KABI_RULE(enumerator_ignore, fqn field, ) 93 __KABI_RULE(enumerator_value, fqn field, value) 100 #define KABI_BYTE_SIZE(fqn, value) __KABI_RULE(byte_size, fqn, value)
|
| /linux/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 160 #define __KABI_RULE(hint, target, value) \ 185 Using the `__KABI_RULE` macro, this rule can be defined as:: 187 #define KABI_DECLONLY(fqn) __KABI_RULE(declonly, fqn, ) 213 Using the `__KABI_RULE` macro, this rule can be defined as:: 216 __KABI_RULE(enumerator_ignore, fqn field, ) 238 Using the `__KABI_RULE` macro, this rule can be defined as:: 241 __KABI_RULE(enumerator_value, fqn field, value) 274 Using the `__KABI_RULE` macro, this rule can be defined as:: 277 __KABI_RULE(byte_size, fqn, value) 310 Using the `__KABI_RULE` macro, this rule can be defined as::
|