HomeSort by relevance Sort by last modified time
    Searched refs:o_file (Results 1 - 7 of 7) sorted by null

  /external/lldb/test/functionalities/exec/
TestExec.py 30 o_file = os.path.join (os.getcwd(), "main.o")
31 execute_command ("'%s' -g -O0 -arch i386 -arch x86_64 '%s' -c -o '%s'" % (os.environ["CC"], source, o_file))
32 execute_command ("'%s' -g -O0 -arch i386 -arch x86_64 '%s'" % (os.environ["CC"], o_file))
43 o_file = os.path.join (os.getcwd(), "main.o")
45 execute_command ("'%s' -g -O0 -arch i386 -arch x86_64 '%s' -c -o '%s'" % (os.environ["CC"], source, o_file))
46 execute_command ("'%s' -g -O0 -arch i386 -arch x86_64 '%s'" % (os.environ["CC"], o_file))
  /external/lldb/scripts/
build-llvm.pl 372 my ($o_file, $o_dir) = fileparse($object);
373 my $new_object = "$object_dir/${archive_file}-$o_file";
  /ndk/sources/host-tools/make-3.81/
variable.h 27 o_file, /* Variable given in a makefile. */ enumerator in enum:variable_origin
read.c 159 define_variable ("MAKEFILE_LIST", sizeof ("MAKEFILE_LIST")-1, "", o_file, 0);
396 do_variable_definition (&ebuf.floc, "MAKEFILE_LIST", filename, o_file,
658 do_define (p2, p - p2, o_file, ebuf);
710 v = try_variable_definition (fstart, p2, o_file, 0);
727 v = define_variable_loc (p, len, "", o_file, 0,
757 v = define_variable_loc (p, len, "", o_file, 0, fstart);
850 if (try_variable_definition (fstart, p, o_file, 0))
1045 v_origin = o_file;
    [all...]
variable.c 817 v->origin = o_file;
    [all...]
main.c     [all...]
function.c 478 case o_file:
    [all...]

Completed in 214 milliseconds