Searched refs:module_start (Results 1 – 5 of 5) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 147 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note() argument 191 if (mstart == module_start && moffset == 0) in handle_file_note() 492 GElf_Addr module_start = -1l; in dwfl_segment_report_module() local 686 if ((vaddr & -align) < module_start) in dwfl_segment_report_module() 688 module_start = vaddr & -align; in dwfl_segment_report_module() 706 module_start += bias; in dwfl_segment_report_module() 723 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module() 730 && module_start + fixup <= module->l_ld in dwfl_segment_report_module() 733 module_start += fixup; in dwfl_segment_report_module() 751 if ((module_end > module->start && module_start < module->end) in dwfl_segment_report_module() [all …]
|
/third_party/node/deps/v8/src/wasm/ |
D | module-decoder.h | 155 const WasmFeatures& enabled, const byte* module_start, 195 void DecodeFunctionNames(const byte* module_start, const byte* module_end,
|
D | wasm-debug.cc | 884 const byte* module_start = native_module->wire_bytes().begin(); in FindNextBreakablePosition() local 887 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in FindNextBreakablePosition() 888 module_start + func.code.end_offset(), in FindNextBreakablePosition() 1192 const byte* module_start = native_module->wire_bytes().begin(); in GetPossibleBreakpoints() local 1200 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in GetPossibleBreakpoints() 1201 module_start + func.code.end_offset(), in GetPossibleBreakpoints()
|
D | module-decoder.cc | 289 ModuleDecoderImpl(const WasmFeatures& enabled, const byte* module_start, in ModuleDecoderImpl() argument 291 : Decoder(module_start, module_end), in ModuleDecoderImpl() 293 module_start_(module_start), in ModuleDecoderImpl() 2223 const WasmFeatures& enabled, const byte* module_start, in DecodeWasmModule() argument 2228 size_t size = module_end - module_start; in DecodeWasmModule() 2229 CHECK_LE(module_start, module_end); in DecodeWasmModule() 2241 ModuleDecoderImpl decoder(enabled, module_start, module_end, origin); in DecodeWasmModule() 2482 void DecodeFunctionNames(const byte* module_start, const byte* module_end, in DecodeFunctionNames() argument 2487 Decoder decoder(module_start, module_end); in DecodeFunctionNames()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1598 reinterpret_cast<const char *>(Module->module_start) + in translate()
|