Searched refs:symbol (Results 1 – 21 of 21) sorted by relevance
| /dpdk/buildtools/ |
| H A D | pmdinfogen.py | 23 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 D | map-list-symbol.sh | 6 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 D | coff.py | 77 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 D | check-symbols.sh | 9 LIST_SYMBOL=$ROOTDIR/buildtools/map-list-symbol.sh 10 CHECK_SYMBOL_MAPS=$ROOTDIR/devtools/check-symbol-maps.sh
|
| /dpdk/doc/guides/contributing/ |
| H A D | abi_versioning.rst | 144 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 D | abi_policy.rst | 161 - 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 D | coding_style.rst | 349 For symbol names and documentation, new usage of
|
| /dpdk/devtools/ |
| H A D | check-abi-version.sh | 43 symbol=$(echo $SYM | cut -d'-' -f 2) 47 echo "Warning: symbol $symbol ($version) should be annotated " \
|
| H A D | check-symbol-maps.sh | 44 buildtools/map-list-symbol.sh $map | \
|
| H A D | checkpatches.sh | 12 VALIDATE_NEW_API=$(dirname $(readlink -f $0))/check-symbol-change.sh
|
| /dpdk/drivers/net/tap/ |
| H A D | meson.build | 21 # input array for meson symbol search: 23 # "enum/define", "symbol to search" ]
|
| /dpdk/drivers/net/mlx4/ |
| H A D | meson.build | 88 # "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 D | meson.build | 60 # "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 D | ipsec_secgw.rst | 394 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 D | trace_lib.rst | 125 ``__<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 D | nfp.rst | 111 firmware symbol during initialization to know how many can be used.
|
| /dpdk/drivers/gpu/cuda/ |
| H A D | cuda.c | 27 static CUresult CUDAAPI (*sym_cuGetProcAddress)(const char *symbol,
|
| /dpdk/ |
| H A D | MAINTAINERS | 88 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 D | release_2_2.rst | 406 due to a missing symbol in the mempool library.
|
| H A D | release_19_11.rst | 337 * eal: made the ``lcore_config`` struct and global symbol private.
|
| H A D | release_20_11.rst | 427 * eal: The ``rte_logs`` struct and global symbol was made private
|