Searched refs:e_shnum (Results 1 – 2 of 2) sorted by relevance
284 int e_shnum = readHalf(); in readHeader() local287 readSectionHeaders(sh_off, e_shnum, e_shentsize, e_shstrndx); in readHeader()291 private void readSectionHeaders(long sh_off, int e_shnum, int e_shentsize, int e_shstrndx) in readSectionHeaders() argument311 for (int i = 0; i < e_shnum; ++i) { in readSectionHeaders()
868 for (u64 i = 0; i < ehdr->e_shnum; i++) { in find_rela_plt()