Home | History | Annotate | Download | only in gold

Lines Matching refs:orig_st_shndx

913 // ORIG_ST_SHNDX and ST_SHNDX are almost always the same.
914 // ORIG_ST_SHNDX is the section index in the input file, or SHN_UNDEF
929 unsigned int orig_st_shndx)
934 if (orig_st_shndx == elfcpp::SHN_UNDEF)
942 if (orig_st_shndx == elfcpp::SHN_UNDEF
992 this->resolve(ret, sym, st_shndx, is_ordinary, orig_st_shndx, object,
1016 this->resolve(ret, sym, st_shndx, is_ordinary, orig_st_shndx, object,
1154 unsigned int orig_st_shndx = st_shndx;
1156 orig_st_shndx = elfcpp::SHN_UNDEF;
1241 if (orig_st_shndx != elfcpp::SHN_UNDEF
1252 + relobj->section_address(orig_st_shndx));
1261 && (orig_st_shndx != elfcpp::SHN_UNDEF || !is_ordinary))
1287 is_ordinary, orig_st_shndx);