Home
last modified time | relevance | path

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

/linux-6.15/scripts/gendwarfksyms/examples/
H A Dkabi_ex.h237 KABI_REPLACE(unsigned long, unused, unsigned long renamed);
251 KABI_REPLACE(unsigned long, unused, long replaced);
H A Dkabi.h123 #define KABI_REPLACE(_oldtype, _oldname, _new) \ macro