Lines Matching refs:entry
10 entry="$3"
14 if [ "$entry" = "$real_entry" ]; then
17 qualifier=${entry#*/}
26 entry="$3"
35 if [ -n "$entry" ]; then
36 syscall_macro "$abi" "$nr" "$entry"
40 if [ -n "$entry" ]; then
41 syscall_macro "$abi" "$nr" "$entry"
50 while read nr abi name entry compat; do
56 emit 64 "$nr" "$entry" "$compat"
60 emit 64 "$nr" "$entry" "$compat"
63 emit "$abi" "$nr" "$entry" "$compat"