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

  /external/strace/
bjm.c 91 static const struct xlat modflags[] = { variable in typeref:struct:xlat
124 printflags(modflags, mi.flags, "MOD_???");
  /external/llvm/lib/IR/
Module.cpp 314 const NamedMDNode *ModFlags = getModuleFlagsMetadata();
315 if (!ModFlags) return;
317 for (unsigned i = 0, e = ModFlags->getNumOperands(); i != e; ++i) {
318 MDNode *Flag = ModFlags->getOperand(i);
  /ndk/sources/host-tools/make-3.81/
default.c 486 "COMPILE.mod", "$(M2C) $(M2FLAGS) $(MODFLAGS) $(TARGET_ARCH)",
  /ndk/sources/host-tools/make-3.81/doc/
make.info-1     [all...]

Completed in 153 milliseconds