Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/external/minijail/
H A Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/minijail/
Dbpf.h132 struct bpf_labels { struct
133 size_t count;
134 struct __bpf_label {
137 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/minijail/
Dbpf.h132 struct bpf_labels { struct
133 size_t count;
134 struct __bpf_label {
137 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/minijail/
Dbpf.h132 struct bpf_labels { struct
133 size_t count;
134 struct __bpf_label {
137 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/minijail/
Dbpf.h132 struct bpf_labels { struct
133 size_t count;
134 struct __bpf_label {
137 } labels[BPF_LABELS_MAX];
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/minijail/
Dbpf.h136 struct bpf_labels { struct
137 size_t count;
138 struct __bpf_label {
141 } labels[BPF_LABELS_MAX];
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/util/
H A Dbpf_helper.h44 struct bpf_labels { struct
52 int bpf_resolve_jumps(struct bpf_labels *labels, argument