Lines Matching refs:sh_offset
338 return (void *)info->hdr + sechdr->sh_offset + offset; in sym_get_data_by_offset()
553 sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset); in parse_elf()
561 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()
566 if (!nobits && sechdrs[i].sh_offset > info->size) { in parse_elf()
569 (unsigned long)sechdrs[i].sh_offset, in parse_elf()
577 info->modinfo = (void *)hdr + sechdrs[i].sh_offset; in parse_elf()
588 sechdrs[i].sh_offset; in parse_elf()
590 sechdrs[i].sh_offset + sechdrs[i].sh_size; in parse_elf()
593 sechdrs[sh_link_idx].sh_offset; in parse_elf()
600 sechdrs[i].sh_offset; in parse_elf()
602 sechdrs[i].sh_offset + sechdrs[i].sh_size; in parse_elf()
1801 sechdr->sh_offset + in addend_arm_rel()
1842 Elf_Rela *start = (void *)elf->hdr + sechdr->sh_offset; in section_rela()
1888 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel()