Searched refs:intptr_t (Results 1 - 25 of 698) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr25749-1a.c6 intptr_t
9 return ((intptr_t) &_binary_pr25749_1_c_end
10 - (intptr_t) &_binary_pr25749_1_c_start);
H A Dpr25749-1b.c5 intptr_t
8 return (intptr_t) &_binary_pr25749_1_c_size;
H A Dpr25749-1d.c6 intptr_t
9 return ((intptr_t) &_binary_pr25749_1_c_end
10 - (intptr_t) &_binary_pr25749_1_c_start);
15 intptr_t
18 return (intptr_t) &_begin;
H A Dpr25749-1c.c5 intptr_t
8 return (intptr_t) &_binary_pr25749_1_c_size;
H A Dmbind2b.c11 if (((intptr_t) &bss_in_mbind0 & (0x4000 - 1)) != 0)
13 if (((intptr_t) &data_in_mbind3 & (0x4000 - 1)) != 0)
H A Dpr25749-1.c4 extern intptr_t size (void);
H A Dpr25749-2.c4 extern intptr_t size;
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dscript_test_1.h24 extern void check_int(intptr_t, intptr_t);
H A Dscript_test_1a.cc41 check_int(reinterpret_cast<intptr_t>(&a), 123);
42 check_int(reinterpret_cast<intptr_t>(&b),
43 reinterpret_cast<intptr_t>(&a) * 2);
44 check_int(reinterpret_cast<intptr_t>(&c),
45 reinterpret_cast<intptr_t>(&b) + 3 * 6);
46 check_int(reinterpret_cast<intptr_t>(&d),
47 (reinterpret_cast<intptr_t>(&b) + 3) * 6);
49 check_int(reinterpret_cast<intptr_t>(&f),
50 reinterpret_cast<intptr_t>(&sym) + 10);
H A Dscript_test_1b.cc29 check_int(intptr_t i, intptr_t j)
/netbsd-current/lib/libc/sys/
H A DLint_sbrk.c13 intptr_t incr;
/netbsd-current/sys/sys/
H A Dksem.h56 intptr_t ks_pshared_id; /* global id for pshared sem */
71 int do_ksem_init(struct lwp *, unsigned int, intptr_t *, copyin_t, copyout_t);
73 intptr_t *, copyout_t);
74 int do_ksem_wait(struct lwp *, intptr_t, bool, struct timespec *);
89 int _ksem_close(intptr_t);
90 int _ksem_destroy(intptr_t);
91 int _ksem_getvalue(intptr_t, int *);
92 int _ksem_init(unsigned int, intptr_t *);
93 int _ksem_open(const char *, int, mode_t, unsigned int, intptr_t *);
94 int _ksem_post(intptr_t);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmsvc-nothrow.c34 intptr_t
37 intptr_t result;
45 result = (intptr_t) INVALID_HANDLE_VALUE;
H A Dmsvc-nothrow.h36 extern intptr_t _gl_nothrow_get_osfhandle (int fd);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dmsvc-nothrow.c34 intptr_t
37 intptr_t result;
45 result = (intptr_t) INVALID_HANDLE_VALUE;
H A Dmsvc-nothrow.h36 extern intptr_t _gl_nothrow_get_osfhandle (int fd);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerRandom.h25 intptr_t operator()(intptr_t From, intptr_t To) {
27 intptr_t RangeSize = To - From + 1;
/netbsd-current/sys/external/bsd/common/include/linux/
H A Derr.h53 return (void *)(intptr_t)error;
59 KASSERT(ptr == (void *)(intptr_t)(long)(intptr_t)ptr); /* XXX Hurk! */
60 return (long)(intptr_t)ptr;
/netbsd-current/sys/arch/pmax/pmax/
H A Dmachdep.h34 extern intptr_t physmem_boardmax; /* {model,simm}-specific bound on physmem */
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTDiagnostic.h27 intptr_t Val,
33 ArrayRef<intptr_t> QualTypeVals);
/netbsd-current/sys/kern/
H A Dsystrace_args.c13 intptr_t *iarg = (intptr_t *)uarg;
39 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
48 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */
56 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
73 uarg[1] = (intptr_t) SCARG(p, status); /* int * */
75 uarg[3] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
82 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
90 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
91 uarg[1] = (intptr_t) SCAR
[all...]
/netbsd-current/sys/compat/linux/arch/arm/
H A Dlinux_systrace_args.c13 intptr_t *iarg = (intptr_t *)uarg;
36 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
45 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */
53 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
70 uarg[1] = (intptr_t) SCARG(p, status); /* int * */
78 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
86 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
87 uarg[1] = (intptr_t) SCARG(p, link); /* const char * */
94 uarg[0] = (intptr_t) SCAR
[all...]
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_systrace_args.c13 intptr_t *iarg = (intptr_t *)uarg;
39 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */
48 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */
56 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
73 uarg[1] = (intptr_t) SCARG(p, status).i32; /* netbsd32_intp */
75 uarg[3] = (intptr_t) SCARG(p, rusage).i32; /* netbsd32_rusage50p_t */
82 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
90 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
91 uarg[1] = (intptr_t) SCAR
[all...]
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmatch.h16 intptr_t i_ishidden __PR((void));
19 intptr_t j_ishidden __PR((void));
29 intptr_t hfs_ishidden __PR((void));
/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_systrace_args.c13 intptr_t *iarg = (intptr_t *)uarg;
19 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
28 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */
36 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
52 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
53 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
61 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
68 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
69 uarg[1] = (intptr_t) SCAR
[all...]

Completed in 179 milliseconds

1234567891011>>