HomeSort by: relevance | last modified time | path
    Searched defs:caller (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/tests/usr.bin/xlint/lint1/
msg_297.c 12 caller(signed int si, unsigned int ui) function
msg_304.c 12 caller(void *arg) function
15 take_void_pointer(caller);
msg_152.c 15 caller(void) function
msg_225.c 13 caller(void) function
msg_334.c 18 caller(bool b, int i) function
msg_383.c 18 caller(const volatile char *cvcp, const volatile int *cvip, int (*fn)(void)) function
expr_promote_trad.c 35 caller(arg) function
expr_promote.c 37 caller(struct arithmetic_types *arg) function
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cp-relocate.cc 23 int caller() function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cp-relocate.cc 23 int caller() function
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-pseudo-unwind-asm.S 29 /* Save caller's rbx value on the stack. */
37 /* Restore caller's rbx value. */
46 .global caller
47 caller: label
aarch64-pseudo-unwind-asm.S 39 /* Save caller's x19 value on the stack. */
49 /* Restore caller's x19 value. */
59 .global caller
60 caller: label
arm-pseudo-unwind-asm.S 38 /* Save caller's d8 value on the stack. */
47 /* Restore caller's d8 value. */
55 .global caller
56 caller: label
arm-pseudo-unwind-legacy-asm.S 43 /* Save caller's s16 value on the stack. */
52 /* Restore caller's s16 value. */
60 .global caller
61 caller: label
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-pseudo-unwind-asm.S 29 /* Save caller's rbx value on the stack. */
37 /* Restore caller's rbx value. */
46 .global caller
47 caller: label
aarch64-pseudo-unwind-asm.S 39 /* Save caller's x19 value on the stack. */
49 /* Restore caller's x19 value. */
59 .global caller
60 caller: label
arm-pseudo-unwind-asm.S 38 /* Save caller's d8 value on the stack. */
47 /* Restore caller's d8 value. */
55 .global caller
56 caller: label
arm-pseudo-unwind-legacy-asm.S 43 /* Save caller's s16 value on the stack. */
52 /* Restore caller's s16 value. */
60 .global caller
61 caller: label
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
savedregs.c 34 caller (int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
savedregs.c 34 caller (int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) function
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
ubsan_minimal_handlers.cc 24 uintptr_t caller = reinterpret_cast<uintptr_t>(caller_p); local
25 if (caller == 0) return false;
36 if (p == caller) return false;
49 __sanitizer::atomic_store_relaxed(&caller_pcs[sz], caller);
79 // FIXME: add caller pc to the error message (possibly as "ubsan: error-type
  /src/tests/lib/libpthread/
t_join.c 73 pthread_t caller; local
79 caller = pthread_self();
92 rv = pthread_join(caller, NULL);
  /src/external/gpl3/gdb/dist/sim/common/
sim-arange.c 70 ADDR_SUBRANGE *caller = &init_caller; local
73 memset (caller, 0, sizeof (ADDR_SUBRANGE));
77 caller->start = start;
78 caller->end = end;
87 if (asr->end < caller->start - 1)
92 if (asr->start > caller->end + 1)
98 if (asr->start > caller->start)
99 asr->start = caller->start;
101 caller->start = asr->start;
102 if (asr->end < caller->end
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-arange.c 70 ADDR_SUBRANGE *caller = &init_caller; local
73 memset (caller, 0, sizeof (ADDR_SUBRANGE));
77 caller->start = start;
78 caller->end = end;
87 if (asr->end < caller->start - 1)
92 if (asr->start > caller->end + 1)
98 if (asr->start > caller->start)
99 asr->start = caller->start;
101 caller->start = asr->start;
102 if (asr->end < caller->end
    [all...]
  /src/usr.sbin/rpcbind/
security.c 77 struct netbuf *caller = svc_getrpccaller(xprt); local
78 struct sockaddr *addr = (struct sockaddr *)caller->buf;
103 if (!insecure && !is_loopback(caller)) {

Completed in 53 milliseconds

1 2 3