Lines Matching refs:sh_offset
331 return (void *)info->hdr + sechdr->sh_offset + offset; in sym_get_data_by_offset()
557 sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset); in parse_elf()
565 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()
570 if (!nobits && sechdrs[i].sh_offset > info->size) { in parse_elf()
573 (unsigned long)sechdrs[i].sh_offset, in parse_elf()
581 info->modinfo = (void *)hdr + sechdrs[i].sh_offset; in parse_elf()
598 sechdrs[i].sh_offset; in parse_elf()
600 sechdrs[i].sh_offset + sechdrs[i].sh_size; in parse_elf()
603 sechdrs[sh_link_idx].sh_offset; in parse_elf()
610 sechdrs[i].sh_offset; in parse_elf()
612 sechdrs[i].sh_offset + sechdrs[i].sh_size; in parse_elf()
1809 sechdr->sh_offset + in addend_arm_rel()
1850 Elf_Rela *start = (void *)elf->hdr + sechdr->sh_offset; in section_rela()
1896 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel()