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

  /external/llvm/lib/MC/
MCSectionCOFF.cpp 63 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_REMOVE)
MCObjectFileInfo.cpp 759 ".drectve", COFF::IMAGE_SCN_LNK_INFO | COFF::IMAGE_SCN_LNK_REMOVE,
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 71 #define IMAGE_SCN_LNK_REMOVE 0x00000800 /* Section contents will not become part of image. */
  /external/llvm/include/llvm/Support/
COFF.h 258 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 251 *Flags |= COFF::IMAGE_SCN_LNK_REMOVE;
  /external/llvm/lib/Object/
COFFYAML.cpp 221 BCase(IMAGE_SCN_LNK_REMOVE);
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c     [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 230 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_REMOVE ),
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 701 styp_flags |= IMAGE_SCN_LNK_REMOVE;
703 styp_flags |= IMAGE_SCN_LNK_REMOVE;
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 254 #define IMAGE_SCN_LNK_REMOVE 0x00000800
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 3467 milliseconds