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

  /build/tools/apriori/
prelinkmap.c 154 unsigned pm_get_next_link_address(const char *lookup_name)
160 x = strrchr(lookup_name,'/');
161 if(x) lookup_name = x+1;
165 if(!strcmp(lookup_name, me->names[n]))
168 FAILIF(1, "library '%s' not in prelink map\n", lookup_name);
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 996 const char *lookup_name; local
999 lookup_name = strrchr(name, ':');
1000 if (lookup_name != NULL)
1001 lookup_name++;
1003 lookup_name = name;
1008 if (!strcmp(vi->name, lookup_name))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
c-common.h 853 extern tree lookup_name (tree);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-common.h 853 extern tree lookup_name (tree);
    [all...]

Completed in 922 milliseconds