HomeSort by relevance Sort by last modified time
    Searched defs:cu_index (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
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
gdb-index.cc 1279 int cu_index = this->ranges_[i].cu_index; local
1333 int cu_index = (*cu_vec)[j].first; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 7252 uint32_t cu_index = byte_get_little_endian (address_table + i + 16, 4); local
    [all...]

Completed in 734 milliseconds