Searched refs:opcodes (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h154 void GetDWARFExpr(const uint8_t **opcodes, uint16_t &len) const { argument
156 *opcodes = m_location.expr.opcodes;
159 *opcodes = nullptr;
164 void SetAtDWARFExpression(const uint8_t *opcodes, uint32_t len);
166 void SetIsDWARFExpression(const uint8_t *opcodes, uint32_t len);
170 return m_location.expr.opcodes;
192 const uint8_t *opcodes; member in struct:lldb_private::UnwindPlan::Row::RegisterLocation::__anon2755::__anon2756
244 void SetIsDWARFExpression(const uint8_t *opcodes, uint32_t len) { argument
246 m_value.expr.opcodes
279 GetDWARFExpr(const uint8_t **opcodes, uint16_t &len) const argument
315 const uint8_t *opcodes; member in struct:lldb_private::UnwindPlan::Row::FAValue::__anon2757::__anon2759
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp150 // We have a normal location that contains DW_OP location opcodes
339 // All opcodes that have a single ULEB (signed or unsigned) argument
384 // All opcodes that have a 2 ULEB (signed or unsigned) arguments
642 const DataExtractor &opcodes,
794 const uint32_t subexpr_len = opcodes.GetULEB128(&opcode_offset);
795 const void *subexpr_data = opcodes.GetData(&opcode_offset, subexpr_len);
909 lldb::ModuleSP module_sp, const DataExtractor &opcodes,
914 if (opcodes.GetByteSize() == 0) {
945 while (opcodes.ValidOffset(offset)) {
947 const uint8_t op = opcodes
639 Evaluate_DW_OP_entry_value(std::vector<Value> &stack, ExecutionContext *exe_ctx, RegisterContext *reg_ctx, const DataExtractor &opcodes, lldb::offset_t &opcode_offset, Status *error_ptr, Log *log) argument
907 Evaluate( ExecutionContext *exe_ctx, RegisterContext *reg_ctx, lldb::ModuleSP module_sp, const DataExtractor &opcodes, const DWARFUnit *dwarf_cu, const lldb::RegisterKind reg_kind, const Value *initial_value_ptr, const Value *object_address_ptr, Value &result, Status *error_ptr) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp44 return !memcmp(m_location.expr.opcodes, rhs.m_location.expr.opcodes,
55 const uint8_t *opcodes, uint32_t len) {
57 m_location.expr.opcodes = opcodes;
64 const uint8_t *opcodes, uint32_t len) {
66 m_location.expr.opcodes = opcodes;
149 s, llvm::makeArrayRef(m_location.expr.opcodes, m_location.expr.length),
182 return !memcmp(m_value.expr.opcodes, rh
54 SetAtDWARFExpression( const uint8_t *opcodes, uint32_t len) argument
63 SetIsDWARFExpression( const uint8_t *opcodes, uint32_t len) argument
[all...]
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c303 size_t opcodes; local
326 opcodes = (state->input - state->layout->bindings);
327 if (opcodes > UINT16_MAX) {
329 "%zu\n", opcodes);
332 entry->opcodes = opcodes;
349 BHND_NV_ASSERT(entry->opcodes < state->layout->bindings_size,
357 state->input = state->layout->bindings + entry->opcodes;
825 * Read a SPROM_OP_DATA_* value from @p opcodes.
902 * This allows the insertion of implicit opcodes int
[all...]
H A Dbhnd_nvram_data_spromvar.h151 uint16_t opcodes; /**< SPROM opcode offset */ member in struct:bhnd_sprom_opcode_idx_entry
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h108 /// If the location stream contains unknown DW_OP opcodes or the
175 /// \param[in] opcodes
176 /// This is a static method so the opcodes need to be provided
204 lldb::ModuleSP opcode_ctx, const DataExtractor &opcodes,
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64clat_control.c554 static struct opcode_obj_rewrite opcodes[] = { variable in typeref:struct:opcode_obj_rewrite
589 IPFW_ADD_OBJ_REWRITER(first, opcodes);
597 IPFW_DEL_OBJ_REWRITER(last, opcodes);
H A Dnat64stl_control.c559 static struct opcode_obj_rewrite opcodes[] = { variable in typeref:struct:opcode_obj_rewrite
594 IPFW_ADD_OBJ_REWRITER(first, opcodes);
602 IPFW_DEL_OBJ_REWRITER(last, opcodes);
H A Dnat64lsn_control.c881 static struct opcode_obj_rewrite opcodes[] = { variable in typeref:struct:opcode_obj_rewrite
918 IPFW_ADD_OBJ_REWRITER(first, opcodes);
926 IPFW_DEL_OBJ_REWRITER(last, opcodes);
/freebsd-13-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c978 static struct opcode_obj_rewrite opcodes[] = { variable in typeref:struct:opcode_obj_rewrite
1016 IPFW_ADD_OBJ_REWRITER(first, opcodes);
1026 IPFW_DEL_OBJ_REWRITER(last, opcodes);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c2884 * disabled. This allow skip table's opcodes from additional
2897 * All tables opcodes have the same ETLV type, but different subtype.
2928 static struct opcode_obj_rewrite opcodes[] = { variable in typeref:struct:opcode_obj_rewrite
3040 * Scan all rules and examine tables opcodes.
3050 /* Check only tables opcodes */
3051 for (kidx = 0, rw = opcodes;
3052 rw < opcodes + nitems(opcodes); rw++) {
3315 IPFW_DEL_OBJ_REWRITER(last, opcodes);
3353 IPFW_ADD_OBJ_REWRITER(first, opcodes);
[all...]
/freebsd-13-stable/sys/powerpc/powerpc/
H A Ddb_disasm.c112 * of the opcodes, But I didn't feel like it when typing in the table,
118 const struct opcode opcodes[] = { variable in typeref:struct:opcode
987 dis_ppc(opcodes, instr, loc);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h161 /// rebasing opcodes. This allows you to iterate through the compressed table of
170 ArrayRef<uint8_t> opcodes, bool is64Bit);
205 /// binding opcodes. This allows you to iterate through the compressed table of
392 /// For use examining rebase opcodes in a MachOObjectFile.
407 /// For use examining bind opcodes in a MachOObjectFile.
429 // (such as with the REBASE_OPCODE_DO_*_TIMES* opcodes) can be tested via the
/freebsd-13-stable/sbin/ipfw/
H A Dipfw2.c491 * Special values printer for tablearg-aware opcodes.
1922 * each other opcodes - O_EXTERNAL_ACTION and
1941 * XXX: we need to teach ipfw(9) to rewrite opcodes
2074 match_opcode(int opcode, const int opcodes[], size_t nops) argument
2079 if (opcode == opcodes[i])
2086 struct show_state *state, const int opcodes[], size_t nops, int portop,
2095 if (match_opcode(cmd->opcode, opcodes, nops))
2104 if (!match_opcode(cmd->opcode, opcodes, nops))
2112 * If several O_IP_?PORT opcodes specified, leave them to the
2136 /* keep the following opcodes a
2085 print_address(struct buf_pr *bp, struct format_opts *fo, struct show_state *state, const int opcodes[], size_t nops, int portop, int flag) argument
[all...]
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile1052 ${CLANG_TBLGEN} -gen-clang-opcodes \

Completed in 197 milliseconds