Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 117) sorted by relevance

12345

/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c97 return &cfg->sections[i]; in _get_section()
291 if (cfg->sections == NULL) in rte_cfgfile_create()
312 if (cfg->sections != NULL) { in rte_cfgfile_create()
319 free(cfg->sections); in rte_cfgfile_create()
320 cfg->sections = NULL; in rte_cfgfile_create()
341 realloc(cfg->sections, in rte_cfgfile_add_section()
355 cfg->sections = n_sections; in rte_cfgfile_add_section()
450 if (cfg->sections != NULL) { in rte_cfgfile_close()
457 free(cfg->sections); in rte_cfgfile_close()
458 cfg->sections = NULL; in rte_cfgfile_close()
[all …]
H A Drte_cfgfile.h202 int rte_cfgfile_sections(struct rte_cfgfile *cfg, char *sections[],
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-shared-linux-n32.ld69 /* Read-only sections, merged into text segment: */
126 /* .gnu.warning sections are handled specially by elf32.em. */
153 /* Thread Local Storage sections */
219 /* We want the small data sections together, so single-instruction offsets
257 .bss section disappears because there are no input sections.
267 /* Stabs debugging sections. */
275 /* DWARF debug sections.
276 Symbols in the DWARF debugging sections are relative to the beginning
H A Dcvmx-shared-linux.ld69 /* Read-only sections, merged into text segment: */
125 /* .gnu.warning sections are handled specially by elf32.em. */
152 /* Thread Local Storage sections */
218 /* We want the small data sections together, so single-instruction offsets
256 .bss section disappears because there are no input sections.
266 /* Stabs debugging sections. */
274 /* DWARF debug sections.
275 Symbols in the DWARF debugging sections are relative to the beginning
H A Dcvmx-shared-linux-o32.ld71 /* Read-only sections, merged into text segment: */
123 /* .gnu.warning sections are handled specially by elf32.em. */
197 /* We want the small data sections together, so single-instruction offsets
235 .bss section disappears because there are no input sections. */
243 /* Stabs debugging sections. */
251 /* DWARF debug sections.
252 Symbols in the DWARF debugging sections are relative to the beginning
/f-stack/freebsd/mips/nlm/
H A Dfiles.xlp26 …e-argument -mno-branch-likely -fno-pic -mno-abicalls -ffunction-sections -fdata-sections -G0 -Wall…
/f-stack/freebsd/contrib/device-tree/Bindings/soc/rockchip/
H A Dgrf.txt6 From RK3368 SoCs, the GRF is divided into two sections,
13 ON RK3308 SoC, the GRF is divided into four sections:
/f-stack/dpdk/doc/guides/prog_guide/
H A Dperf_opt_guidelines.rst14 The following sections describe optimizations used in DPDK and optimizations that should be conside…
H A Drcu_lib.rst13 In the following sections, the term "memory" refers to memory allocated
67 It can be noted that, the critical sections for D2 is a quiescent state
89 sections smaller will keep the grace period smaller. However, keeping the
90 critical sections smaller requires additional CPU cycles (due to additional
H A Dprofile_app.rst7 The following sections describe methods of profiling DPDK applications on
/f-stack/dpdk/doc/guides/nics/
H A Doverview.rst34 NIC guide in the following sections for details.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst81 The following sections provide some explanation of the The
95 The following sections provide some explanation of the code aspects
H A Dhello_world.rst32 The following sections provide some explanation of code.
H A Dip_reassembly.rst142 The following sections provide some explanation of the sample application code.
144 The following sections describe aspects that are specific to the IP reassemble sample application.
H A Dl3_forward_access_ctrl.rst32 The following sections provide more detail.
305 The following sections provide some explanation of the sample application code.
307 The following sections describe aspects that are specific to L3 forwarding with access control.
H A Dtimer.rst32 The following sections provide some explanation of the code.
/f-stack/dpdk/doc/guides/regexdevs/
H A Dfeatures_overview.rst100 driver guide in the following sections for details.
/f-stack/freebsd/contrib/zstd/
H A DTESTING.md4 Zstandard CI testing is split up into three sections:
/f-stack/freebsd/contrib/zstd/lib/
H A DREADME.md126 `-ffunction-sections`, `-fdata-sections`, `-fmerge-all-constants`,
127 `-Wl,--gc-sections`, `-Wl,-z,norelro`, and an archiver that understands
/f-stack/tools/libxo/doc/
H A Dformat-strings.rst28 are described in the following sections.
/f-stack/app/redis-5.0.5/src/
H A Dserver.c3133 int sections = 0; in genRedisInfoString() local
3152 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3214 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3256 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3345 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3435 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3494 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3622 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3637 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3657 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
[all …]
/f-stack/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst158 driver guide in the following sections for details.
/f-stack/dpdk/doc/guides/tools/
H A Dcryptoperf.rst335 The file is made of the sections. The first section doesn't have header.
338 initial vector. All other sections begin header.
339 The sections contain particular information typically digest.
/f-stack/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst15 The following sections show an example of how to do this migration.
44 :ref:`Sample VM scripts <lm_virtio_vhost_user_vm_scripts>` sections.
/f-stack/freebsd/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3460 sections = sorted(kstats_dict.keys())
462 for section in sections:

12345