HomeSort by relevance Sort by last modified time
    Searched defs:num_syms (Results 1 - 4 of 4) sorted by null

  /build/tools/apriori/
source.h 95 int num_syms; /* number of symbols in symbol table. This is the length of member in struct:source_t
  /build/tools/lsd/
lsd.c 69 a dependency in some other file. num_syms is the length of the exports
91 int num_syms; /* number of symbols in symbol table. This is the length of member in struct:source_t
256 source->num_syms = source->symtab.data->d_size / symsize;
257 source->satisfied = (source_t **)CALLOC(source->num_syms,
259 source->exports = (source_t **)CALLOC(source->num_syms,
411 for (symidx = 0; symidx < source->num_syms; symidx++) {
524 for (symidx = 0; symidx < source->num_syms; symidx++) {
580 for (symidx = 0; symidx < source->num_syms; symidx++) {
  /external/kernel-headers/original/linux/
module.h 265 unsigned int num_syms; member in struct:module
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 327 unsigned short num_syms; member in struct:_XkbClientMapRec

Completed in 126 milliseconds