Home | History | Annotate | Download | only in qtools

Lines Matching refs:symbols

677             DexSym *symbols = dexfile->symbols;
679 delete[] symbols[ii].name;
681 delete[] dexfile->symbols;
823 DexSym *symbols = NULL;
825 symbols = new DexSym[num_symbols];
828 dexfile->symbols = symbols;
835 symbols[next_index].addr = sym->sym.addr;
836 symbols[next_index].len = sym->sym.len;
837 symbols[next_index].name = sym->sym.name;
930 // Use a linked list for storing the symbols
943 // First, save all the symbols from the previous file (if any).
954 dexfile->symbols = NULL;
997 // Copy the symbols from the last file.