Lines Matching refs:sh_offset
324 return (void *)info->hdr + sechdr->sh_offset + offset; in sym_get_data_by_offset()
508 sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset); in parse_elf()
516 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()
521 if (!nobits && sechdrs[i].sh_offset > info->size) { in parse_elf()
524 (unsigned long)sechdrs[i].sh_offset, in parse_elf()
532 info->modinfo = (void *)hdr + sechdrs[i].sh_offset; in parse_elf()
540 sechdrs[i].sh_offset; in parse_elf()
542 sechdrs[i].sh_offset + sechdrs[i].sh_size; in parse_elf()
545 sechdrs[sh_link_idx].sh_offset; in parse_elf()
552 sechdrs[i].sh_offset; in parse_elf()
554 sechdrs[i].sh_offset + sechdrs[i].sh_size; in parse_elf()
1486 sechdr->sh_offset + in addend_arm_rel()
1535 Elf_Rela *start = (void *)elf->hdr + sechdr->sh_offset; in section_rela()
1587 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel()