Home | History | Annotate | Download | only in perf

Lines Matching defs:shdr

19222     Elf32_Shdr shdr, *sh;
19812 sh = &shdr;
19867 Elf32_Shdr *shdr, *sh;
19895 shdr = load_data(fd, file_offset + ehdr.e_shoff,
19900 sh = &shdr[ehdr.e_shstrndx];
19909 sh = &shdr[i];
19922 sh = &shdr[sh->sh_link];
19933 sh = &shdr[i];
20001 sh = &shdr[i];
20052 sh = &shdr[i];
20093 tcc_free(shdr);
20216 Elf32_Shdr *shdr, *sh, *sh1;
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++) {
20251 sh1 = &shdr[sh->sh_link];
20325 tcc_free(shdr);