Searched refs:BPF_OPERAND_DISP32 (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | bpf-ibld.c | 584 case BPF_OPERAND_DISP32 : in bpf_cgen_insert_operand() 673 case BPF_OPERAND_DISP32 : in bpf_cgen_extract_operand() 752 case BPF_OPERAND_DISP32 : in bpf_cgen_get_int_operand() 803 case BPF_OPERAND_DISP32 : in bpf_cgen_get_vma_operand() 861 case BPF_OPERAND_DISP32 : in bpf_cgen_set_int_operand() 909 case BPF_OPERAND_DISP32 : in bpf_cgen_set_vma_operand()
|
H A D | bpf-asm.c | 150 case BPF_OPERAND_DISP32 : in bpf_cgen_parse_operand() 151 … errmsg = cgen_parse_signed_integer (cd, strp, BPF_OPERAND_DISP32, (long *) (& fields->f_imm32)); in bpf_cgen_parse_operand()
|
H A D | bpf-desc.h | 208 , BPF_OPERAND_SRCBE, BPF_OPERAND_DISP16, BPF_OPERAND_DISP32, BPF_OPERAND_IMM32 enumerator
|
H A D | bpf-dis.c | 172 case BPF_OPERAND_DISP32 : in bpf_cgen_print_operand()
|
H A D | bpf-desc.c | 265 { "disp32", BPF_OPERAND_DISP32, HW_H_SINT, 31, 32,
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-bpf.c | 286 case BPF_OPERAND_DISP32: in md_cgen_lookup_reloc() 333 case BPF_OPERAND_DISP32: in md_apply_fix()
|