Home | History | Annotate | Download | only in perf

Lines Matching refs:e_shoff

158   Elf32_Off	e_shoff;		/* Section header table file offset */
176 Elf64_Off e_shoff; /* Section header table file offset */
19782 ehdr.e_shoff = file_offset;
19806 while (offset < ehdr.e_shoff) {
19895 shdr = load_data(fd, file_offset + ehdr.e_shoff,
20234 shdr = load_data(fd, ehdr.e_shoff, sizeof(Elf32_Shdr) * ehdr.e_shnum);