linux/tools/lib/bpf
Jakub Kicinski eac7d84519 tools: libbpf: don't return '.text' as a program for multi-function programs
Make bpf_program__next() skip over '.text' section if object file
has pseudo calls.  The '.text' section is hardly a program in that
case, it's more of a storage for code of functions other than main.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-07-01 01:01:50 +02:00
..
.gitignore
bpf.c
bpf.h
btf.c
btf.h
Build
libbpf.c tools: libbpf: don't return '.text' as a program for multi-function programs 2018-07-01 01:01:50 +02:00
libbpf.h
Makefile
nlattr.c
nlattr.h