Lines Matching refs:entry
9 entry="$3"
13 if [ "$entry" = "$real_entry" ]; then
16 qualifier=${entry#*/}
25 entry="$3"
34 if [ -n "$entry" ]; then
35 syscall_macro "$abi" "$nr" "$entry"
39 if [ -n "$entry" ]; then
40 syscall_macro "$abi" "$nr" "$entry"
49 while read nr abi name entry compat; do
55 emit 64 "$nr" "$entry" "$compat"
59 emit 64 "$nr" "$entry" "$compat"
62 emit "$abi" "$nr" "$entry" "$compat"