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

  /src/usr.bin/xlint/lint1/
decl.c 2391 type_t *subt = block_dup_type(sym->s_type->t_subt); local
2393 subt->t_const = true;
2395 subt->t_volatile = true;
2396 sym->s_type = block_derive_type(subt, PTR);
  /src/external/bsd/tcpdump/dist/
print-isoclns.c 1870 const uint8_t *tptr, u_int subt, u_int subl,
1875 indent, tok2str(isis_ext_ip_reach_subtlv_values, "unknown", subt),
1876 subt, subl);
1880 switch(subt) {
2364 uint8_t subt, subl; local
2367 subt = GET_U_1(tptr);
2374 tok2str(isis_router_capability_subtlv_values, "unknown", subt),
2375 subt, subl);
2385 switch (subt) {
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 3777 enum ppc_stub_sub_type subt;
3782 subt = ppc_stub_notoc;
3785 subt = ppc_stub_p9notoc;
3788 subt = ppc_stub_toc;
3792 while (entry != NULL && entry->type.sub != subt)
3773 enum ppc_stub_sub_type subt; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 3785 enum ppc_stub_sub_type subt;
3790 subt = ppc_stub_notoc;
3793 subt = ppc_stub_p9notoc;
3796 subt = ppc_stub_toc;
3800 while (entry != NULL && entry->type.sub != subt)
3781 enum ppc_stub_sub_type subt; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 3784 enum ppc_stub_sub_type subt;
3789 subt = ppc_stub_notoc;
3792 subt = ppc_stub_p9notoc;
3795 subt = ppc_stub_toc;
3799 while (entry != NULL && entry->type.sub != subt)
3780 enum ppc_stub_sub_type subt; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 3777 enum ppc_stub_sub_type subt;
3782 subt = ppc_stub_notoc;
3785 subt = ppc_stub_p9notoc;
3788 subt = ppc_stub_toc;
3792 while (entry != NULL && entry->type.sub != subt)
3773 enum ppc_stub_sub_type subt; local

Completed in 66 milliseconds