Home
last modified time | relevance | path

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

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