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

  /external/strace/
personality.c 36 unsigned int pers; local
39 pers = tcp->u_arg[0];
40 if (0xffffffff == pers) {
43 printxval(personality_types, pers & PER_MASK, "PER_???");
44 pers &= ~PER_MASK;
45 if (pers) {
47 printflags(personality_flags, pers, NULL);
56 pers = tcp->u_rval;
59 pers & PER_MASK, "PER_???");
60 pers &= ~PER_MASK
    [all...]
  /external/ltp/testcases/kernel/syscalls/personality/
personality01.c 37 unsigned long int pers; member in struct:personalities
41 struct personalities pers[] = { variable in typeref:struct:personalities
65 int TST_TOTAL = ARRAY_SIZE(pers);
71 ret = personality(pers[i].pers);
73 tst_resm(TFAIL | TERRNO, "personality(%s) failed", pers[i].name);
79 if ((unsigned long)ret != pers[i].pers) {
82 pers[i].name, ret, pers[i].pers)
    [all...]
  /external/strace/tests/
qualify_personality.sh 35 pers="$1"
83 [ "x$pers" != "x$i" ] || pers_found=1
87 skip_ "Personality '$pers' is not supported on architecture" \
92 [ "x$pers" = "x$cur_pers" ] || NAME=qualify_personality_empty
94 test_trace_expr "$skip" -e trace="${trace_expr}@${pers}"
options-syntax.test 88 pers="$((SIZEOF_LONG * 8))"
89 inv_pers="$((96 - pers))"
90 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@"$pers"
  /external/strace/tests-m32/
qualify_personality.sh 35 pers="$1"
83 [ "x$pers" != "x$i" ] || pers_found=1
87 skip_ "Personality '$pers' is not supported on architecture" \
92 [ "x$pers" = "x$cur_pers" ] || NAME=qualify_personality_empty
94 test_trace_expr "$skip" -e trace="${trace_expr}@${pers}"
options-syntax.test 88 pers="$((SIZEOF_LONG * 8))"
89 inv_pers="$((96 - pers))"
90 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@"$pers"
  /external/strace/tests-mx32/
qualify_personality.sh 35 pers="$1"
83 [ "x$pers" != "x$i" ] || pers_found=1
87 skip_ "Personality '$pers' is not supported on architecture" \
92 [ "x$pers" = "x$cur_pers" ] || NAME=qualify_personality_empty
94 test_trace_expr "$skip" -e trace="${trace_expr}@${pers}"
options-syntax.test 88 pers="$((SIZEOF_LONG * 8))"
89 inv_pers="$((96 - pers))"
90 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@"$pers"
  /external/scapy/scapy/modules/
p0f.py 391 pers = pb[random.randint(0, len(pb) - 1)]
404 if pers[4] != '.':
405 for opt in pers[4].split(','):
409 if pers[0][0] == 'S':
410 maxmss = (2**16-1) // int(pers[0][1:])
464 if 'T' not in pers[5]:
498 if pers[0] == '*':
500 elif pers[0].isdigit():
501 pkt.payload.window = int(pers[0])
502 elif pers[0][0] == '%'
    [all...]
  /external/libunwind/src/arm/
Gex_tables.c 329 int pers = (data >> 24) & 0x0f; local
330 Debug (2, "%p compact model %d [%8.8x]\n", (void *)addr, pers, data);
331 if (pers == 1 || pers == 2)
343 unw_word_t pers; local
344 if (prel31_to_addr (c->as, c->as_arg, extbl_data, &pers) < 0)
347 (void *)pers);
  /external/libunwind_llvm/src/
Unwind-seh.cpp 71 DISPATCHER_CONTEXT *disp, __personality_routine pers) {
136 (void *)pers, action, exc->exception_class,
138 urc = pers(1, action, exc->exception_class, exc, ctx);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 75 int pers = personality(0xffffffffUL); local
76 if (!(pers & PER_MASK)
  /external/libunwind/src/ia64/
Gtables.c 142 unw_word_t hdr_addr, info_addr, hdr, directives, pers, cookie, off; local
211 || ((ret = read_mem (as, info_addr + 0x08, &pers, arg)) < 0)
216 if (directives != 0 || pers != 0
  /device/google/marlin/
system.prop 50 av.debug.disable.pers.cache=true
  /external/libunwind_llvm/include/
unwind.h 393 __personality_routine pers);

Completed in 3265 milliseconds