Searched refs:cu_vector_offset (Results 1 – 2 of 2) sorted by relevance
1311 unsigned int cu_vector_offset = 0; in do_write() local1316 cu_vector_offset = this->cu_vector_offsets_[sym->cu_vector_index]; in do_write()1319 elfcpp::Swap<32, false>::writeval(pov + 4, cu_vector_offset); in do_write()
6808 uint32_t cu_vector_offset = byte_get_little_endian (symbol_table + i * 8 + 4, 4); in display_gdb_index() local6812 || cu_vector_offset != 0) in display_gdb_index()6817 num_cus = byte_get_little_endian (constant_pool + cu_vector_offset, 4); in display_gdb_index()6825 cu = byte_get_little_endian (constant_pool + cu_vector_offset + 4 + j * 4, 4); in display_gdb_index()