Home
last modified time | relevance | path

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

/external/oprofile/daemon/liblegacy/
Dp_module.h55 int n_symbols; member
/external/valgrind/main/VEX/unused/
Dlinker.c82 int n_symbols; member
1044 oc->n_symbols = nent; in ocGetNames_ELF()
1045 oc->symbols = malloc(oc->n_symbols * sizeof(char*)); in ocGetNames_ELF()
/external/valgrind/main/VEX/switchback/
Dlinker.c148 int n_symbols;
1206 oc->n_symbols = nent;
1207 oc->symbols = mymalloc(oc->n_symbols * sizeof(char*));