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

  /external/ltp/testcases/kernel/security/smack/
smack_set_ambient.sh 21 start_label=$(cat "$smackfsdir/ambient" 2>/dev/null)
31 echo "$start_label" 2>/dev/null > "$smackfsdir/ambient"
34 if [ "$label" != "$start_label" ]; then
36 "\"$label\", not the expected \"$start_label\"."
smack_set_current.sh 22 start_label=$(cat /proc/self/attr/current 2>/dev/null)
32 echo "$start_label" 2>/dev/null > /proc/self/attr/current
35 if [ "$label" != "$start_label" ]; then
37 "\"$label\", not the expected \"$start_label\"."
smack_set_onlycap.sh 21 start_label=$(cat "$smackfsdir/onlycap" 2>/dev/null)
31 echo "$start_label" 2>/dev/null > "$smackfsdir/onlycap"
34 if [ "$label" != "$start_label" ]; then
36 "\"$label\", not the expected \"$start_label\"."
  /art/runtime/interpreter/mterp/
gen_mterp.py 282 start_label = global_name_format % "artMterpAsmInstructionStart"
286 asm_fp.write("\n .global %s\n" % start_label)
287 asm_fp.write("%s = " % start_label + label_prefix + "_op_nop\n")
345 start_label = global_name_format % "artMterpAsmAltInstructionStart"
349 asm_fp.write("\n .global %s\n" % start_label)
351 asm_fp.write("%s = " % start_label + label_prefix + "_ALT_op_nop\n")
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
vle.d 22 30: 78 00 00 01 e_bl 30 <start_label\+0x30>
24 34: 7a 03 ff cc e_bns 0 <start_label>
25 38: 7a 1f 00 01 e_bsol cr3,38 <start_label\+0x38>
150 19a: 79 ff fe 67 e_bl 0 <start_label>
vle.s 46 start_label: label
60 e_bc 0,3,start_label
184 e_bl start_label

Completed in 106 milliseconds