gdb-index.h | 86 add_address_range_list(Relobj* object, unsigned int cu_index, 89 this->ranges_.push_back(Per_cu_range_list(object, cu_index, ranges)); 93 // the high-byte of the cu_index field. 95 add_symbol(int cu_index, const char* sym_name, uint8_t flags); 192 : object(obj), cu_index(index), ranges(r) 195 uint32_t cu_index; member in struct:gold::Gdb_index::Per_cu_range_list
|