• Home
  • Raw
  • Download

Lines Matching refs:uint64_t

65   Dwo_file_entry(uint64_t id, std::string name)  in Dwo_file_entry()
68 uint64_t dwo_id;
94 uint64_t signature;
279 uint64_t
323 uint64_t
328 uint64_t
333 uint64_t
348 uint64_t
368 uint64_t
369 do_local_symbol_value(unsigned int, uint64_t) const in do_local_symbol_value()
481 lookup_tu(uint64_t type_sig);
533 find_or_add(uint64_t signature, unsigned int* slotp);
540 uint64_t
595 uint64_t* hash_table_;
624 uint64_t addr, off_t offset, section_size_type sect_size,
631 uint64_t addr, off_t offset, section_size_type sect_size,
677 uint64_t last_type_sig_;
740 uint64_t signature, Dwarf_die*);
1175 const unsigned char* pindex = phash + nslots * sizeof(uint64_t); in sized_read_unit_index()
1203 uint64_t signature = in sized_read_unit_index()
1257 phash += sizeof(uint64_t); in sized_read_unit_index()
1315 const unsigned char* pindex = phash + nslots * sizeof(uint64_t); in sized_verify_dwo_list()
1328 uint64_t dwo_id = f->dwo_id; in sized_verify_dwo_list()
1330 const unsigned char* ph = phash + slot * sizeof(uint64_t); in sized_verify_dwo_list()
1332 uint64_t probe = elfcpp::Swap_unaligned<64, big_endian>::readval(ph); in sized_verify_dwo_list()
1341 ph = phash + slot * sizeof(uint64_t); in sized_verify_dwo_list()
1696 uint64_t dwo_id = cu_set->signature; in add_cu_set()
1707 Dwp_output_file::lookup_tu(uint64_t type_sig) in lookup_tu()
1718 uint64_t type_sig = tu_set->signature; in add_tu_set()
1731 Dwp_output_file::Dwp_index::find_or_add(uint64_t signature, in find_or_add()
1739 uint64_t probe = this->hash_table_[slot]; in find_or_add()
1790 this->hash_table_ = new uint64_t[this->capacity_]; in initialize()
1791 memset(this->hash_table_, 0, this->capacity_ * sizeof(uint64_t)); in initialize()
1802 uint64_t* old_hash_table = this->hash_table_; in grow()
1807 this->hash_table_ = new uint64_t[this->capacity_]; in grow()
1808 memset(this->hash_table_, 0, this->capacity_ * sizeof(uint64_t)); in grow()
1815 uint64_t signature = old_hash_table[i]; in grow()
1985 + nslots * sizeof(uint64_t) in write_index()
2008 p += sizeof(uint64_t); in write_index()
2070 this->write_new_section(sect_name, buf, index_size, sizeof(uint64_t)); in write_index()
2149 unsigned int flags, uint64_t addr, off_t offset, in write_shdr()
2183 unsigned int flags, uint64_t addr, in sized_write_shdr()
2216 uint64_t dwo_id = die->uint_attribute(elfcpp::DW_AT_GNU_dwo_id); in visit_compilation_unit()
2265 uint64_t signature, Dwarf_die*) in visit_type_unit()