Searched refs:VERSION_SYMBOL (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_function_versioning.h | 47 #define VERSION_SYMBOL(b, e, n) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@DPDK_" R… macro 89 #define VERSION_SYMBOL(b, e, n) macro
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | abi_versioning.rst | 143 * ``VERSION_SYMBOL(b, e, n)``: Creates a symbol version table entry binding 298 Immediately after the function, we add the VERSION_SYMBOL macro. 305 VERSION_SYMBOL(rte_acl_create, _v21, 21); 620 -VERSION_SYMBOL(rte_acl_create, _v21, 21); 676 Lastly, any VERSION_SYMBOL macros that point to the old version nodes
|