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

  /toolchain/binutils/binutils-2.25/gold/
object.cc 93 && this->adjust_shndx(object->section_link(i)) == symtab_shndx)
132 this->symtab_xindex_.push_back(this->adjust_shndx(shndx));
501 xindex_link = this->adjust_shndx(shdr.get_sh_link());
832 unsigned int strtab_shndx = this->adjust_shndx(symtabshdr.get_sh_link());
924 const unsigned int link = this->adjust_shndx(shdr.get_sh_link());
943 psymnamesu = this->section_contents(this->adjust_shndx(symshdr.get_sh_link()),
1013 this->adjust_shndx(elfcpp::Swap<32, big_endian>::readval(pword + i));
    [all...]
reloc.cc 287 unsigned int shndx = this->adjust_shndx(shdr.get_sh_info());
315 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx_)
319 i, this->adjust_shndx(shdr.get_sh_link()));
936 unsigned int index = this->adjust_shndx(shdr.get_sh_info());
957 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx_)
961 i, this->adjust_shndx(shdr.get_sh_link()));
    [all...]
dynobj.h 290 adjust_shndx(unsigned int shndx) function in class:gold::Sized_dynobj
dynobj.cc 157 xindex_link = this->adjust_shndx(shdr.get_sh_link());
230 if (this->adjust_shndx(shdr.get_sh_link()) != link)
232 shndx, this->adjust_shndx(shdr.get_sh_link()), link);
262 const unsigned int link = this->adjust_shndx(dynamicshdr.get_sh_link());
401 strtab_shndx = this->adjust_shndx(dynsymshdr.get_sh_link());
    [all...]
object.h 193 adjust_shndx(unsigned int shndx) function in class:gold::Xindex
    [all...]
arm.cc     [all...]
aarch64.cc     [all...]

Completed in 60 milliseconds