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

1 2

  /external/llvm/lib/MC/
MCSectionCOFF.cpp 63 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_REMOVE)
MCObjectFileInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
COFF.h 165 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 263 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /external/syslinux/efi32/include/efi/ia32/
pe.h 262 #define IMAGE_SCN_LNK_REMOVE 0x00000800 // Section contents will not become part of image.
  /external/syslinux/efi64/include/efi/x86_64/
pe.h 262 #define IMAGE_SCN_LNK_REMOVE 0x00000800 // Section contents will not become part of image.
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
pe.h 262 #define IMAGE_SCN_LNK_REMOVE 0x00000800 // Section contents will not become part of image.
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
pe.h 268 #define IMAGE_SCN_LNK_REMOVE 0x00000800 // Section contents will not become part of image.
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
pe.h 262 #define IMAGE_SCN_LNK_REMOVE 0x00000800 // Section contents will not become part of image.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
COFF.h 263 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
COFF.h 263 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
COFF.h 263 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 263 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
COFF.h 263 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
COFF.h 263 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
COFF.h 263 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 263 IMAGE_SCN_LNK_REMOVE = 0x00000800,
  /external/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 291 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_REMOVE),
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 251 *Flags |= COFF::IMAGE_SCN_LNK_REMOVE;
  /external/llvm/lib/ObjectYAML/
COFFYAML.cpp 221 BCase(IMAGE_SCN_LNK_REMOVE);
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c     [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/llvm/tools/llvm-readobj/
COFFDumper.cpp 366 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_REMOVE ),
    [all...]

Completed in 3973 milliseconds

1 2