Home
last modified time | relevance | path

Searched refs:__KABI_RULE (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/gendwarfksyms/examples/
H A Dkabi.h46 #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 Dgendwarfksyms.rst137 #define __KABI_RULE(hint, target, value) \
162 Using the `__KABI_RULE` macro, this rule can be defined as::
164 #define KABI_DECLONLY(fqn) __KABI_RULE(declonly, fqn, )
190 Using the `__KABI_RULE` macro, this rule can be defined as::
193 __KABI_RULE(enumerator_ignore, fqn field, )
215 Using the `__KABI_RULE` macro, this rule can be defined as::
218 __KABI_RULE(enumerator_value, fqn field, value)
251 Using the `__KABI_RULE` macro, this rule can be defined as::
254 __KABI_RULE(byte_size, fqn, value)
287 Using the `__KABI_RULE` macro, this rule can be defined as::