Home | History | Annotate | Download | only in gold

Lines Matching defs:row_index

1337       uint32_t row_index = elfcpp::Swap_unaligned<32, big_endian>::readval(pi);
1338 if (row_index != 0 && probe != dwo_id)
1348 row_index = elfcpp::Swap_unaligned<32, big_endian>::readval(pi);
1349 } while (row_index != 0 && probe != dwo_id);
1351 if (row_index == 0)
1744 uint32_t row_index = this->index_table_[slot];
1745 if (row_index != 0 && probe != signature)
1753 row_index = this->index_table_[slot];
1754 } while (row_index != 0 && probe != signature);
1757 return (row_index != 0);
1770 uint32_t row_index = this->section_table_rows();
1780 this->index_table_[slot] = row_index;
1820 uint32_t row_index = old_index_table[i];
1821 if (row_index != 0)
1827 this->index_table_[slot] = row_index;