OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
472
auto
itb
= cycle_.find(phi->InputAt(i));
local
473
if (
itb
== cycle_.end() ||
474
!HInductionVarAnalysis::InductionEqual(ita->second,
itb
->second)) {
[
all
...]
Completed in 631 milliseconds