/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/bfin/ |
objdump.exp | 37 set objfile [remote_download host tmpdir/unknown-mode.o] 39 set objfile tmpdir/unknown-mode.o 44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -D $objfile"]
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/arm/ |
objdump.exp | 37 set objfile [remote_download host tmpdir/thumb2-cond.o] 39 set objfile tmpdir/thumb2-cond.o 44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=6 $objfile"] 54 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=10 $objfile"] 73 set objfile [remote_download host tmpdir/simple.o] 75 set objfile tmpdir/simple.o 80 set got [binutils_run $OBJDUMP "-dr $objfile $objfile"] 82 set want "$objfile:\[ \]*file format.*$objfile:\[ \]*file format.*push.*add.*sub.*str.*add.*ldmfd [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/hppa/ |
objdump.exp | 49 set objfile [remote_download host tmpdir/addendbug.o] 51 set objfile tmpdir/addendbug.o 56 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -r $objfile"] 80 set objfile [remote_download host tmpdir/freg.o] 82 set objfile tmpdir/freg.o 87 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/m68k/ |
objdump.exp | 37 set objfile [remote_download host tmpdir/movem.o] 39 set objfile tmpdir/movem.o 44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"] 63 set objfile [remote_download host tmpdir/fnop.o] 65 set objfile tmpdir/fnop.o 70 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/vax/ |
objdump.exp | 41 set objfile [remote_download host tmpdir/entrymask.o] 43 set objfile tmpdir/entrymask.o 51 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -d -M entry:0x0 -M entry:2 $objfile"]
|
/external/clang/utils/check_cfc/ |
obj_diff.py | 19 def disassemble(objfile): 21 p = subprocess.Popen([disassembler, '-d', objfile], 26 print("Disassemble failed: {}".format(objfile)) 30 def dump_debug(objfile): 32 p = subprocess.Popen([disassembler, '-WliaprmfsoRt', objfile], stdout=subprocess.PIPE, stderr=subprocess.PIPE) 35 print("Dump debug failed: {}".format(objfile))
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 48 for objfile in gdb.objfiles(): 49 if objfile.type_printers: 50 print ("%sType printers for %s:" % (sep, objfile.name)) 51 self.list_type_printers(objfile.type_printers) 78 for objfile in gdb.objfiles(): 79 if self.set_some(name, objfile.type_printers): 95 for objfile in gdb.objfiles(): 96 self.add_some(result, word, objfile.type_printers)
|
pretty_printers.py | 161 for objfile in gdb.objfiles(): 162 self.invoke1(" objfile %s pretty-printers:" % objfile.filename, 163 objfile.pretty_printers, objfile.filename, 198 for objfile in gdb.objfiles(): 199 (t_enabled, t_total) = count_enabled_printers(objfile.pretty_printers) 291 for objfile in gdb.objfiles(): 292 if object_re.match(objfile.filename): 293 total += do_enable_pretty_printer_1(objfile.pretty_printers [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 48 for objfile in gdb.objfiles(): 49 if objfile.type_printers: 50 print ("%sType printers for %s:" % (sep, objfile.name)) 51 self.list_type_printers(objfile.type_printers) 78 for objfile in gdb.objfiles(): 79 if self.set_some(name, objfile.type_printers): 95 for objfile in gdb.objfiles(): 96 self.add_some(result, word, objfile.type_printers)
|
pretty_printers.py | 161 for objfile in gdb.objfiles(): 162 self.invoke1(" objfile %s pretty-printers:" % objfile.filename, 163 objfile.pretty_printers, objfile.filename, 198 for objfile in gdb.objfiles(): 199 (t_enabled, t_total) = count_enabled_printers(objfile.pretty_printers) 291 for objfile in gdb.objfiles(): 292 if object_re.match(objfile.filename): 293 total += do_enable_pretty_printer_1(objfile.pretty_printers [all...] |
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/ |
type_printers.py | 48 for objfile in gdb.objfiles(): 49 if objfile.type_printers: 50 print ("%sType printers for %s:" % (sep, objfile.filename)) 51 self.list_type_printers(objfile.type_printers) 78 for objfile in gdb.objfiles(): 79 if self.set_some(name, objfile.type_printers): 95 for objfile in gdb.objfiles(): 96 self.add_some(result, word, objfile.type_printers)
|
unwinders.py | 101 for objfile in gdb.objfiles(): 102 if locus_re.match(objfile.filename): 103 self.list_unwinders("Objfile %s:" % objfile.filename, 104 objfile.frame_unwinders, name_re) 135 for objfile in gdb.objfiles(): 136 if locus_re.match(objfile.filename): 137 total += do_enable_unwinder1(objfile.frame_unwinders, name_re, 149 enable. It can 'global', 'progspace', or the name of an objfile 173 disable. It can 'global', 'progspace', or the name of an objfile [all...] |
pretty_printers.py | 161 for objfile in gdb.objfiles(): 162 self.invoke1(" objfile %s pretty-printers:" % objfile.filename, 163 objfile.pretty_printers, objfile.filename, 198 for objfile in gdb.objfiles(): 199 (t_enabled, t_total) = count_enabled_printers(objfile.pretty_printers) 291 for objfile in gdb.objfiles(): 292 if object_re.match(objfile.filename): 293 total += do_enable_pretty_printer_1(objfile.pretty_printers [all...] |
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/ |
type_printers.py | 48 for objfile in gdb.objfiles(): 49 if objfile.type_printers: 50 print ("%sType printers for %s:" % (sep, objfile.filename)) 51 self.list_type_printers(objfile.type_printers) 78 for objfile in gdb.objfiles(): 79 if self.set_some(name, objfile.type_printers): 95 for objfile in gdb.objfiles(): 96 self.add_some(result, word, objfile.type_printers)
|
unwinders.py | 101 for objfile in gdb.objfiles(): 102 if locus_re.match(objfile.filename): 103 self.list_unwinders("Objfile %s:" % objfile.filename, 104 objfile.frame_unwinders, name_re) 135 for objfile in gdb.objfiles(): 136 if locus_re.match(objfile.filename): 137 total += do_enable_unwinder1(objfile.frame_unwinders, name_re, 149 enable. It can 'global', 'progspace', or the name of an objfile 173 disable. It can 'global', 'progspace', or the name of an objfile [all...] |
pretty_printers.py | 161 for objfile in gdb.objfiles(): 162 self.invoke1(" objfile %s pretty-printers:" % objfile.filename, 163 objfile.pretty_printers, objfile.filename, 198 for objfile in gdb.objfiles(): 199 (t_enabled, t_total) = count_enabled_printers(objfile.pretty_printers) 291 for objfile in gdb.objfiles(): 292 if object_re.match(objfile.filename): 293 total += do_enable_pretty_printer_1(objfile.pretty_printers [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
build_vc.pl | 80 my $objfile; 88 $objfile = File::Spec->catfile('obj', $base.'.o'); 92 $objlist .= "$objfile "; 93 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file; 99 $objlist .= "$objfile "; 100 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
build_vc.pl | 80 my $objfile; 90 $objfile = File::Spec->catfile('obj', $base.'.o'); 94 $objlist .= "$objfile "; 95 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file; 101 $objlist .= "$objfile "; 102 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
build_vc.pl | 80 my $objfile; 88 $objfile = File::Spec->catfile('obj', $base.'.o'); 92 $objlist .= "$objfile "; 93 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file; 99 $objlist .= "$objfile "; 100 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
|
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/ |
frames.py | 116 for objfile in gdb.objfiles(): 117 return_iter = itertools.chain(return_iter, objfile.frame_filters.values()) 128 for objfile in gdb.objfiles(): 129 if name == objfile.filename: 130 return objfile.frame_filters
|
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/ |
frames.py | 116 for objfile in gdb.objfiles(): 117 return_iter = itertools.chain(return_iter, objfile.frame_filters.values()) 128 for objfile in gdb.objfiles(): 129 if name == objfile.filename: 130 return objfile.frame_filters
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/ |
selective.exp | 79 set objfile "tmpdir/[file rootname $testfile].o" 113 if { ![ld_compile "$compiler $testflags" $srcdir/$subdir/$testfile $objfile] } { 123 set objfile "$objfile $libgcc" 131 set objfile "$objfile $libgcc" 139 set objfile "$objfile $libgcc" 144 set objfile "$objfile --defsym _.frame=0 --defsym _.d1=0 [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/ |
gc.exp | 27 set objfile "tmpdir/gc.o" 40 ld_compile "$CC -c $CFLAGS $cflags" $srcdir/$subdir/gc.c $objfile 48 global objfile 50 if ![file readable $objfile ] { 57 append options " " $ldflags " " [ld_simple_link_defsyms] " " $objfile
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
relax.exp | 94 set objfile "tmpdir/[file rootname $as_file]-$testindex.o" 95 lappend objfiles $objfile 97 if ![ld_assemble $as "$as_opt $srcdir/$subdir/$as_file" $objfile] {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libstdc++.so.6.0.18-gdb.py | 25 # This file might be loaded when there is no current objfile. This 32 # directory holding the objfile with which this file is associated. 52 objfile = gdb.current_objfile ().filename variable 53 dir_ = os.path.join (os.path.dirname (objfile), dotdots, pythondir)
|