Searched refs:bpf_elf_howto_table (Results 1 – 5 of 5) sorted by relevance
38 static reloc_howto_type bpf_elf_howto_table [] = variable260 return &bpf_elf_howto_table[ (int) R_BPF_NONE]; in bpf_reloc_type_lookup()263 return &bpf_elf_howto_table[ (int) R_BPF_DATA_8_PCREL]; in bpf_reloc_type_lookup()265 return &bpf_elf_howto_table[ (int) R_BPF_DATA_16_PCREL]; in bpf_reloc_type_lookup()267 return &bpf_elf_howto_table[ (int) R_BPF_DATA_32_PCREL]; in bpf_reloc_type_lookup()269 return &bpf_elf_howto_table[ (int) R_BPF_DATA_64_PCREL]; in bpf_reloc_type_lookup()272 return &bpf_elf_howto_table[ (int) R_BPF_DATA_8]; in bpf_reloc_type_lookup()274 return &bpf_elf_howto_table[ (int) R_BPF_DATA_16]; in bpf_reloc_type_lookup()276 return &bpf_elf_howto_table[ (int) R_BPF_DATA_32]; in bpf_reloc_type_lookup()278 return &bpf_elf_howto_table[ (int) R_BPF_DATA_64]; in bpf_reloc_type_lookup()[all …]
1379 (bpf_elf_howto_table): Use it here.
50 static reloc_howto_type bpf_elf_howto_table [] = variable81 return &bpf_elf_howto_table[ (int) R_BPF_NONE_IDX]; in bpf_reloc_type_lookup()84 return &bpf_elf_howto_table[ (int) R_BPF_64_ABS32_IDX]; in bpf_reloc_type_lookup()86 return &bpf_elf_howto_table[ (int) R_BPF_64_ABS64_IDX]; in bpf_reloc_type_lookup()89 return &bpf_elf_howto_table[ (int) R_BPF_64_64_IDX]; in bpf_reloc_type_lookup()92 return &bpf_elf_howto_table[ (int) R_BPF_64_32_IDX]; in bpf_reloc_type_lookup()94 return &bpf_elf_howto_table[ (int) R_BPF_GNU_64_16_IDX]; in bpf_reloc_type_lookup()111 if (bpf_elf_howto_table[i].name != NULL in bpf_reloc_name_lookup()112 && strcasecmp (bpf_elf_howto_table[i].name, r_name) == 0) in bpf_reloc_name_lookup()113 return &bpf_elf_howto_table[i]; in bpf_reloc_name_lookup()[all …]