Searched refs:kIs64Bit (Results 1 – 2 of 2) sorted by relevance
96 static constexpr bool kIs64Bit = sizeof(Elf_Addr) == sizeof(uint64_t); in IsValidElfHeader() local97 static constexpr char kMagic[] = { 0x7f, 'E', 'L', 'F', kIs64Bit ? 2 : 1 }; in IsValidElfHeader()
490 constexpr bool kIs64Bit = true; variable492 constexpr bool kIs64Bit = false; variable531 oss << StringPrintf(kIs64Bit ? "%016" PRIx64 " ???" : "%08" PRIx64 " ???", it->pc); in DumpThread()533 oss << StringPrintf(kIs64Bit ? "%016" PRIx64 " " : "%08" PRIx64 " ", it->rel_pc); in DumpThread()