Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_function_versioning.h83 #define MAP_STATIC_SYMBOL(f, p) macro
93 #define MAP_STATIC_SYMBOL(f, p) f __attribute__((alias(RTE_STR(p)))) macro
/f-stack/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst150 * ``MAP_STATIC_SYMBOL(f, p)``: Declare the prototype ``f``, and map it to the
386 symbol in the static build with the ``MAP_STATIC_SYMBOL`` macro. Generally the
399MAP_STATIC_SYMBOL(struct rte_acl_ctx *rte_acl_create(const struct rte_acl_param *param, int debug)…