Home
last modified time | relevance | path

Searched refs:bpf_elf_howto_table (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf64-bpf.c35 static reloc_howto_type bpf_elf_howto_table [] = variable
257 return &bpf_elf_howto_table[ (int) R_BPF_NONE]; in bpf_reloc_type_lookup()
269 return &bpf_elf_howto_table[ (int) R_BPF_DATA_8]; in bpf_reloc_type_lookup()
271 return &bpf_elf_howto_table[ (int) R_BPF_DATA_16]; in bpf_reloc_type_lookup()
273 return &bpf_elf_howto_table[ (int) R_BPF_DATA_32]; in bpf_reloc_type_lookup()
275 return &bpf_elf_howto_table[ (int) R_BPF_DATA_64]; in bpf_reloc_type_lookup()
278 return &bpf_elf_howto_table[ (int) R_BPF_INSN_64]; in bpf_reloc_type_lookup()
280 return &bpf_elf_howto_table[ (int) R_BPF_INSN_32]; in bpf_reloc_type_lookup()
303 if (bpf_elf_howto_table[i].name != NULL in bpf_reloc_name_lookup()
305 return &bpf_elf_howto_table[i]; in bpf_reloc_name_lookup()
[all …]
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf64-bpf.c38 static reloc_howto_type bpf_elf_howto_table [] = variable
260 return &bpf_elf_howto_table[ (int) R_BPF_NONE]; 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()
281 return &bpf_elf_howto_table[ (int) R_BPF_INSN_64]; in bpf_reloc_type_lookup()
283 return &bpf_elf_howto_table[ (int) R_BPF_INSN_32]; in bpf_reloc_type_lookup()
306 if (bpf_elf_howto_table[i].name != NULL in bpf_reloc_name_lookup()
308 return &bpf_elf_howto_table[i]; in bpf_reloc_name_lookup()
[all …]
H A DChangeLog689 (bpf_elf_howto_table): Use it here.
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf64-bpf.c38 static reloc_howto_type bpf_elf_howto_table [] = variable
260 return &bpf_elf_howto_table[ (int) R_BPF_NONE]; 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()
281 return &bpf_elf_howto_table[ (int) R_BPF_INSN_64]; in bpf_reloc_type_lookup()
283 return &bpf_elf_howto_table[ (int) R_BPF_INSN_32]; in bpf_reloc_type_lookup()
306 if (bpf_elf_howto_table[i].name != NULL in bpf_reloc_name_lookup()
308 return &bpf_elf_howto_table[i]; in bpf_reloc_name_lookup()
[all …]
H A DChangeLog-20201379 (bpf_elf_howto_table): Use it here.
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf64-bpf.c38 static reloc_howto_type bpf_elf_howto_table [] = variable
260 return &bpf_elf_howto_table[ (int) R_BPF_NONE]; 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()
281 return &bpf_elf_howto_table[ (int) R_BPF_INSN_64]; in bpf_reloc_type_lookup()
283 return &bpf_elf_howto_table[ (int) R_BPF_INSN_32]; in bpf_reloc_type_lookup()
306 if (bpf_elf_howto_table[i].name != NULL in bpf_reloc_name_lookup()
308 return &bpf_elf_howto_table[i]; in bpf_reloc_name_lookup()
[all …]
H A DChangeLog689 (bpf_elf_howto_table): Use it here.