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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c500 #define STRUCT_OPS_LINK_SEC ".struct_ops.link" macro
1346 map->def.map_flags = strcmp(sec_name, STRUCT_OPS_LINK_SEC) == 0 ? BPF_F_LINK : 0;
3832 strcmp(name, STRUCT_OPS_LINK_SEC) == 0 ||
3834 strcmp(name, "?" STRUCT_OPS_LINK_SEC) == 0) {
3856 strcmp(name, ".rel" STRUCT_OPS_LINK_SEC) &&
3858 strcmp(name, ".rel?" STRUCT_OPS_LINK_SEC) &&

Completed in 168 milliseconds