Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/include/
Dbtf.h46 uint32_t type_off; /* Offset of type section, in bytes. */ member
/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_bpf_comp.c758 const u_int type_off = offsetof(struct icmp, icmp_type); in npfctl_bpf_icmp() local
762 assert(offsetof(struct icmp6_hdr, icmp6_type) == type_off); in npfctl_bpf_icmp()
771 BPF_STMT(BPF_LD+BPF_B+BPF_IND, type_off), in npfctl_bpf_icmp()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbtfout.cc787 uint32_t type_off = 0, type_len = 0; in output_btf_header() local
805 str_off = type_off + type_len; in output_btf_header()
812 dw2_asm_output_data (4, type_off, "type_off"); in output_btf_header()