Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.h21 #define MAPS_ELF_SEC ".maps" macro
Dlibbpf.c1287 obj->efile.maps_shndx, MAPS_ELF_SEC); in bpf_object__init_user_btf_maps()
1297 if (strcmp(name, MAPS_ELF_SEC) == 0) { in bpf_object__init_user_btf_maps()
1304 pr_warning("DATASEC '%s' not found.\n", MAPS_ELF_SEC); in bpf_object__init_user_btf_maps()
1578 } else if (strcmp(name, MAPS_ELF_SEC) == 0) { in bpf_object__elf_collect()