Home | History | Annotate | Download | only in apriori

Lines Matching refs:symsize

573     size_t symsize = gelf_fsize (source->elf,
576 ASSERT(symsize);
578 source->num_syms = source->symtab.data->d_size / symsize;