Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/examples/
Dkabi_ex.h243 KABI_REPLACE(unsigned long, unused, unsigned long renamed);
257 KABI_REPLACE(unsigned long, unused, long replaced);
Dkabi.h140 #define KABI_REPLACE(_oldtype, _oldname, _new) \ macro