Searched refs:soff (Results 1 – 4 of 4) sorted by relevance
38 Elf64_Off soff, str_soff; in find_gp() local64 soff = ehdr->e_shoff; in find_gp()65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize); in find_gp()67 if (soff + ehdr->e_shnum * ehdr->e_shentsize > edi->ei.size) in find_gp()70 soff + ehdr->e_shnum * ehdr->e_shentsize, in find_gp()75 shdr = (Elf64_Shdr *) ((char *) edi->ei.image + soff); in find_gp()
278 Elf_W(Off) soff = ehdr->e_shoff; in Elf_W()279 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->u.mapped.size) { in Elf_W()281 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize), in Elf_W()286 return (Elf_W(Shdr) *) ((char *) ei->u.mapped.image + soff); in Elf_W()
982 (ins baseClass:$sbase, SReg_32:$soff),983 opName#" $dst, $sbase, $soff", []
2284 MachineOperand *SOff = getNamedOperand(*MI, AMDGPU::OpName::soff); in splitSMRD()