Home
last modified time | relevance | path

Searched refs:pc_type (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/common/lib/libppath/
Dppath.c50 ppath_type_t pc_type; member
93 if (pc->pc_type != PPATH_T_IDX) in ppath_component_idx()
101 if (pc->pc_type != PPATH_T_KEY) in ppath_component_key()
114 pc->pc_type = PPATH_T_IDX; in ppath_idx()
132 pc->pc_type = PPATH_T_KEY; in ppath_key()
154 if (pc->pc_type == PPATH_T_KEY) in ppath_component_release()
279 if (pc0->pc_type != PPATH_T_IDX) in ppath_replace_idx()
301 if (pc0->pc_type != PPATH_T_KEY) in ppath_replace_key()
366 t = pc->pc_type; in ppath_lookup_helper()
459 switch (pc->pc_type) { in ppath_create_object()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dft32-tdep.c111 return tdep->pc_type; in ft32_register_type()
580 tdep->pc_type = init_pointer_type (alloc, 4 * TARGET_CHAR_BIT, NULL, in ft32_gdbarch_init()
582 tdep->pc_type->set_instance_flags (tdep->pc_type->instance_flags () in ft32_gdbarch_init()
Dft32-tdep.h28 struct type *pc_type = nullptr; member
Davr-tdep.c203 struct type *pc_type = nullptr; member
235 return tdep->pc_type; in avr_register_type()
1479 tdep->pc_type = init_pointer_type (alloc, 4 * TARGET_CHAR_BIT, NULL, in avr_gdbarch_init()
Dz80-tdep.c72 struct type *pc_type = nullptr; member
1146 tdep->pc_type = init_pointer_type (alloc, in z80_gdbarch_init()
DChangeLog-20153780 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
3786 (ft32_gdbarch_init): Set tdep->pc_type. Call
3791 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
DChangeLog-20091073 (struct gdbarch_tdep): Add void_type, func_void_type and pc_type
/netbsd/src/external/bsd/ipf/dist/
Dpcap-ipf.h23 u_int pc_type; member