Lines Matching refs:strong
98 source=$strong
101 source="${strong}_${vcount}"
103 echo " echo 'strong_alias ($strong, $source)'; \\"
107 echo " echo 'weak_alias ($strong, $base)'; \\"
125 source=$strong
128 source="${strong}_${vcount}"
130 echo " echo 'strong_alias ($strong, $source)'; \\"
137 echo " echo 'strong_alias ($strong, $name)'; \\"
141 echo " echo 'weak_alias ($strong, $name)'; \\"
151 while read file srcfile caller syscall args strong weak; do
204 echo >&2 "$0: Too many unsigned long int arguments for syscall ($strong $weak)"
228 echo >&2 "$0: no number for $fileno, no-error syscall ($strong $weak)"
231 echo "unix-stub-syscalls += $strong $weak"
272 echo '#define SYSCALL_SYMBOL $strong'; \\