Searched refs:soff (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dmemchr.S48 #define soff x9 define
91 ands soff, srcin, #31
102 sub tmp, soff, #32
111 /* Clear the soff*2 lower bits */
112 lsl tmp, soff, #1
145 /* Clear the (32 - ((cntrem + soff) % 32)) * 2 upper bits */
146 add tmp, cntrem, soff
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Delfxx.c40 Elf_W (Off) soff;
42 soff = ehdr->e_shoff;
43 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->size)
46 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize),
51 return (Elf_W (Shdr) *) ((char *) ei->image + soff);
58 Elf_W (Off) soff, str_soff;
62 soff = ehdr->e_shoff;
64 str_soff = soff + (section * ehdr->e_shentsize);

Completed in 81 milliseconds