Searched refs:objfile (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Modules/
H A Dld_so_aix.in110 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/\.[^.]*$//"`
166 #echo " -> output file : $objfile"
178 CCOPT="$CCOPT -Wl,-bM:SRE -Wl,-T512 -Wl,-H512 -Wl,-brtl -Wl,-bnortllib -lm -o $objfile"
183 #echo $makexp $expfile "$objfile" $objs
184 $makexp $expfile "$objfile"
[all...]
/external/clang/utils/check_cfc/
H A Dobj_diff.py19 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))
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.cc104 struct fat_arch *objfile = &object_files_[i]; local
107 cursor >> objfile->cputype
108 >> objfile->cpusubtype
109 >> objfile->offset
110 >> objfile->size
111 >> objfile->align;
118 if (objfile->offset > fat_size ||
119 objfile->size > fat_size - objfile->offset) {
/external/llvm/utils/
H A DGenLibDeps.pl113 my $objfile = $libpath.$2;
114 $objdefs{$1} = $objfile;
115 $objdeps{$objfile} = {};
116 $libobjs{$lib}{$objfile}=1;
117 # my $p = "../llvm/".$objfile;
/external/swiftshader/third_party/LLVM/utils/
H A DGenLibDeps.pl115 my $objfile = $libpath.$2;
116 $objdefs{$1} = $objfile;
117 $objdeps{$objfile} = {};
118 $libobjs{$lib}{$objfile}=1;
119 # my $p = "../llvm/".$objfile;
/external/v8/tools/
H A Dgen-postmortem-metadata.py326 objfile = open(objfilename, 'r');
344 for line in objfile:
/external/curl/packages/vms/
H A Dbuild_vms.com957 $ objfile = f$parse("''objdir'.OBJ;", file)
958 $ obj = f$search(objfile, 2)
969 $ librarian /object 'p3' 'objfile'
971 $ 'vo_o' "%CURL-I-OBJUTD, ", objfile, " is up to date"
981 $ librarian /object 'p3' 'objfile'

Completed in 522 milliseconds