HomeSort by: relevance | last modified time | path
    Searched defs:type_off (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/include/
btf.h 46 uint32_t type_off; /* Offset of type section, in bytes. */ member in struct:btf_header
  /src/external/gpl3/gcc/dist/include/
btf.h 46 uint32_t type_off; /* Offset of type section, in bytes. */ member in struct:btf_header
  /src/usr.sbin/npf/npfctl/
npf_bpf_comp.c 846 const u_int type_off = offsetof(struct icmp, icmp_type); local
850 assert(offsetof(struct icmp6_hdr, icmp6_type) == type_off);
859 BPF_STMT(BPF_LD+BPF_B+BPF_IND, type_off),
  /src/external/gpl3/gcc.old/dist/gcc/
btfout.cc 787 uint32_t type_off = 0, type_len = 0; local
805 str_off = type_off + type_len;
812 dw2_asm_output_data (4, type_off, "type_off");
  /src/external/gpl3/gcc/dist/gcc/
btfout.cc 1097 uint32_t type_off = 0, type_len = 0; local
1115 str_off = type_off + type_len;
1122 dw2_asm_output_data (4, type_off, "type_off");

Completed in 36 milliseconds