Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c523 #define STRUCT_OPS_LINK_SEC ".struct_ops.link" macro
1404 map->def.map_flags = strcmp(sec_name, STRUCT_OPS_LINK_SEC) == 0 ? BPF_F_LINK : 0; in init_struct_ops_maps()
3903 strcmp(name, STRUCT_OPS_LINK_SEC) == 0 || in bpf_object__elf_collect()
3905 strcmp(name, "?" STRUCT_OPS_LINK_SEC) == 0) { in bpf_object__elf_collect()
3927 strcmp(name, ".rel" STRUCT_OPS_LINK_SEC) && in bpf_object__elf_collect()
3929 strcmp(name, ".rel?" STRUCT_OPS_LINK_SEC) && in bpf_object__elf_collect()