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

  /external/valgrind/coregrind/
link_tool_exe_linux.in 65 my $ala = $ARGV[0];
66 shift; # Remove $ala from @ARGV
70 if (length($ala) < 3 || index($ala, "0x") != 0);
72 # For mips32 or mips64 we need to use "--section-start=.reginfo=$ala" or
73 # "--section-start=.MIPS.options=$ala" respectively, because "-Ttext=$ala" will
74 # not put all the sections to the specificed address ($ala).
81 $extra_args = "-static -Wl,--section-start=.reginfo=$ala";
84 $extra_args = "-static -Wl,--section-start=.MIPS.options=$ala";
    [all...]
link_tool_exe_darwin.in 101 my $ala = $ARGV[0]; # the load address to use
106 if (length($ala) < 3 || index($ala, "0x") != 0);
109 if ($ala !~ /^0x[0-9a-fA-F]+$/);
157 my $stack_addr = Math::BigInt->new( $ala ) - $TX_STACK_OFFSET_BEFORE_TEXT;
161 $cmd = "$cmd -image_base $ala";
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 173 * Formats the given array into a human readable, English string, ala
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 176 serialize (ala cPickle) the value *if and only if* it isn't a
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 176 serialize (ala cPickle) the value *if and only if* it isn't a

Completed in 585 milliseconds