Revert [bpf] error when unknown bpf helper is called
Emit error when BPF backend sees a call to a global function or to an external symbol.
The kernel verifier only allows calls to predefined helpers from bpf.h
which are defined in 'enum bpf_func_id'. Such calls in assembler must
look like 'call [1-9]+' where number matches bpf_func_id.
Example breakage:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/2170/steps/check-llvm%20asan/logs/stdio