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

  /toolchain/binutils/binutils-2.27/gold/
object.cc 94 && this->adjust_shndx(object->section_link(i)) == symtab_shndx)
133 this->symtab_xindex_.push_back(this->adjust_shndx(shndx));
549 xindex_link = this->adjust_shndx(shdr.get_sh_link());
896 unsigned int strtab_shndx = this->adjust_shndx(symtabshdr.get_sh_link());
988 const unsigned int link = this->adjust_shndx(shdr.get_sh_link());
1007 psymnamesu = this->section_contents(this->adjust_shndx(symshdr.get_sh_link()),
    [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()));
922 unsigned int index = this->adjust_shndx(shdr.get_sh_info());
943 if (this->adjust_shndx(shdr.get_sh_link()) != this->symtab_shndx_)
947 i, this->adjust_shndx(shdr.get_sh_link()));
    [all...]
dynobj.h 300 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 194 adjust_shndx(unsigned int shndx) function in class:gold::Xindex
    [all...]
aarch64.cc     [all...]
arm.cc     [all...]
powerpc.cc     [all...]

Completed in 490 milliseconds