Searched refs:slot_id (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | xtensa-isa.c | 596 int slot_id; in xtensa_format_slot_nop_opcode() local 601 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_slot_nop_opcode() 602 return xtensa_opcode_lookup (isa, intisa->slots[slot_id].nop_name); in xtensa_format_slot_nop_opcode() 611 int slot_id; in xtensa_format_get_slot() local 616 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_get_slot() 617 (*intisa->slots[slot_id].get_fn) (insn, slotbuf); in xtensa_format_get_slot() 627 int slot_id; in xtensa_format_set_slot() local 632 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_set_slot() 633 (*intisa->slots[slot_id].set_fn) (insn, slotbuf); in xtensa_format_set_slot() 690 int slot_id; in xtensa_opcode_decode() local [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | ProcessWindows.cpp | 400 uint32_t slot_id = reg_ctx->GetTriggeredHardwareBreakpointSlotId(); in RefreshStateAfterStop() local 401 if (slot_id != LLDB_INVALID_INDEX32) { in RefreshStateAfterStop() 402 int id = m_watchpoint_ids[slot_id]; in RefreshStateAfterStop() 410 wp_sp->SetHardwareIndex(slot_id); in RefreshStateAfterStop() 776 reg_ctx->AddHardwareBreakpoint(p.second.slot_id, p.second.address, in OnCreateThread() 858 for (info.slot_id = 0; in EnableWatchpoint() 859 info.slot_id < RegisterContextWindows::GetNumHardwareBreakpointSlots(); in EnableWatchpoint() 860 info.slot_id++) in EnableWatchpoint() 861 if (m_watchpoint_ids[info.slot_id] == LLDB_INVALID_BREAK_ID) in EnableWatchpoint() 863 if (info.slot_id == RegisterContextWindows::GetNumHardwareBreakpointSlots()) { in EnableWatchpoint() [all …]
|
| D | ProcessWindows.h | 111 uint32_t slot_id; member
|
| /openbsd/src/usr.bin/ssh/ |
| D | pkcs11.h | 140 #define slot_id slotID macro 299 ck_slot_id_t slot_id; member 736 (ck_slot_id_t slot_id, struct ck_slot_info *info)); 738 (ck_slot_id_t slot_id, struct ck_token_info *info)); 742 (ck_slot_id_t slot_id, 746 (ck_slot_id_t slot_id, ck_mechanism_type_t type, 749 (ck_slot_id_t slot_id, unsigned char *pin, 760 (ck_slot_id_t slot_id, ck_flags_t flags, 764 _CK_DECLARE_FUNCTION (C_CloseAllSessions, (ck_slot_id_t slot_id)); 1302 #undef slot_id
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | xtensa-isa-internal.h | 60 int *slot_id; /* Array[num_slots] of slot IDs. */ member
|