Home
last modified time | relevance | path

Searched refs:bpf_get_opcode (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dbpf.h323 const struct bpf_opcode *bpf_get_opcode (unsigned int index);
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dbpf.h323 const struct bpf_opcode *bpf_get_opcode (unsigned int index);
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dbpf-opc.c517 bpf_get_opcode (unsigned int index) in bpf_get_opcode() function
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dbpf-opc.c513 bpf_get_opcode (unsigned int index) in bpf_get_opcode() function
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-bpf.c1459 while ((opcode = bpf_get_opcode (idx++)) != NULL) in md_assemble()