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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-nios2.c 295 #define strprefix(STR, PREFIX) \
303 return (strprefix (str, "%lo")
304 || strprefix (str, "%hi")
305 || strprefix (str, "%hiadj")
306 || strprefix (str, "%gprel")
307 || strprefix (str, "%got")
308 || strprefix (str, "%call")
309 || strprefix (str, "%gotoff_lo")
310 || strprefix (str, "%gotoff_hiadj")
311 || strprefix (str, "%tls_gd"
294 #define strprefix macro
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 301 static int strprefix(const char *s, const char *pre) function
598 if (strprefix(buf, cpumask_prefix))
600 if (strprefix(buf, nodemask_prefix))
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.cc 332 #define strprefix(var, str) (strncmp(var, str, sizeof("" str "") - 1) == 0) macro
404 && (strprefix(demangled_name, "operator new")
405 || strprefix(demangled_name, "operator delete")))
411 && (strprefix(demangled_name, "typeinfo name for")
412 || strprefix(demangled_name, "typeinfo for")))
    [all...]

Completed in 111 milliseconds