Searched refs:objfile (Results 1 – 5 of 5) sorted by relevance
19 def disassemble(objfile): argument21 p = subprocess.Popen([disassembler, '-d', objfile],26 print("Disassemble failed: {}".format(objfile))30 def dump_debug(objfile): argument32 …p = subprocess.Popen([disassembler, '-WliaprmfsoRt', objfile], stdout=subprocess.PIPE, stderr=subp…35 print("Dump debug failed: {}".format(objfile))
104 struct fat_arch *objfile = &object_files_[i]; in Read() local107 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()
114 my $objfile = $libpath.$2;115 $objdefs{$1} = $objfile;116 $objdeps{$objfile} = {};117 $libobjs{$lib}{$objfile}=1;
295 objfile = open(objfilename, 'r');313 for line in objfile:
969 $ librarian /object 'p3' 'objfile'981 $ librarian /object 'p3' 'objfile'