Home
last modified time | relevance | path

Searched refs:sec_idx (Results 1 – 1 of 1) sorted by relevance

/tools/lib/bpf/
Dlibbpf.c218 int sec_idx; member
659 if (a->sec_idx != b->sec_idx) in compare_bpf_map()
660 return a->sec_idx - b->sec_idx; in compare_bpf_map()
814 int sec_idx, Elf_Data *data, void **data_buff) in bpf_object__init_internal_map() argument
825 map->sec_idx = sec_idx; in bpf_object__init_internal_map()
835 map_name, map->sec_idx, map->sec_offset); in bpf_object__init_internal_map()
968 map->sec_idx = sym.st_shndx; in bpf_object__init_user_maps()
971 map_name, map->sec_idx, map->sec_offset); in bpf_object__init_user_maps()
1074 int var_idx, int sec_idx, in bpf_object__init_user_btf_map() argument
1132 map->sec_idx = sec_idx; in bpf_object__init_user_btf_map()
[all …]