Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 21 of 21) sorted by relevance

/dpdk/buildtools/
H A Dpmdinfogen.py23 def __init__(self, image, symbol): argument
25 self._symbol = symbol
58 return ELFSymbol(self._image, symbol[0]) if symbol else None
65 if symbol.name == name:
66 return [symbol]
78 def __init__(self, image, symbol): argument
80 self._symbol = symbol
101 for symbol in self._image.symbols:
107 if symbol.name == name:
143 def load(cls, image, symbol): argument
[all …]
H A Dmap-list-symbol.sh6 symbol=all
19 [ $symbol = 'all' ] || {
23 symbol=$OPTARG
41 if ("'$section'" == "all" && "'$symbol'" == "all") {
56 if ("'$symbol'" == "all" || $1 == "'$symbol'") {
61 if ("'$symbol'" != "all") {
H A Dcoff.py77 def __init__(self, image, symbol: CoffSymbol):
79 self._coff = symbol
137 symbol = self._symbols[i]
138 yield Symbol(self, symbol)
139 i += symbol.auxiliary_count + 1
H A Dcheck-symbols.sh9 LIST_SYMBOL=$ROOTDIR/buildtools/map-list-symbol.sh
10 CHECK_SYMBOL_MAPS=$ROOTDIR/devtools/check-symbol-maps.sh
/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst144 versioned symbol ``b@DPDK_n`` to the internal function ``be``.
147 the linker to bind references to symbol ``b`` to the internal symbol
152 can still be mapped back to the public symbol name.
156 version of symbol ``b``.
279 symbol at which versions. First, at the site of the initial symbol definition,
281 with the public symbol name
297 mapping this new symbol name to the initial symbol name at version node 21.
309 create a new symbol ``rte_acl_create@DPDK_21``, which matches the symbol created
343 The macro instructs the linker to create the new default symbol
510 symbol as before, we now add the symbol to both the ``EXPERIMENTAL``
[all …]
H A Dabi_policy.rst161 - In situations in which an ``experimental`` symbol has been stable for some
162 time. When promoting the symbol to become part of the next ABI version, the
208 symbol versions, there is an amended process. In these cases, ABIs may be
231 This is not a problem as long as the symbol ``rte_foo@DPDK_21`` is
354 applications using the symbol. The alias is then dropped at the declaration of
H A Dcoding_style.rst349 For symbol names and documentation, new usage of
/dpdk/devtools/
H A Dcheck-abi-version.sh43 symbol=$(echo $SYM | cut -d'-' -f 2)
47 echo "Warning: symbol $symbol ($version) should be annotated " \
H A Dcheck-symbol-maps.sh44 buildtools/map-list-symbol.sh $map | \
H A Dcheckpatches.sh12 VALIDATE_NEW_API=$(dirname $(readlink -f $0))/check-symbol-change.sh
/dpdk/drivers/net/tap/
H A Dmeson.build21 # input array for meson symbol search:
23 # "enum/define", "symbol to search" ]
/dpdk/drivers/net/mlx4/
H A Dmeson.build88 # "symbol to search", "struct member to search" ]
94 # input array for meson symbol search:
96 # "symbol to search" ]
/dpdk/drivers/common/mlx5/linux/
H A Dmeson.build60 # "symbol to search", "struct member to search" ]
71 # input array for meson symbol search:
73 # "symbol to search" ]
/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst394 item (unless the line concatenation symbol exists). Every configuration
400 * Comment symbol **#**. Any character from this symbol to the end of
403 * Line concatenation symbol **\\**. This symbol shall be placed in the end
579 * Syntax: Hexadecimal bytes (0x0-0xFF) concatenate by colon symbol ':'.
605 * Syntax: Hexadecimal bytes (0x0-0xFF) concatenate by colon symbol ':'.
633 * Syntax: Hexadecimal bytes (0x0-0xFF) concatenate by colon symbol ':'.
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst125 ``__<trace_function_name>`` symbol in the library ``.map`` file for this
127 For example, ``__app_trace_string`` will be the exported symbol in the
/dpdk/doc/guides/nics/
H A Dnfp.rst111 firmware symbol during initialization to know how many can be used.
/dpdk/drivers/gpu/cuda/
H A Dcuda.c27 static CUresult CUDAAPI (*sym_cuGetProcAddress)(const char *symbol,
/dpdk/
H A DMAINTAINERS88 F: devtools/check-symbol-maps.sh
132 F: devtools/check-symbol-change.sh
138 F: buildtools/map-list-symbol.sh
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst406 due to a missing symbol in the mempool library.
H A Drelease_19_11.rst337 * eal: made the ``lcore_config`` struct and global symbol private.
H A Drelease_20_11.rst427 * eal: The ``rte_logs`` struct and global symbol was made private