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.27/gold/
resolve.cc 235 // than a special code. ORIG_ST_SHNDX is the original section index,
245 unsigned int orig_st_shndx,
351 && orig_st_shndx != elfcpp::SHN_UNDEF
363 = { object, orig_st_shndx, static_cast<off_t>(sym.get_st_value()) };
    [all...]
symtab.cc 925 // ORIG_ST_SHNDX and ST_SHNDX are almost always the same.
926 // ORIG_ST_SHNDX is the section index in the input file, or SHN_UNDEF
941 unsigned int orig_st_shndx)
946 if (orig_st_shndx == elfcpp::SHN_UNDEF)
954 if (orig_st_shndx == elfcpp::SHN_UNDEF
1004 this->resolve(ret, sym, st_shndx, is_ordinary, orig_st_shndx, object,
1195 unsigned int orig_st_shndx = st_shndx; local
    [all...]
symtab.h     [all...]

Completed in 59 milliseconds