Home
last modified time | relevance | path

Searched refs:ranges_shndx (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.h358 unsigned int ranges_shndx,
367 unsigned int ranges_shndx,
376 unsigned int ranges_shndx,
847 read_range_list(unsigned int ranges_shndx, off_t ranges_offset) in read_range_list() argument
854 ranges_shndx, in read_range_list()
861 ranges_shndx, in read_range_list()
H A Ddwarf_reader.cc314 unsigned int ranges_shndx, in read_ranges_table() argument
326 && this->ranges_shndx_ == ranges_shndx) in read_ranges_table()
331 if (ranges_shndx == 0 && this->ranges_shndx_ > 0) in read_ranges_table()
332 ranges_shndx = this->ranges_shndx_; in read_ranges_table()
333 else if (ranges_shndx == 0) in read_ranges_table()
340 ranges_shndx = i; in read_ranges_table()
345 if (ranges_shndx == 0) in read_ranges_table()
350 if (ranges_shndx != this->ranges_shndx_) in read_ranges_table()
360 object->decompressed_section_contents(ranges_shndx, in read_ranges_table()
364 this->ranges_shndx_ = ranges_shndx; in read_ranges_table()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddwarf_reader.h358 unsigned int ranges_shndx,
367 unsigned int ranges_shndx,
376 unsigned int ranges_shndx,
847 read_range_list(unsigned int ranges_shndx, off_t ranges_offset) in read_range_list() argument
854 ranges_shndx, in read_range_list()
861 ranges_shndx, in read_range_list()
H A Ddwarf_reader.cc314 unsigned int ranges_shndx, in read_ranges_table() argument
326 && this->ranges_shndx_ == ranges_shndx) in read_ranges_table()
331 if (ranges_shndx == 0 && this->ranges_shndx_ > 0) in read_ranges_table()
332 ranges_shndx = this->ranges_shndx_; in read_ranges_table()
333 else if (ranges_shndx == 0) in read_ranges_table()
340 ranges_shndx = i; in read_ranges_table()
345 if (ranges_shndx == 0) in read_ranges_table()
350 if (ranges_shndx != this->ranges_shndx_) in read_ranges_table()
360 object->decompressed_section_contents(ranges_shndx, in read_ranges_table()
364 this->ranges_shndx_ = ranges_shndx; in read_ranges_table()
[all …]