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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
readelf.h 2 Magic: 7f 45 4c 46 0[12] 0[12] 01 .. .. 00 00 00 00 00 00 00
elfedit-1.d 10 Magic: 7f 45 4c 46 0(1|2) 01 01 00 00 00 00 00 00 00 00 00
elfedit-4.d 11 Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  /external/syslinux/com32/include/sys/
gpxe.h 9 uint32_t Magic;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
attr-gnu-4-10.d 7 Magic: .*
attr-gnu-4-50.d 7 Magic: .*
attr-gnu-4-60.d 7 Magic: .*
attr-gnu-4-70.d 7 Magic: .*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
protected3-k1om.d 7 Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
ia32-1.d 7 Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
ilp32-1.d 7 Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
lp64-1.d 7 Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
protected3-l1om.d 8 Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  /external/clang/include/clang/Lex/
HeaderMapTypes.h 30 uint32_t Magic; // Magic word, also indicates byte order.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 30 uint32_t Magic; // Magic word, also indicates byte order.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 30 uint32_t Magic; // Magic word, also indicates byte order.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 30 uint32_t Magic; // Magic word, also indicates byte order.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 30 uint32_t Magic; // Magic word, also indicates byte order.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 30 uint32_t Magic; // Magic word, also indicates byte order.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 30 uint32_t Magic; // Magic word, also indicates byte order.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 30 uint32_t Magic; // Magic word, also indicates byte order.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 30 uint32_t Magic; // Magic word, also indicates byte order.
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4370.dir/
p1.go 7 type Magic int
14 _, ok := t.x.(Magic)
  /prebuilts/go/linux-x86/test/fixedbugs/issue4370.dir/
p1.go 7 type Magic int
14 _, ok := t.x.(Magic)
  /external/llvm/lib/Support/
Path.cpp 981 /// @brief Identify the magic in magic.
982 file_magic identify_magic(StringRef Magic) {
983 if (Magic.size() < 4)
985 switch ((unsigned char)Magic[0]) {
988 if (Magic[1] == (char)0x00 && Magic[2] == (char)0xff &&
989 Magic[3] == (char)0xff) {
991 if (Magic.size() < MinSize)
995 Magic.data() + offsetof(COFF::BigObjHeader, Version))
    [all...]

Completed in 668 milliseconds

1 2 3 4 5 6 7 8 91011>>