OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:module_offset
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hppa/dev/
wax.c
80
hppa_hpa_t
module_offset
;
local
85
module_offset
= ga->ga_hpa - (hppa_hpa_t) sc->sc_regs;
87
if (
module_offset
== 0x1000) /* hil */
89
if (
module_offset
== 0x2000) /* com */
lasi.c
98
hppa_hpa_t
module_offset
;
local
103
module_offset
= ga->ga_hpa - (hppa_hpa_t) sc->sc_trs;
105
#define LASI_IRQ(off, irq) if (
module_offset
== off) ga->ga_irq = irq
120
if (
module_offset
== 0x7000) {
asp.c
147
hppa_hpa_t
module_offset
;
local
153
module_offset
= ga->ga_hpa - (hppa_hpa_t) sc->sc_trs;
155
#define ASP_IRQ(off, irq) if (
module_offset
== off) ga->ga_irq = irq
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer.h
33
uptr
module_offset
;
member in struct:__sanitizer::AddressInfo
68
uptr
module_offset
;
member in struct:__sanitizer::DataInfo
152
uptr *
module_offset
,
sanitizer_symbolizer_libcdep.cc
78
uptr
module_offset
;
local
81
if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &
module_offset
,
85
res->info.FillModuleInfo(module_name,
module_offset
, arch);
98
uptr
module_offset
;
local
100
if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &
module_offset
,
105
info->
module_offset
=
module_offset
;
150
uptr *
module_offset
,
156
*
module_offset
= address - module->base_address();
206
// <module_name> <
module_offset
>
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026