OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uintptr_t
(Results
1 - 25
of
914
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/sys/arch/aarch64/aarch64/
disasm.h
33
uint32_t (*di_readword)(
uintptr_t
); /* disasm_insn() doesn't use */
34
void (*di_printaddr)(
uintptr_t
);
38
void disasm_insn(const disasm_interface_t *,
uintptr_t
, uint32_t);
39
uintptr_t
disasm(const disasm_interface_t *,
uintptr_t
);
/src/usr.sbin/lockstat/
extern.h
48
int findsym32(findsym_t, char *,
uintptr_t
*,
uintptr_t
*);
49
int findsym64(findsym_t, char *,
uintptr_t
*,
uintptr_t
*);
/src/lib/libexecinfo/
symbol_hppa.c
37
#define HPPA_IS_PLABEL(addr) (((
uintptr_t
)(addr)) & (1 << 1))
38
#define HPPA_GET_PLABEL(addr) ((hppa_plabel *) (((
uintptr_t
)addr) & ~3))
41
uintptr_t
pl_pc;
42
uintptr_t
pl_sl;
46
uintptr_t
50
HPPA_GET_PLABEL(addr)->pl_pc : (
uintptr_t
)addr;
symbol.h
41
uintptr_t
symbol_canonicalize_md(const void *);
44
#define SYMBOL_CANONICALIZE(x) ((
uintptr_t
)(x))
/src/libexec/ld.elf_so/
compat.c
64
const
uintptr_t
_rtld_compat_obj[] = {
75
[(RTLD_OBJ_DLOPEN_OFFSET / sizeof(
uintptr_t
)) + 0] = (
uintptr_t
)dlopen,
76
[(RTLD_OBJ_DLOPEN_OFFSET / sizeof(
uintptr_t
)) + 1] = (
uintptr_t
)dlsym,
77
[(RTLD_OBJ_DLOPEN_OFFSET / sizeof(
uintptr_t
)) + 2] = (
uintptr_t
)dlerror,
78
[(RTLD_OBJ_DLOPEN_OFFSET / sizeof(
uintptr_t
)) + 3] = (
uintptr_t
)dlclose,
79
[(RTLD_OBJ_DLOPEN_OFFSET / sizeof(
uintptr_t
)) + 4] = (uintptr_t)dladdr
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
coverage_interface.h
30
void __sanitizer_dump_coverage(const
uintptr_t
*pcs,
uintptr_t
len);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerValueBitMap.h
23
static const size_t kBitsInWord = (sizeof(
uintptr_t
) * 8);
33
inline bool AddValue(
uintptr_t
Value) {
34
uintptr_t
Idx = Value % kMapSizeInBits;
35
uintptr_t
WordIdx = Idx / kBitsInWord;
36
uintptr_t
BitIdx = Idx % kBitsInWord;
37
uintptr_t
Old = Map[WordIdx];
38
uintptr_t
New = Old | (1UL << BitIdx);
44
inline bool AddValueModPrime(
uintptr_t
Value) {
48
inline bool Get(
uintptr_t
Idx) {
50
uintptr_t
WordIdx = Idx / kBitsInWord
[
all
...]
FuzzerExtraCounters.cpp
24
uintptr_t
*Beg = reinterpret_cast<
uintptr_t
*>(ExtraCountersBegin());
25
uintptr_t
*End = reinterpret_cast<
uintptr_t
*>(ExtraCountersEnd());
/src/sys/arch/sh3/include/
sysarch.h
37
uintptr_t
addr; /* Virtual start address */
45
int sh3_sync_icache(
uintptr_t
, size_t);
/src/sys/sys/
selinfo.h
78
uintptr_t
sel_fdinfo; /* selected descriptor by first LWP */
80
uintptr_t
sel_reserved[2];/* reserved for future expansion */
thmap.h
43
uintptr_t
(*alloc)(size_t);
44
void (*free)(
uintptr_t
, size_t);
47
thmap_t * thmap_create(
uintptr_t
, const thmap_ops_t *, unsigned);
57
int thmap_setroot(thmap_t *,
uintptr_t
);
58
uintptr_t
thmap_getroot(const thmap_t *);
/src/sys/ddb/
db_lwp.h
37
void db_lwp_whatis(
uintptr_t
,
/src/sys/lib/libunwind/
unwind.h
45
uintptr_t
private_1;
46
uintptr_t
private_2;
75
uintptr_t
_Unwind_GetGR(struct _Unwind_Context *, int);
76
void _Unwind_SetGR(struct _Unwind_Context *, int,
uintptr_t
);
77
uintptr_t
_Unwind_GetIP(struct _Unwind_Context *);
78
uintptr_t
_Unwind_GetIPInfo(struct _Unwind_Context *, int *);
79
uintptr_t
_Unwind_GetCFA(struct _Unwind_Context *);
80
void _Unwind_SetIP(struct _Unwind_Context *,
uintptr_t
);
81
uintptr_t
_Unwind_GetRegionStart(struct _Unwind_Context *);
82
uintptr_t
_Unwind_GetLanguageSpecificData(struct _Unwind_Context *)
[
all
...]
/src/sys/arch/powerpc/include/
mutex.h
46
volatile
uintptr_t
mtxm_owner;
52
uintptr_t
mtxp_a;
69
int _lock_cas(volatile
uintptr_t
*,
uintptr_t
,
uintptr_t
);
/src/sys/kern/
kern_sdt.c
76
void sdt_probe_stub(u_int32_t,
uintptr_t
,
uintptr_t
,
77
uintptr_t
,
uintptr_t
,
uintptr_t
);
95
sdt_probe_stub(u_int32_t id,
uintptr_t
arg0,
uintptr_t
arg1,
96
uintptr_t
arg2,
uintptr_t
arg3,
uintptr_t
arg4
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
clear_cache.c
101
arg.addr = (
uintptr_t
)start;
102
arg.len = (
uintptr_t
)end - (
uintptr_t
)start;
119
const
uintptr_t
start_int = (
uintptr_t
) start;
120
const
uintptr_t
end_int = (
uintptr_t
) end;
123
const
uintptr_t
address_range_limit = 256;
133
uint64_t xstart = (uint64_t)(
uintptr_t
) start;
134
uint64_t xend = (uint64_t)(
uintptr_t
) end
[
all
...]
/src/common/lib/libc/string/
bcmp.c
92
const
uintptr_t
*b1, *b2;
98
if ((((
uintptr_t
)b1 | (
uintptr_t
)b2) & (sizeof(
uintptr_t
) - 1)) == 0)
101
while (n >= sizeof(
uintptr_t
)) {
104
n -= sizeof(
uintptr_t
);
memcmp.c
92
const
uintptr_t
*b1, *b2;
98
if ((((
uintptr_t
)b1 | (
uintptr_t
)b2) & (sizeof(
uintptr_t
) - 1)) == 0)
101
while (n >= sizeof(
uintptr_t
)) {
106
n -= sizeof(
uintptr_t
);
/src/lib/libc/arch/aarch64/gen/
_lwp.c
53
uintptr_t
sp = (
uintptr_t
)stack_base + stack_size;
59
u->uc_mcontext.__gregs[_REG_X0] = (__greg_t)(
uintptr_t
)arg;
61
u->uc_mcontext.__gregs[_REG_LR] = (__greg_t)(
uintptr_t
)_lwp_exit;
62
u->uc_mcontext.__gregs[_REG_PC] = (__greg_t)(
uintptr_t
)start;
63
u->uc_mcontext.__gregs[_REG_TPIDR] = (__greg_t)(
uintptr_t
)private;
/src/lib/libc/arch/arm/gen/
_lwp.c
53
uintptr_t
sp;
61
sp = (
uintptr_t
)stack_base + stack_size;
66
u->uc_mcontext.__gregs[_REG_R0] = (__greg_t)(
uintptr_t
)arg;
68
u->uc_mcontext.__gregs[_REG_LR] = (__greg_t)(
uintptr_t
)_lwp_exit;
69
u->uc_mcontext.__gregs[_REG_PC] = (__greg_t)(
uintptr_t
)start;
70
u->uc_mcontext._mc_tlsbase = (__greg_t)(
uintptr_t
)private;
/src/sys/dev/
lockstat.h
74
uintptr_t
le_csstart; /* callsite start */
75
uintptr_t
le_csend; /* callsite end */
76
uintptr_t
le_lockstart; /* lock address start */
77
uintptr_t
le_lockend; /* lock address end */
78
uintptr_t
le_nbufs; /* buffers to allocate, 0 = default */
132
uintptr_t
lb_lock; /* lock address */
133
uintptr_t
lb_callsite; /* call site */
149
lockstat_event((
uintptr_t
)(lock), \
150
(
uintptr_t
)__builtin_return_address(0), \
157
lockstat_event((
uintptr_t
)(lock), (uintptr_t)ra,
[
all
...]
/src/sys/arch/i386/stand/lib/
diskbuf.c
54
if (((
uintptr_t
)diskbufp & 0xffff) + DISKBUFSIZE > 0x10000) {
55
printf("diskbufp %" PRIxPTR "\n", (
uintptr_t
)diskbufp);
/src/lib/libc/arch/vax/gen/
_lwp.c
58
/* LINTED
uintptr_t
is safe */
59
sp = (int *)((
uintptr_t
)(stack_base + stack_size) & ~0x3);
71
sp[4] = (int)(
uintptr_t
)_lwp_exit + 2;/* return via _lwp_exit */
73
sp[6] = (int)(
uintptr_t
)arg; /* argv */
75
gr[_REG_AP] = (__greg_t)(
uintptr_t
)(sp + 5);
76
gr[_REG_SP] = (__greg_t)(
uintptr_t
)sp;
77
gr[_REG_FP] = (__greg_t)(
uintptr_t
)sp;
78
gr[_REG_PC] = (__greg_t)(
uintptr_t
)start + 2;
85
gr[_REG_SP] = (__greg_t)(
uintptr_t
)sp;
/src/lib/libpthread/arch/aarch64/
pthread_md.h
35
static inline
uintptr_t
38
uintptr_t
ret;
/src/sys/arch/ia64/include/
mutex.h
40
uintptr_t
mtx_pad1;
49
volatile
uintptr_t
mtx_owner;
Completed in 25 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Sep 20 22:09:52 GMT 2025