Lines Matching full:abc
717 /* Function name to attach to. Could be an unqualified ("abc") or library-qualified
718 * "abc@LIBXYZ" name. To specify function entry, func_name should be set while
1966 * - if *sec* is just a plain string (e.g., "abc"), it will match only
1967 * SEC("abc"). If BPF program specifies SEC("abc/whatever") it will result
1969 * - if *sec* is of the form "abc/", proper SEC() form is
1970 * SEC("abc/something"), where acceptable "something" should be checked by
1972 * - if *sec* is of the form "abc+", it will successfully match both
1973 * SEC("abc") and SEC("abc/whatever") forms;