Home | History | Annotate | Download | only in perf

Lines Matching defs:sh_offset

306   Elf32_Off	sh_offset;		/* Section file offset */
320 Elf64_Off sh_offset; /* Section file offset */
2210 unsigned long sh_offset; /* address at which the section is relocated */
19200 while (offset < s->sh_offset) {
19547 s->sh_offset = file_offset;
19589 ph->p_offset = interp->sh_offset;
19605 ph->p_offset = dynamic->sh_offset;
19690 s->sh_offset = file_offset;
19795 while (offset < s->sh_offset) {
19825 sh->sh_offset = s->sh_offset;
19901 strsec = load_data(fd, file_offset + sh->sh_offset, sh->sh_size);
19918 symtab = load_data(fd, file_offset + sh->sh_offset, sh->sh_size);
19923 strtab = load_data(fd, file_offset + sh->sh_offset, sh->sh_size);
19985 lseek(fd, file_offset + sh->sh_offset, SEEK_SET);
20246 dynamic = load_data(fd, sh->sh_offset, sh->sh_size);
20250 dynsym = load_data(fd, sh->sh_offset, sh->sh_size);
20252 dynstr = load_data(fd, sh1->sh_offset, sh1->sh_size);