Home
last modified time | relevance | path

Searched refs:soff (Results 1 – 4 of 4) sorted by relevance

/external/libunwind/src/ia64/
DGfind_unwind_table.c38 Elf64_Off soff, str_soff; in find_gp() local
64 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()
/external/libunwind/src/
Delfxx.c278 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()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td982 (ins baseClass:$sbase, SReg_32:$soff),
983 opName#" $dst, $sbase, $soff", []
DSIInstrInfo.cpp2284 MachineOperand *SOff = getNamedOperand(*MI, AMDGPU::OpName::soff); in splitSMRD()