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

12

/freebsd-11-stable/gnu/usr.bin/binutils/libopcodes/
H A DMakefile5 .PATH: ${SRCDIR}/opcodes
7 LIB= opcodes
10 CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd
17 .PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes
18 CFLAGS+= -I${BINUTILSDISTDIR}/opcodes -I${BINUTILSDISTDIR}/bfd
/freebsd-11-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::__anon1168::__anon1169
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::__anon1170::__anon1172
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp43 return !memcmp(m_location.expr.opcodes, rhs.m_location.expr.opcodes,
54 const uint8_t *opcodes, uint32_t len) {
56 m_location.expr.opcodes = opcodes;
63 const uint8_t *opcodes, uint32_t len) {
65 m_location.expr.opcodes = opcodes;
151 s, llvm::makeArrayRef(m_location.expr.opcodes, m_location.expr.length),
184 return !memcmp(m_value.expr.opcodes, rh
53 SetAtDWARFExpression( const uint8_t *opcodes, uint32_t len) argument
62 SetIsDWARFExpression( const uint8_t *opcodes, uint32_t len) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp148 // We have a normal location that contains DW_OP location opcodes
337 // All opcodes that have a single ULEB (signed or unsigned) argument
382 // All opcodes that have a 2 ULEB (signed or unsigned) arguments
639 const DataExtractor &opcodes,
791 const uint32_t subexpr_len = opcodes.GetULEB128(&opcode_offset);
792 const void *subexpr_data = opcodes.GetData(&opcode_offset, subexpr_len);
906 lldb::ModuleSP module_sp, const DataExtractor &opcodes,
911 if (opcodes.GetByteSize() == 0) {
942 while (opcodes.ValidOffset(offset)) {
944 const uint8_t op = opcodes
636 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
904 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-11-stable/contrib/binutils/
H A DMakefile.def40 host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; };
320 dependencies = { module=all-gdb; on=all-opcodes; };
340 dependencies = { module=all-binutils; on=all-opcodes; };
347 // We put install-opcodes before install-binutils because the installed
348 // binutils might be on PATH, and they might need the shared opcodes
350 dependencies = { module=install-binutils; on=install-opcodes; };
353 dependencies = { module=install-opcodes; on=install-bfd; };
357 dependencies = { module=all-gas; on=all-opcodes; };
363 dependencies = { module=all-gprof; on=all-opcodes; };
368 dependencies = { module=all-ld; on=all-opcodes; };
[all...]
H A DMakefile.in416 @if opcodes
418 $$r/$(HOST_SUBDIR)/opcodes/.libs:$$r/$(HOST_SUBDIR)/prev-opcodes/.libs:
419 @endif opcodes
603 maybe-configure-opcodes \
729 @if opcodes-no-bootstrap
730 all-host: maybe-all-opcodes
731 @endif opcodes-no-bootstrap
866 info-host: maybe-info-opcodes
972 dvi-host: maybe-dvi-opcodes
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile5 .PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
/freebsd-11-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,
237 /// The offset into the data buffer of the opcodes to be printed.
240 /// The length in bytes of the opcodes to be printed.
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am682 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
683 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
884 echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
1029 $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
1095 $(srcdir)/../opcodes/fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1097 $(srcdir)/../opcodes/fr30-opc.h cgen.h
1101 $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \
1103 $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/frv-opc.h \
1129 $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1134 $(srcdir)/../opcodes/i38
[all...]
H A DMakefile.in794 $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
873 $(srcdir)/../opcodes/fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
875 $(srcdir)/../opcodes/fr30-opc.h cgen.h
880 $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \
882 $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/frv-opc.h \
913 $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
919 $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
927 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \
958 subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \
960 $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/ip2
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64clat_control.c556 static struct opcode_obj_rewrite opcodes[] = { variable in typeref:struct:opcode_obj_rewrite
591 IPFW_ADD_OBJ_REWRITER(first, opcodes);
599 IPFW_DEL_OBJ_REWRITER(last, opcodes);
H A Dnat64stl_control.c561 static struct opcode_obj_rewrite opcodes[] = { variable in typeref:struct:opcode_obj_rewrite
596 IPFW_ADD_OBJ_REWRITER(first, opcodes);
604 IPFW_DEL_OBJ_REWRITER(last, opcodes);
H A Dnat64lsn_control.c851 static struct opcode_obj_rewrite opcodes[] = { variable in typeref:struct:opcode_obj_rewrite
888 IPFW_ADD_OBJ_REWRITER(first, opcodes);
896 IPFW_DEL_OBJ_REWRITER(last, opcodes);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen.sh29 # ACTION is currently always "opcodes". It exists to be consistent with the
83 opcodes)
H A DMakefile.am434 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
468 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
624 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
H A DMakefile.in610 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
1016 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
1171 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c828 static struct opcode_obj_rewrite opcodes[] = { variable in typeref:struct:opcode_obj_rewrite
866 IPFW_ADD_OBJ_REWRITER(first, opcodes);
874 IPFW_DEL_OBJ_REWRITER(last, opcodes);
/freebsd-11-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++) {
3316 IPFW_DEL_OBJ_REWRITER(last, opcodes);
3354 IPFW_ADD_OBJ_REWRITER(first, opcodes);
[all...]
/freebsd-11-stable/sys/powerpc/powerpc/
H A Ddb_disasm.c113 * of the opcodes, But I didn't feel like it when typing in the table,
119 const struct opcode opcodes[] = { variable in typeref:struct:opcode
1001 dis_ppc(opcodes, instr, loc);
/freebsd-11-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
391 /// For use examining rebase opcodes in a MachOObjectFile.
406 /// For use examining bind opcodes in a MachOObjectFile.
428 // (such as with the REBASE_OPCODE_DO_*_TIMES* opcodes) can be tested via the
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c483 * Special values printer for tablearg-aware opcodes.
1905 * each other opcodes - O_EXTERNAL_ACTION and
1924 * XXX: we need to teach ipfw(9) to rewrite opcodes
2057 match_opcode(int opcode, const int opcodes[], size_t nops) argument
2062 if (opcode == opcodes[i])
2069 struct show_state *state, const int opcodes[], size_t nops, int portop,
2078 if (match_opcode(cmd->opcode, opcodes, nops))
2087 if (!match_opcode(cmd->opcode, opcodes, nops))
2095 * If several O_IP_?PORT opcodes specified, leave them to the
2119 /* keep the following opcodes a
2068 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-11-stable/contrib/binutils/bfd/
H A DMakefile.am1076 cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1114 $(srcdir)/../opcodes/sh-opc.h
1491 $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1494 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1499 $(srcdir)/../opcodes/sh64-opc.h
1513 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1519 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
H A DMakefile.in1655 cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1693 $(srcdir)/../opcodes/sh-opc.h
2070 $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
2073 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
2078 $(srcdir)/../opcodes/sh64-opc.h
2092 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
2098 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.in141 am__DEPENDENCIES_4 = ../opcodes/libopcodes.la
433 OPCODES = ../opcodes/libopcodes.la
H A DMakefile.am115 OPCODES = ../opcodes/libopcodes.la

Completed in 208 milliseconds

12