Home
last modified time | relevance | path

Searched defs:SYMBOL_VERSION (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pciutils/lib/
H A Dinternal.h25 #define SYMBOL_VERSION(_int, _ext) macro
31 #define SYMBOL_VERSION(_int, _ext) asm(".globl\t" PCI_STRINGIFY(__MINGW_USYMBOL(_ext)) "\n\t" \ macro
36 #define SYMBOL_VERSION(_int, _ext) asm(".symver " #_int "," #_ext) macro
43 #define SYMBOL_VERSION(_int, _ext) macro