Lines Matching refs:sh_offset
540 if (shdr[i].sh_offset == 0)
542 symstart = (uint8_t *)start + shdr[i].sh_offset;
545 if (shdr[j].sh_offset == 0)
547 strstart = (uint8_t *)start + shdr[j].sh_offset;
557 shdr[ehdr->e_shstrndx].sh_offset;
567 ctfstart = (uint8_t *)start + shdr[i].sh_offset;
1016 ksyms_hdr.kh_shdr[SHNOTE].sh_offset =
1026 ksyms_hdr.kh_shdr[SYMTAB].sh_offset = sizeof(struct ksyms_hdr);
1036 /* ksyms_hdr.kh_shdr[STRTAB].sh_offset = filled in at open */
1044 ksyms_hdr.kh_shdr[SHSTRTAB].sh_offset =
1053 ksyms_hdr.kh_shdr[SHBSS].sh_offset = 0;
1062 /* ksyms_hdr.kh_shdr[SHCTF].sh_offset = filled in at open */
1248 ksyms_hdr.kh_shdr[STRTAB].sh_offset = ksyms_symsz +
1249 ksyms_hdr.kh_shdr[SYMTAB].sh_offset;
1251 ksyms_hdr.kh_shdr[SHCTF].sh_offset = ksyms_strsz +
1252 ksyms_hdr.kh_shdr[STRTAB].sh_offset;