Home | History | Annotate | Download | only in perf

Lines Matching defs:e_shnum

164   Elf32_Half	e_shnum;		/* Section header table entry count */
182 Elf64_Half e_shnum; /* Section header table entry count */
19785 ehdr.e_shnum = shnum;
19896 sizeof(Elf32_Shdr) * ehdr.e_shnum);
19897 sm_table = tcc_mallocz(sizeof(SectionMergeInfo) * ehdr.e_shnum);
19908 for(i = 1; i < ehdr.e_shnum; i++) {
19929 for(i = 1; i < ehdr.e_shnum; i++) {
19997 for(i = 1; i < ehdr.e_shnum; i++) {
20048 for(i = 1; i < ehdr.e_shnum; i++) {
20234 shdr = load_data(fd, ehdr.e_shoff, sizeof(Elf32_Shdr) * ehdr.e_shnum);
20242 for(i = 0, sh = shdr; i < ehdr.e_shnum; i++, sh++) {