/external/toybox/kconfig/ |
lkc_proto.h | 21 P(sym_lookup,struct symbol *,(const char *name, int isconst));
|
confdata.c | 68 sym = sym_lookup(name, 0); 178 sym = sym_lookup(line + 9, 0); 218 sym = sym_lookup(line + strlen(CONFIG_PREFIX), 0); 444 sym = sym_lookup("KCONFIG_VERSION", 0); 714 sym = sym_lookup("KCONFIG_VERSION", 0);
|
symbol.c | 42 prop->expr = expr_alloc_symbol(sym_lookup(def, 1)); 58 sym = sym_lookup("ARCH", 0); 65 sym = sym_lookup("KERNELVERSION", 0); 72 sym = sym_lookup("UNAME_RELEASE", 0); 647 struct symbol *sym_lookup(const char *name, int isconst) function
|
zconf.tab.c_shipped | [all...] |
mconf.c | 874 sym = sym_lookup("KERNELVERSION", 0);
|
/toolchain/binutils/binutils-2.25/gprof/ |
basic_blocks.c | 167 sym = sym_lookup (&symtab, addr); 271 if (sym_lookup (&syms[INCL_EXEC], sym->addr) 273 && !sym_lookup (&syms[EXCL_EXEC], sym->addr))) 479 && (sym_lookup (&syms[INCL_ANNO], sym->addr) 481 && !sym_lookup (&syms[EXCL_ANNO], sym->addr)))) 501 && (sym_lookup (&syms[INCL_ANNO], sym->addr) 503 && !sym_lookup (&syms[EXCL_ANNO], sym->addr))))
|
call_graph.c | 40 parent = sym_lookup (&symtab, from_pc); 41 child = sym_lookup (&symtab, self_pc);
|
cg_arcs.c | 470 if (sym_lookup (&syms[INCL_GRAPH], child->addr) 472 && !sym_lookup (&syms[EXCL_GRAPH], child->addr))) 484 if (!sym_lookup (&syms[INCL_GRAPH], child->addr) 485 && sym_lookup (&syms[EXCL_GRAPH], child->addr)) 497 if (sym_lookup (&syms[INCL_TIME], child->addr) 499 && !sym_lookup (&syms[EXCL_TIME], child->addr))) 512 if (!sym_lookup (&syms[INCL_TIME], child->addr) 513 && sym_lookup (&syms[EXCL_TIME], child->addr))
|
symtab.c | 218 sym_lookup (Sym_Table *sym_tab, bfd_vma address) 247 printf ("[sym_lookup] %d probes (symtab->len=%u)\n", 268 DBG (LOOKUPDEBUG, printf ("[sym_lookup] %d (%u) probes, fall off\n", 217 sym_lookup (Sym_Table *sym_tab, bfd_vma address) function
|
aarch64.c | 77 child = sym_lookup (&symtab, dest_pc);
|
i386.c | 76 child = sym_lookup (&symtab, destpc);
|
mips.c | 76 child = sym_lookup (&symtab, dest_pc);
|
sparc.c | 70 child = sym_lookup (&symtab, dest_pc);
|
symtab.h | 121 extern Sym *sym_lookup (Sym_Table *, bfd_vma);
|
TODO | 12 + implement symtab_parse(); modify sym_lookup() to consider addr_high
|
alpha.c | 150 child = sym_lookup (&symtab, dest_pc);
|
hist.c | 429 if (sym_lookup (&syms[INCL_FLAT], addr) 431 && !sym_lookup (&syms[EXCL_FLAT], addr))) 658 if (sym_lookup (&syms[INCL_FLAT], addr) 660 && !sym_lookup (&syms[EXCL_FLAT], addr)))
|
tahoe.c | 300 child = sym_lookup (&symtab, destpc);
|
vax.c | 311 child = sym_lookup (&symtab, destpc);
|
ChangeLog-2009 | 184 * alpha.c (alpha_find_call): Add check for return value of sym_lookup.
|
corefile.c | 885 sym = sym_lookup(&symtab, ltab.limit->addr);
|
ChangeLog-9203 | 973 (sym_lookup): Update printf format strings. [all...] |
gprof.texi | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
gprof.info | [all...] |