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

  /external/toybox/toys/pending/
modprobe.c 61 struct arg_list *rnames, *dep; member in struct:module_s
257 llist_add(&modent->rnames, realname);
544 if (!module->rnames) {
554 char *real = ((struct arg_list*)llist_pop(&module->rnames))->arg;
563 } while (module->rnames);
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 44 static char **rnames; variable
400 rnames = rname_h8300;
412 rnames = rname_sh;
1135 dsy.reg = rnames[symbol->where->offset];
    [all...]

Completed in 301 milliseconds