Home
last modified time | relevance | path

Searched defs:src_sec (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/tools/lib/bpf/
Dlinker.c26 struct src_sec { struct
27 const char *sec_name;
29 int id;
31 int dst_id;
33 int dst_off;
35 bool skipped;
37 bool ephemeral;
62 struct src_sec *secs; argument
978 static int init_sec(struct bpf_linker *linker, struct dst_sec *dst_sec, struct src_sec *src_sec) in init_sec()
1070 static bool sec_content_is_same(struct dst_sec *dst_sec, struct src_sec *src_sec) in sec_content_is_same()
[all …]