Searched refs:bpf_map_def (Results 1 – 15 of 15) sorted by relevance
19 struct bpf_map_def { struct27 struct bpf_map_def SEC("maps") flip_table = { argument
13 struct bpf_map_def SEC("maps") my_map = {44 struct bpf_map_def SEC("maps") lat_map = {
21 struct bpf_map_def SEC("maps") my_map = {64 struct bpf_map_def SEC("maps") my_lat = {
13 struct bpf_map_def SEC("maps") my_map = {72 struct bpf_map_def SEC("maps") my_hist_map = {
21 struct bpf_map_def SEC("maps") jmp_table = {94 struct bpf_map_def SEC("maps") percpu_map = {115 struct bpf_map_def SEC("maps") hash_map = {
6 struct bpf_map_def SEC("maps") my_map = {
7 struct bpf_map_def SEC("maps") my_map = {
151 static int load_maps(struct bpf_map_def *maps, int len) in load_maps()155 for (i = 0; i < len / sizeof(struct bpf_map_def); i++) { in load_maps()217 insn[insn_idx].imm = map_fd[sym.st_value / sizeof(struct bpf_map_def)]; in parse_relo_and_apply()
17 struct bpf_map_def SEC("maps") my_map = {
15 struct bpf_map_def SEC("maps") progs = {
57 struct bpf_map_def { struct
191 struct bpf_map_def SEC("maps") hash_map = {
654 map_idx = sym.st_value / sizeof(struct bpf_map_def); in bpf_program__collect_reloc()674 nr_maps = obj->maps_buf_sz / sizeof(struct bpf_map_def); in bpf_object__create_maps()693 struct bpf_map_def def; in bpf_object__create_maps()695 def = *(struct bpf_map_def *)(obj->maps_buf + in bpf_object__create_maps()696 i * sizeof(struct bpf_map_def)); in bpf_object__create_maps()788 sizeof(struct bpf_map_def); in bpf_object__collect_reloc()
97 struct bpf_map_def { struct