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

1 2 3

  /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
elfedit-2.d 10 Magic: 7f 45 4c 46 .*
elfedit-3.d 10 Magic: 7f 45 4c 46 .*
  /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/llvm/lib/Support/
Path.cpp 953 /// @brief Identify the magic in magic.
954 file_magic identify_magic(StringRef Magic) {
955 if (Magic.size() < 4)
957 switch ((unsigned char)Magic[0]) {
960 if (Magic[1] == (char)0x00 && Magic[2] == (char)0xff &&
961 Magic[3] == (char)0xff) {
963 if (Magic.size() < MinSize)
967 Magic.data() + offsetof(COFF::BigObjHeader, Version))
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 28 uint32_t Magic;
134 wrapper->Magic = 0x0B17C0DE;
  /external/clang/test/SemaTemplate/
qualified-id.cpp 27 template <class T> class Magic : public Impl {
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 23 uint32_t Magic;
  /external/clang/lib/Lex/
HeaderMap.cpp 45 uint32_t Magic; // Magic word, also indicates byte order.
91 // Sniff it to see if it's a headermap by checking the magic number and
94 if (Header->Magic == HMAP_HeaderMagicNumber &&
97 else if (Header->Magic == llvm::ByteSwap_32(HMAP_HeaderMagicNumber) &&
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 104 // 'reasonable' number of characters (up to profile magic size).
236 uint64_t Magic =
238 return RawInstrProf::getMagic<IntPtrT>() == Magic ||
239 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic;
250 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>();
271 // The magic should have the same byte order as in the previous header.
272 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos);
273 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>()))
550 uint64_t Magic =
553 return Magic == IndexedInstrProf::Magic
    [all...]
SampleProfReader.cpp 389 // Read and check the magic identifier.
390 auto Magic = readNumber<uint64_t>();
391 if (std::error_code EC = Magic.getError())
393 else if (*Magic != SPMagic())
421 uint64_t Magic = decodeULEB128(Data);
422 return Magic == SPMagic();
456 // Read the magic identifier.
664 StringRef Magic(reinterpret_cast<const char *>(Buffer.getBufferStart()));
665 return Magic == "adcg*704";
InstrProfWriter.cpp 148 Header.Magic = IndexedInstrProf::Magic;
  /external/google-breakpad/src/common/mac/
macho_reader.h 62 typedef uint32_t Magic;
84 // The data does not begin with a fat binary or Mach-O magic number.
147 // The magic number of this binary, in host byte order.
148 Magic magic_;
244 // The data does not begin with a Mach-O magic number, or the magic
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 24 Hdr.Magic = AccelSection.getU32(&Offset);
51 OS << "Magic = " << format("0x%08x", Hdr.Magic) << '\n'
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 29 @ CHECK: Magic: Magic (0xFEEDFACE)

Completed in 619 milliseconds

1 2 3