Home
last modified time | relevance | path

Searched refs:module_end (Results 1 - 4 of 4) sorted by relevance

/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c147 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note() argument
193 if (firstix != -1 && mstart < module_end) in handle_file_note()
195 if (mend >= module_end) in handle_file_note()
493 GElf_Addr module_end = 0; in dwfl_segment_report_module() local
692 if (module_end < vaddr_end) in dwfl_segment_report_module()
693 module_end = vaddr_end; in dwfl_segment_report_module()
707 module_end += bias; in dwfl_segment_report_module()
723 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module()
731 && module->l_ld < module_end + fixup) in dwfl_segment_report_module()
734 module_end in dwfl_segment_report_module()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DIRObjectFile.h56 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function in llvm::object::IRObjectFile
59 return make_range(module_begin(), module_end()); in modules()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.h153 // Decodes the bytes of a wasm module between {module_start} and {module_end}.
156 const byte* module_end, bool verify_functions, ModuleOrigin origin,
195 void DecodeFunctionNames(const byte* module_start, const byte* module_end,
H A Dmodule-decoder.cc256 const byte* module_end = decoder_->end(); in next() local
259 if (decoder_->ok()) decoder_->set_end(module_end); in next()
290 const byte* module_end, ModuleOrigin origin) in ModuleDecoderImpl()
291 : Decoder(module_start, module_end), in ModuleDecoderImpl()
294 module_end_(module_end), in ModuleDecoderImpl()
2224 const byte* module_end, bool verify_functions, ModuleOrigin origin, in DecodeWasmModule()
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
289 ModuleDecoderImpl(const WasmFeatures& enabled, const byte* module_start, const byte* module_end, ModuleOrigin origin) ModuleDecoderImpl() argument
2222 DecodeWasmModule( const WasmFeatures& enabled, const byte* module_start, const byte* module_end, bool verify_functions, ModuleOrigin origin, Counters* counters, std::shared_ptr<metrics::Recorder> metrics_recorder, v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method, AccountingAllocator* allocator) DecodeWasmModule() argument
[all...]

Completed in 7 milliseconds