HomeSort by relevance Sort by last modified time
    Searched refs:orig_st_shndx (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
resolve.cc 237 // than a special code. ORIG_ST_SHNDX is the original section index,
247 unsigned int orig_st_shndx,
342 && orig_st_shndx != elfcpp::SHN_UNDEF
354 = { object, orig_st_shndx, static_cast<off_t>(sym.get_st_value()) };
    [all...]
symtab.cc 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; local
    [all...]
symtab.h     [all...]

Completed in 117 milliseconds