HomeSort by relevance Sort by last modified time
    Searched refs:num_syms (Results 1 - 5 of 5) 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
apriori.c 578 source->num_syms = source->symtab.data->d_size / symsize;
    [all...]
  /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
  /sdk/emulator/qtools/
trace_reader.h 207 symbol_type *GetSymbols(int *num_syms);
385 TraceReader<T>::GetSymbols(int *num_syms)
393 *num_syms = nsyms;
    [all...]

Completed in 41 milliseconds