Searched refs:sh_size (Results 1 – 1 of 1) sorted by relevance
225 public final long sh_size; field in ReadElf.SecHeader247 this.sh_size = size; in SecHeader()263 this.sh_size, in toString()833 long sh_size = readX(mAddrSize); in readSectionHeaders() local838 mShStrTabSize = sh_size; in readSectionHeaders()855 long sh_size = readX(mAddrSize); in readSectionHeaders() local867 mSymTabSize = sh_size; in readSectionHeaders()868 mSymEntCnt = (int) (sh_size / sh_entsize); in readSectionHeaders()871 mDynSymSize = sh_size; in readSectionHeaders()872 mDynSymEntCnt = (int) (sh_size / sh_entsize); in readSectionHeaders()[all …]