Home
last modified time | relevance | path

Searched refs:soff (Results 1 – 5 of 5) 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/openfst/src/include/fst/extensions/pdt/
Dreplace.h86 for (StateId soff = 0; !non_term_queue.empty(); soff = ofst->NumStates()) { in Replace() local
123 arc.nextstate += soff; in Replace()
/external/libunwind/src/
Delfxx.c276 Elf_W(Off) soff = ehdr->e_shoff; in Elf_W()
277 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->u.mapped.size) { in Elf_W()
279 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize), in Elf_W()
284 return (Elf_W(Shdr) *) ((char *) ei->u.mapped.image + soff); in Elf_W()
/external/llvm/lib/Target/R600/
DSIInstrInfo.td775 (ins baseClass:$sbase, SReg_32:$soff),
776 opName#" $dst, $sbase, $soff", []
DSIInstrInfo.cpp1956 MachineOperand *SOff = getNamedOperand(*MI, AMDGPU::OpName::soff); in splitSMRD()