Home
last modified time | relevance | path

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

/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.c303 char tmpsymname[128]; in complete_pmd_entry() local
309 memset(tmpsymname, 0, 128); in complete_pmd_entry()
310 sprintf(tmpsymname, "__%s%s", drv->name, opt_tags[i].suffix); in complete_pmd_entry()
311 tmpsym = find_sym_in_symtab(info, tmpsymname, NULL); in complete_pmd_entry()
317 memset(tmpsymname, 0, 128); in complete_pmd_entry()
318 sprintf(tmpsymname, "__%s_pci_tbl_export", drv->name); in complete_pmd_entry()
320 tmpsym = find_sym_in_symtab(info, tmpsymname, NULL); in complete_pmd_entry()