Searched refs:n_symbols (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/switchback/
H A Dlinker.c148 int n_symbols;
1206 oc->n_symbols = nent;
1207 oc->symbols = mymalloc(oc->n_symbols * sizeof(char*));
/external/valgrind/VEX/unused/
H A Dlinker.c82 int n_symbols; member in struct:_ObjectCode
1044 oc->n_symbols = nent;
1045 oc->symbols = malloc(oc->n_symbols * sizeof(char*));

Completed in 61 milliseconds