Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/bpf/
Dlinker.c32 struct src_sec { struct
33 const char *sec_name;
35 int id;
37 int dst_id;
39 int dst_off;
41 bool skipped;
43 bool ephemeral;
68 struct src_sec *secs; argument
1141 static int init_sec(struct bpf_linker *linker, struct dst_sec *dst_sec, struct src_sec *src_sec) in init_sec()
1233 static bool sec_content_is_same(struct dst_sec *dst_sec, struct src_sec *src_sec) in sec_content_is_same()
[all …]