HomeSort by: relevance | last modified time | path
    Searched defs:module_offset (Results 1 - 9 of 9) 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...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer.h 33 uptr module_offset; member in struct:__sanitizer::AddressInfo
51 uptr module_base() const { return address - module_offset; }
72 uptr module_offset; member in struct:__sanitizer::DataInfo
104 uptr module_offset; member in struct:__sanitizer::FrameInfo
183 uptr *module_offset,
sanitizer_symbolizer_libcdep.cpp 105 uptr module_offset; local
107 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset,
112 info->module_offset = module_offset;
127 addr, &module_name, &info->module_offset, &info->module_arch))
176 uptr *module_offset,
182 *module_offset = address - module->base_address();
232 // <module_name> <module_offset>
348 cur->info.FillModuleInfo(res->info.module, res->info.module_offset,
419 "CODE", info->module, info->module_offset, info->module_arch)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer.h 33 uptr module_offset; member in struct:__sanitizer::AddressInfo
68 uptr module_offset; member in struct:__sanitizer::DataInfo
100 uptr module_offset; member in struct:__sanitizer::FrameInfo
179 uptr *module_offset,
sanitizer_symbolizer_libcdep.cpp 88 uptr module_offset; local
91 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset,
95 res->info.FillModuleInfo(module_name, module_offset, arch);
108 uptr module_offset; local
110 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset,
115 info->module_offset = module_offset;
130 addr, &module_name, &info->module_offset, &info->module_arch))
176 uptr *module_offset,
182 *module_offset = address - module->base_address()
    [all...]

Completed in 19 milliseconds