Lines Matching defs:phash
954 unsigned char* phash = new unsigned char[hashlen];
959 Dynobj::sized_create_elf_hash_table<true>(bucket, chain, phash,
968 Dynobj::sized_create_elf_hash_table<false>(bucket, chain, phash,
975 *pphash = phash;
985 unsigned char* phash,
988 unsigned char* p = phash;
1010 gold_assert(static_cast<unsigned int>(p - phash) == hashlen);
1162 unsigned char* phash = new unsigned char[hashlen];
1164 elfcpp::Swap<32, big_endian>::writeval(phash, 1);
1166 elfcpp::Swap<32, big_endian>::writeval(phash + 4, unhashed_dynsym_count);
1168 elfcpp::Swap<32, big_endian>::writeval(phash + 8, 1);
1170 elfcpp::Swap<32, big_endian>::writeval(phash + 12, 0);
1172 elfcpp::Swap<size, big_endian>::writeval(phash + 16, 0);
1174 elfcpp::Swap<32, big_endian>::writeval(phash + 16 + size / 8, 0);
1177 *pphash = phash;
1234 unsigned char* phash = new unsigned char[hashlen];
1236 elfcpp::Swap<32, big_endian>::writeval(phash, bucketcount);
1237 elfcpp::Swap<32, big_endian>::writeval(phash + 4, symindx);
1238 elfcpp::Swap<32, big_endian>::writeval(phash + 8, maskwords);
1239 elfcpp::Swap<32, big_endian>::writeval(phash + 12, shift2);
1241 unsigned char* p = phash + 16 + maskbits / 8;
1275 p = phash + 16;
1283 *pphash = phash;