Searched refs:objfile (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Modules/ |
D | ld_so_aix.in | 110 shift; objfile=$1 114 objfile=`echo $1 | sed "s/-o//"` 135 if test "$objfile" = "libpython@VERSION@.so"; then 148 if test -z "$objfile"; then 149 objfile=shr.o 152 filename=`basename $objfile | sed "s/\.[^.]*$//"` 178 CCOPT="$CCOPT -Wl,-bM:SRE -Wl,-T512 -Wl,-H512 -Wl,-brtl -Wl,-bnortllib -lm -o $objfile" 184 $makexp $expfile "$objfile" $objs
|
/external/clang/utils/check_cfc/ |
D | obj_diff.py | 19 def disassemble(objfile): argument 21 p = subprocess.Popen([disassembler, '-d', objfile], 26 print("Disassemble failed: {}".format(objfile)) 30 def dump_debug(objfile): argument 32 …p = subprocess.Popen([disassembler, '-WliaprmfsoRt', objfile], stdout=subprocess.PIPE, stderr=subp… 35 print("Dump debug failed: {}".format(objfile))
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader.cc | 104 struct fat_arch *objfile = &object_files_[i]; in Read() local 107 cursor >> objfile->cputype in Read() 108 >> objfile->cpusubtype in Read() 109 >> objfile->offset in Read() 110 >> objfile->size in Read() 111 >> objfile->align; in Read() 118 if (objfile->offset > fat_size || in Read() 119 objfile->size > fat_size - objfile->offset) { in Read()
|
/external/llvm/utils/ |
D | GenLibDeps.pl | 113 my $objfile = $libpath.$2; 114 $objdefs{$1} = $objfile; 115 $objdeps{$objfile} = {}; 116 $libobjs{$lib}{$objfile}=1;
|
/external/swiftshader/third_party/LLVM/utils/ |
D | GenLibDeps.pl | 115 my $objfile = $libpath.$2; 116 $objdefs{$1} = $objfile; 117 $objdeps{$objfile} = {}; 118 $libobjs{$lib}{$objfile}=1;
|
/external/v8/tools/ |
D | gen-postmortem-metadata.py | 326 objfile = open(objfilename, 'r'); 344 for line in objfile:
|
/external/curl/packages/vms/ |
D | build_vms.com | 969 $ librarian /object 'p3' 'objfile' 981 $ librarian /object 'p3' 'objfile'
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | i686-pc-linux-gnu | 13726 Running ./gdb.dwarf2/dw2-objfile-overlap.exp ... 13727 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: add-symbol-file 13728 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: info line inner 17115 Running ./gdb.python/py-objfile.exp ... 17116 PASS: gdb.python/py-objfile.exp: Find a symbol in objfile 17117 PASS: gdb.python/py-objfile.exp: Get backing object file 17118 PASS: gdb.python/py-objfile.exp: Get objfile validity 17119 PASS: gdb.python/py-objfile.exp: Get objfile validity 17120 PASS: gdb.python/py-objfile.exp: Get objfile validity after unload 17121 Running ./gdb.python/py-objfile-script.exp ... [all …]
|
D | x86_64-cros-linux-gnu | 13972 Running ./gdb.dwarf2/dw2-objfile-overlap.exp ... 13973 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: add-symbol-file 13974 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: info line inner 17383 Running ./gdb.python/py-objfile.exp ... 17384 PASS: gdb.python/py-objfile.exp: Find a symbol in objfile 17385 PASS: gdb.python/py-objfile.exp: Get backing object file 17386 PASS: gdb.python/py-objfile.exp: Get objfile validity 17387 PASS: gdb.python/py-objfile.exp: Get objfile validity 17388 PASS: gdb.python/py-objfile.exp: Get objfile validity after unload 17389 Running ./gdb.python/py-objfile-script.exp ... [all …]
|
D | armv7a-cros-linux-gnueabi | 13725 Running ./gdb.dwarf2/dw2-objfile-overlap.exp ... 13726 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: add-symbol-file 13727 PASS: gdb.dwarf2/dw2-objfile-overlap.exp: info line inner 17014 Running ./gdb.python/py-objfile.exp ... 17015 PASS: gdb.python/py-objfile.exp: Find a symbol in objfile 17016 PASS: gdb.python/py-objfile.exp: Get backing object file 17017 PASS: gdb.python/py-objfile.exp: Get objfile validity 17018 PASS: gdb.python/py-objfile.exp: Get objfile validity 17019 PASS: gdb.python/py-objfile.exp: Get objfile validity after unload 17020 Running ./gdb.python/py-objfile-script.exp ... [all …]
|