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

  /toolchain/binutils/binutils-2.25/opcodes/
nds32-dis.c 81 static asymbol *itb = NULL; local
85 /* Lookup itb symbol. */
86 if (!itb)
96 itb = info->symtab[i];
101 if (itb == NULL)
102 itb = (void *) -1;
105 if (itb == (void *) -1)
108 isec_vma = itb->section->vma;
109 isec_vma = itb->section->vma - bfd_asymbol_value (itb);
    [all...]
  /art/compiler/optimizing/
induction_var_analysis.cc 546 auto itb = cycle_.find(inputs[i]); local
547 if (itb == cycle_.end() ||
548 !HInductionVarAnalysis::InductionEqual(ita->second, itb->second)) {
    [all...]

Completed in 84 milliseconds