Home
last modified time | relevance | path

Searched refs:asmcode (Results 1 – 25 of 48) sorted by relevance

12

/dports/security/peda/peda-1.2/lib/
H A Dnasm.py25 def assemble(asmcode, mode=32): argument
38 asmcode = asmcode.strip('"').strip("'")
39 asmcode = asmcode.replace(";", "\n")
40 asmcode = ("BITS %d\n" % mode) + asmcode
41 asmcode = decode_string_escape(asmcode)
42 asmcode = re.sub("PTR|ptr|ds:|DS:", "", asmcode)
45 infd.write(asmcode)
80 def nasm2shellcode(asmcode): argument
81 if not asmcode:
87 matches = pattern.findall(asmcode)
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/page/
H A Dgen_peg_mecpu.tcl73 proc ::page::gen::peg::mecpu {asmcode chan} {
88 set gname [lindex $asmcode 0]
89 set gcode [lindex $asmcode 1]
158 proc ::page::gen::peg::mecpu::2readable {asmcode mecode} {
159 return [2print $asmcode $mecode max [widths $asmcode max]]
162 proc ::page::gen::peg::mecpu::widths {asmcode mv} {
170 foreach insn $asmcode {
197 proc ::page::gen::peg::mecpu::2print {asmcode mecode mv mc} {
204 foreach insn $asmcode {
/dports/devel/tcllib/tcllib-1.20/modules/page/
H A Dgen_peg_mecpu.tcl73 proc ::page::gen::peg::mecpu {asmcode chan} {
88 set gname [lindex $asmcode 0]
89 set gcode [lindex $asmcode 1]
158 proc ::page::gen::peg::mecpu::2readable {asmcode mecode} {
159 return [2print $asmcode $mecode max [widths $asmcode max]]
162 proc ::page::gen::peg::mecpu::widths {asmcode mv} {
170 foreach insn $asmcode {
197 proc ::page::gen::peg::mecpu::2print {asmcode mecode mv mc} {
204 foreach insn $asmcode {
/dports/devel/tcllibc/tcllib-1.20/modules/page/
H A Dgen_peg_mecpu.tcl73 proc ::page::gen::peg::mecpu {asmcode chan} {
88 set gname [lindex $asmcode 0]
89 set gcode [lindex $asmcode 1]
158 proc ::page::gen::peg::mecpu::2readable {asmcode mecode} {
159 return [2print $asmcode $mecode max [widths $asmcode max]]
162 proc ::page::gen::peg::mecpu::widths {asmcode mv} {
170 foreach insn $asmcode {
197 proc ::page::gen::peg::mecpu::2print {asmcode mecode mv mc} {
204 foreach insn $asmcode {
/dports/games/libretro-mu/Mu-ff746b8/src/
H A Dmakefile.all73 EMU_SOURCES_C += $(EMU_PATH)/armv5te/asmcode.c
80 $(EMU_PATH)/armv5te/asmcode.c
83 EMU_SOURCES_C += $(EMU_PATH)/armv5te/asmcode.c
87 EMU_SOURCES_C += $(EMU_PATH)/armv5te/asmcode.c
93 EMU_SOURCES_C += $(EMU_PATH)/armv5te/asmcode.c
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/jit/common/
H A Dop.go49 func (op Op0) asmcode() { func
81 func (op Op1) asmcode() { func
154 func (op Op2) asmcode() { func
214 func (op Op3) asmcode() { func
238 func (op Op4) asmcode() { func
H A Dapi.go23 asmcode() methodSpec
39 asmcode() methodSpec
H A Dsave.go30 func (*SaveSlot) asmcode() { func
58 func (op Op2Misc) asmcode() { func
H A Dsoftreg.go56 func (s SoftRegId) asmcode() { func
H A Dmem.go50 func (m Mem) asmcode() { func
H A Dkind.go89 func (k Kind) asmcode() { func
H A Dconst.go47 func (c Const) asmcode() { func
H A Dreg.go92 func (r Reg) asmcode() { func
/dports/devel/radare2/radare2-5.1.1/libr/egg/
H A Degg.c289 RAsmCode *asmcode = NULL; in r_egg_assemble_asm() local
316 asmcode = r_asm_massemble (egg->rasm, code); in r_egg_assemble_asm()
317 if (asmcode) { in r_egg_assemble_asm()
318 if (asmcode->len > 0) { in r_egg_assemble_asm()
319 r_buf_append_bytes (egg->bin, asmcode->bytes, asmcode->len); in r_egg_assemble_asm()
327 bool ret = (asmcode != NULL); in r_egg_assemble_asm()
328 r_asm_code_free (asmcode); in r_egg_assemble_asm()
/dports/security/peda/peda-1.2/
H A Dpeda.py726 def assemble(self, asmcode, bits=None):
736 return Nasm.assemble(asmcode, bits)
2619 wildcard = asmcode.count('?')
2622 ops = [x for x in asmcode.split(';') if x]
2661 if rop and 'ret' not in asmcode:
2689 if asmcode:
2690 asmcode = "\n".join(asmcode.splitlines()[1:-1])
5091 if asmcode is None:
5097 asmcode = arg[0]
5132 if asmcode is None:
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dlisting.c50 (flg.asmcode ? "asm" : "noasm"), (flg.dclchk ? "dclchk" : "nodclchk"), in list_init()
H A Dglobal.h160 LOGICAL asmcode; member
/dports/games/libretro-mu/Mu-ff746b8/qtBuildSystem/Mu/
H A DMu.pro104 ../../src/armv5te/asmcode.c
128 ../../src/armv5te/asmcode.c \
197 ../../src/armv5te/asmcode.h \
/dports/math/libpgmath/flang-d07daf3/tools/shared/utils/
H A Dglobal.h167 bool asmcode; member
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dmain.cpp636 register_combined_bool_string_arg(arg_parser, "asm", (bool *)&(flg.asmcode), in init()
841 if (flg.asmcode) { in init()
/dports/devel/asl/asl-current/
H A Dmakedefs.src149 $(TARG_OBJDIR)asmcode$(TARG_OBJEXTENSION) \
724 $(TARG_OBJDIR)asmcode$(TARG_OBJEXTENSION) : asmcode.c
725 $(TARG_CC) $(ALLFLAGS) -o$(OBLANK)$@ -c asmcode.c
/dports/lang/qscheme/qscheme-0.5.1/
H A Dasm.c309 SOBJ varlist, optargs, asmcode, icode; in scm_asm_mkproc() local
322 asmcode = scm_asm_internal(scm_asm_new_code(), icode); in scm_asm_mkproc()
324 size = SCM_ASIZE(asmcode); in scm_asm_mkproc()
332 memcpy(code->code, SCM_ARRAY(asmcode), size * sizeof(SOBJ*)); in scm_asm_mkproc()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.h719 code *asmcode;
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstatement.h731 code *asmcode;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstatement.h730 code *asmcode;

12