OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:real_addr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/mips/
mips_fixup.c
501
const intptr_t
real_addr
= mips_fixup_addr(stubp);
local in function:mips_fixup_stubs
504
* If the
real_addr
has been set yet, don't fix up.
506
if (
real_addr
== 0) {
513
KASSERT((
real_addr
>> 28) == ((intptr_t)insnp >> 28));
521
.jfi_real = fixup_addr2offset(
real_addr
),
mips_fixup.c
501
const intptr_t
real_addr
= mips_fixup_addr(stubp);
local in function:mips_fixup_stubs
504
* If the
real_addr
has been set yet, don't fix up.
506
if (
real_addr
== 0) {
513
KASSERT((
real_addr
>> 28) == ((intptr_t)insnp >> 28));
521
.jfi_real = fixup_addr2offset(
real_addr
),
Completed in 22 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025