Lines Matching refs:Range
294 // A DWARF range list. The start and end offsets are relative
295 // to the input section SHNDX. Each range must lie entirely
301 struct Range
303 Range(unsigned int a_shndx, off_t a_start, off_t a_end)
318 { this->range_list_.push_back(Range(shndx, start, end)); }
324 const Range&
329 std::vector<Range> range_list_;
359 // Read the range table from an object file.
368 // Look for a relocation at offset OFF in the range table,
810 // Read the range table.