OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:where32
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/amd64/amd64/
kobj_machdep.c
77
Elf32_Addr *
where32
, val32;
local
132
where32
= (Elf32_Addr *)where;
134
memcpy(
where32
, &val32, sizeof(val32));
143
where32
= (Elf32_Addr *)where;
144
memcpy(
where32
, &val32, sizeof(val32));
/src/libexec/ld.elf_so/arch/x86_64/
mdreloc.c
154
Elf32_Addr *
where32
;
local
160
where32
= (Elf32_Addr *)where64;
195
if (*
where32
!= tmp32)
196
*
where32
= tmp32;
199
obj->path, (void *)(uintptr_t)*
where32
,
216
if (*
where32
!= tmp32)
217
*
where32
= tmp32;
220
obj->path, (void *)(unsigned long)*
where32
,
/src/sys/arch/mips/mips/
kobj_machdep.c
67
Elf32_Addr *
where32
;
local
110
where32
= (void *)where;
111
DPRINTF(" orig = 0x%08x\n", *
where32
);
112
*
where32
= addr;
113
DPRINTF(" new = 0x%08x\n", *
where32
);
/src/sys/arch/aarch64/aarch64/
kobj_machdep.c
125
Elf32_Addr *
where32
;
local
160
where32
= (void *)where;
210
*
where32
= saddr + addend;
329
*
where32
= val;
/src/sys/arch/sparc64/sparc64/
kobj_machdep.c
186
Elf_Word *
where32
;
local
200
where32
= (Elf_Word *)where;
257
*
where32
&= ~mask;
258
*
where32
|= value;
/src/sys/arch/amd64/stand/prekern/
elf.c
197
Elf32_Addr *
where32
, val32;
local
241
where32
= (Elf32_Addr *)where;
243
*
where32
= val32;
250
where32
= (Elf32_Addr *)where;
251
*
where32
= val32;
/src/libexec/ld.elf_so/arch/sparc64/
mdreloc.c
491
Elf32_Addr *
where32
= (Elf32_Addr *)where;
local
493
*
where32
&= ~mask;
494
*
where32
|= value;
496
value = (Elf_Addr)*
where32
;
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026