Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dtrace.c100 long storage, symcount; in read_syms() local
128 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms); in read_syms()
130 symcount = bfd_canonicalize_symtab(abfd, syms); in read_syms()
131 if (symcount < 0) { in read_syms()