Searched refs:phash (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Ddynobj.cc955 unsigned char* phash = new unsigned char[hashlen]; local
963 Dynobj::sized_create_elf_hash_table<32, true>(bucket, chain, phash,
972 Dynobj::sized_create_elf_hash_table<32, false>(bucket, chain, phash,
984 Dynobj::sized_create_elf_hash_table<64, true>(bucket, chain, phash,
993 Dynobj::sized_create_elf_hash_table<64, false>(bucket, chain, phash,
1003 *pphash = phash;
1013 unsigned char* phash,
1016 unsigned char* p = phash;
1038 gold_assert(static_cast<unsigned int>(p - phash) == hashlen);
1190 unsigned char* phash local
1011 sized_create_elf_hash_table(const std::vector<uint32_t>& bucket, const std::vector<uint32_t>& chain, unsigned char* phash, unsigned int hashlen) argument
1262 unsigned char* phash = new unsigned char[hashlen]; local
[all...]
H A Ddwp.cc1174 const unsigned char* phash = contents + 4 * sizeof(uint32_t); local
1175 const unsigned char* pindex = phash + nslots * sizeof(uint64_t);
1204 elfcpp::Swap_unaligned<64, big_endian>::readval(phash);
1257 phash += sizeof(uint64_t);
1314 const unsigned char* phash = contents + 4 * sizeof(uint32_t); local
1315 const unsigned char* pindex = phash + nslots * sizeof(uint64_t);
1330 const unsigned char* ph = phash + slot * sizeof(uint64_t);
1341 ph = phash + slot * sizeof(uint64_t);
H A Ddynobj.h139 unsigned char* phash,
H A Dlayout.cc4421 unsigned char* phash;
4425 &phash, &hashlen);
4433 Output_section_data* hashdata = new Output_data_const_buffer(phash,
4459 unsigned char* phash;
4463 &phash, &hashlen);
4471 Output_section_data* hashdata = new Output_data_const_buffer(phash,
/haiku-buildtools/binutils/gas/
H A Dhash.c135 struct hash_entry ***plist, unsigned long *phash)
159 if (phash != NULL)
160 *phash = hash;
134 hash_lookup(struct hash_control *table, const char *key, size_t len, struct hash_entry ***plist, unsigned long *phash) argument
/haiku-buildtools/legacy/binutils/gas/
H A Dhash.c155 struct hash_entry ***plist, unsigned long *phash)
179 if (phash != NULL)
180 *phash = hash;
154 hash_lookup(struct hash_control *table, const char *key, size_t len, struct hash_entry ***plist, unsigned long *phash) argument
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c7080 unsigned char *phash; local
7113 phash = phdr + 16;
7114 pindex = phash + nslots * 8;
7118 if (pindex < phash || ppool < phdr || (pindex == phash && nslots != 0))
7151 SAFE_BYTE_GET64 (phash, &signature_high, &signature_low, limit);
7189 phash += 8;
7197 unsigned char *ph = phash;
7311 ph = phash;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc1181 Bvariable** phash = NULL; local
1193 phash = &ins.first->second;
1210 if (phash != NULL)
1211 *phash = this->type_descriptor_var_;
1231 if (phash != NULL)
1232 *phash = this->type_descriptor_var_;
1262 if (phash != NULL)
1263 *phash = this->type_descriptor_var_;
2110 Bvariable** phash = NULL; local
2122 phash
[all...]

Completed in 121 milliseconds