Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 13 of 13) sorted by relevance

/dpdk/buildtools/
H A Dcoff.py116 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 Dpmdinfogen.py101 for symbol in self._image.symbols:
106 for symbol in self._image.symbols:
H A Dmeson.build5 check_symbols = find_program('check-symbols.sh')
/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst275 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 Dabi_policy.rst25 #. 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 Dasan.rst19 The way ASan is integrated with clang requires to allow undefined symbols when linking code.
H A Drte_flow.rst15 It is named *rte_flow* after the prefix used for all its symbols, and is
/dpdk/doc/guides/nics/
H A Dark.rst238 -Wl,--unresolved-symbols=ignore-all \
249 LDFLAGS += -Wl,--unresolved-symbols=ignore-all -Wl,-soname,libpmd_net_ark_ext.so.1
/dpdk/lib/
H A Dmeson.build239 # check-symbols.sh script, using it as a
/dpdk/drivers/
H A Dmeson.build213 # check-symbols.sh script, using it as a
/dpdk/doc/guides/gpus/
H A Dcuda.rst73 All CUDA API symbols are loaded at runtime as well.
/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst398 The configuration parser supports the following special symbols:
/dpdk/
H A DMAINTAINERS137 F: buildtools/check-symbols.sh