Searched refs:MAP_STATIC_SYMBOL (Results 1 – 2 of 2) sorted by relevance
83 #define MAP_STATIC_SYMBOL(f, p) macro93 #define MAP_STATIC_SYMBOL(f, p) f __attribute__((alias(RTE_STR(p)))) macro
150 * ``MAP_STATIC_SYMBOL(f, p)``: Declare the prototype ``f``, and map it to the386 symbol in the static build with the ``MAP_STATIC_SYMBOL`` macro. Generally the399 …MAP_STATIC_SYMBOL(struct rte_acl_ctx *rte_acl_create(const struct rte_acl_param *param, int debug)…