Home | History | Annotate | Download | only in gold

Lines Matching refs:symndx

883     // Return the offset of the supplemental info for symbol SYMNDX --
886 get_symbol_offset(unsigned int symndx) const
895 + symndx * this->global_sym_entry_size);
1627 // SYMNDX is relative to the first forced-local or global symbol in the
1630 add_global_symbol(unsigned int symndx, Symbol* gsym)
1631 { this->symbol_map_[symndx] = gsym; }
1634 // SYMNDX is relative to the first forced-local or global symbol in the
1637 global_symbol(unsigned int symndx) const
1638 { return this->symbol_map_[symndx]; }