Searched refs:str_sec (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | btf.c | 1206 .str_sec = "", 1274 .str_sec = "", 1487 .str_sec = "", 1653 .str_sec = "", 1675 .str_sec = "", 1699 .str_sec = "", 1725 .str_sec = "", 1747 .str_sec = "", 1771 .str_sec = "", 1795 .str_sec = "", [all …]
|
/linux/tools/lib/bpf/ |
A D | libbpf_probes.c | 147 const char *str_sec, size_t str_len) in libbpf__load_raw_btf() argument 167 memcpy(raw_btf + hdr.hdr_len + hdr.type_len, str_sec, hdr.str_len); in libbpf__load_raw_btf()
|
A D | libbpf_internal.h | 277 const char *str_sec, size_t str_len);
|
Completed in 15 milliseconds