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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
wince.s 10 def_sym: label
18 b def_sym
19 bl def_sym
20 beq def_sym
24 ldr r0, def_sym
  /external/toybox/kconfig/
conf.c 281 struct symbol *sym, *def_sym; local
316 def_sym = sym_get_choice_value(sym);
327 if (child->sym == def_sym) {
mconf.c 472 struct symbol *def_sym = sym_get_choice_value(sym); local
477 if (menu_is_visible(child) && child->sym == def_sym)
symbol.c 226 struct symbol *def_sym; local
231 def_sym = sym->def[S_DEF_USER].val;
232 if (def_sym) {
233 sym_calc_visibility(def_sym);
234 if (def_sym->visible != no)
235 return def_sym;
243 def_sym = prop_get_symbol(prop);
244 sym_calc_visibility(def_sym);
245 if (def_sym->visible != no)
246 return def_sym;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ppc.c 3749 symbolS *def_sym; local
    [all...]

Completed in 211 milliseconds