Searched refs:symbols (Results 1 – 13 of 13) sorted by relevance
| /dpdk/buildtools/ |
| H A D | coff.py | 116 symbols = symbols_desc.from_buffer_copy(data, header.symbol_table_offset) 118 strings_offset = header.symbol_table_offset + ctypes.sizeof(symbols) 124 self._symbols = symbols 134 def symbols(self): member in Image
|
| H A D | pmdinfogen.py | 101 for symbol in self._image.symbols: 106 for symbol in self._image.symbols:
|
| H A D | meson.build | 5 check_symbols = find_program('check-symbols.sh')
|
| /dpdk/doc/guides/contributing/ |
| H A D | abi_versioning.rst | 275 the symbols from the DPDK_21 node. This list is directly translated into a 276 list of exported symbols when DPDK is compiled as a shared library. 295 the macros used for versioning symbols and we have annotated the function as 368 :ref:`mapping static symbols <mapping_static_symbols>`, 375 Mapping static symbols 379 and differently named symbols. We've then mapped each of those back to the 425 Aliasing experimental symbols 507 :ref:`experimental symbols <experimental_apis>`, a maintainer may wish to offer 571 :ref:`mapping static symbols <mapping_static_symbols>`. 637 To do this, start by modifying the version map file, such that all symbols from [all …]
|
| H A D | abi_policy.rst | 25 #. The addition of symbols is generally not problematic. The modification of 26 symbols is managed with :ref:`ABI Versioning <abi_versioning>`. 27 #. The removal of symbols is considered an :ref:`ABI breakage <abi_breakages>`, 332 To mark an API as experimental, the symbols which are desired to be exported 339 C code reflect the same list of symbols. 377 to avoid the accumulation of abandoned symbols. 381 The promotion or removal of symbols will typically form part of a conversation
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | asan.rst | 19 The way ASan is integrated with clang requires to allow undefined symbols when linking code.
|
| H A D | rte_flow.rst | 15 It is named *rte_flow* after the prefix used for all its symbols, and is
|
| /dpdk/doc/guides/nics/ |
| H A D | ark.rst | 238 -Wl,--unresolved-symbols=ignore-all \ 249 LDFLAGS += -Wl,--unresolved-symbols=ignore-all -Wl,-soname,libpmd_net_ark_ext.so.1
|
| /dpdk/lib/ |
| H A D | meson.build | 239 # check-symbols.sh script, using it as a
|
| /dpdk/drivers/ |
| H A D | meson.build | 213 # check-symbols.sh script, using it as a
|
| /dpdk/doc/guides/gpus/ |
| H A D | cuda.rst | 73 All CUDA API symbols are loaded at runtime as well.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 398 The configuration parser supports the following special symbols:
|
| /dpdk/ |
| H A D | MAINTAINERS | 137 F: buildtools/check-symbols.sh
|