[PATCH 24/31] bpf tools: Collect map definition in bpf_object

2015-10-14 Thread Wang Nan
This patch collects more information from maps sections in BPF object files into 'struct bpf_object', enables later patches access those information (such as the type and size of the map). In this patch, a new handler 'struct bpf_map' is extracted in parallel with bpf_object and bpf_program. Its

[PATCH 24/31] bpf tools: Collect map definition in bpf_object

2015-10-14 Thread Wang Nan
This patch collects more information from maps sections in BPF object files into 'struct bpf_object', enables later patches access those information (such as the type and size of the map). In this patch, a new handler 'struct bpf_map' is extracted in parallel with bpf_object and bpf_program. Its