HomeSort by relevance Sort by last modified time
    Searched refs:ranges_shndx_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.h 339 : dwinfo_(dwinfo), ranges_shndx_(0), ranges_buffer_(NULL),
377 unsigned int ranges_shndx_; member in class:gold::Dwarf_ranges_table
    [all...]
dwarf_reader.cc 309 if (this->ranges_shndx_ > 0
310 && this->ranges_shndx_ == ranges_shndx)
315 if (ranges_shndx == 0 && this->ranges_shndx_ > 0)
316 ranges_shndx = this->ranges_shndx_;
334 if (ranges_shndx != this->ranges_shndx_)
348 this->ranges_shndx_ = ranges_shndx;
    [all...]

Completed in 61 milliseconds