Lines Matching refs:symndx
140 Xindex::sym_xindex_to_shndx(Object* object, unsigned int symndx) in sym_xindex_to_shndx() argument
142 if (symndx >= this->symtab_xindex_.size()) in sym_xindex_to_shndx()
145 symndx); in sym_xindex_to_shndx()
148 unsigned int shndx = this->symtab_xindex_[symndx]; in sym_xindex_to_shndx()
152 symndx, shndx); in sym_xindex_to_shndx()
928 unsigned int symndx = shdr.get_sh_info(); in include_section_group() local
929 if (symndx >= symshdr.get_sh_size() / This::sym_size) in include_section_group()
932 index, symndx); in include_section_group()
935 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size; in include_section_group()
951 symndx, sym.get_st_name()); in include_section_group()
963 unsigned int sym_shndx = this->adjust_sym_shndx(symndx, in include_section_group()
969 symndx, sym_shndx); in include_section_group()
2055 unsigned int symndx) const in local_has_plt_offset()
2058 this->local_plt_offsets_.find(symndx); in local_has_plt_offset()
2067 unsigned int symndx) const in do_local_plt_offset()
2070 this->local_plt_offsets_.find(symndx); in do_local_plt_offset()
2080 unsigned int symndx, unsigned int plt_offset) in set_local_plt_offset() argument
2083 this->local_plt_offsets_.insert(std::make_pair(symndx, plt_offset)); in set_local_plt_offset()