/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 133 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note() argument 177 if (mstart == module_start && moffset == 0) in handle_file_note() 440 GElf_Addr module_start = -1l; in dwfl_segment_report_module() local 591 if ((vaddr & -align) < module_start) in dwfl_segment_report_module() 593 module_start = vaddr & -align; in dwfl_segment_report_module() 639 module_start += bias; in dwfl_segment_report_module() 656 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module() 663 && module_start + fixup <= module->l_ld in dwfl_segment_report_module() 666 module_start += fixup; in dwfl_segment_report_module() 684 if ((module_end > module->start && module_start < module->end) in dwfl_segment_report_module() [all …]
|
/external/v8/src/wasm/ |
D | module-decoder.h | 63 const WasmFeatures& enabled, const byte* module_start, 97 AsmJsOffsetsResult DecodeAsmJsOffsets(const byte* module_start, 103 void DecodeFunctionNames(const byte* module_start, const byte* module_end, 110 void DecodeLocalNames(const byte* module_start, const byte* module_end,
|
D | module-decoder.cc | 254 ModuleDecoderImpl(const WasmFeatures& enabled, const byte* module_start, in ModuleDecoderImpl() argument 256 : Decoder(module_start, module_end), in ModuleDecoderImpl() 1393 const byte* module_start, const byte* module_end, in DecodeWasmModule() argument 1400 size_t size = module_end - module_start; in DecodeWasmModule() 1401 if (module_start > module_end) return ModuleResult::Error("start > end"); in DecodeWasmModule() 1410 ModuleDecoderImpl decoder(enabled, module_start, module_end, origin); in DecodeWasmModule() 1631 void DecodeFunctionNames(const byte* module_start, const byte* module_end, in DecodeFunctionNames() argument 1636 Decoder decoder(module_start, module_end); in DecodeFunctionNames() 1666 void DecodeLocalNames(const byte* module_start, const byte* module_end, in DecodeLocalNames() argument 1671 Decoder decoder(module_start, module_end); in DecodeLocalNames()
|
D | wasm-objects.cc | 155 const byte* module_start = native_module->wire_bytes().start(); in IsBreakablePosition() local 157 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in IsBreakablePosition() 158 module_start + func.code.end_offset(), in IsBreakablePosition() 583 const byte* module_start = native_module()->wire_bytes().start(); in GetPossibleBreakpoints() local 591 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in GetPossibleBreakpoints() 592 module_start + func.code.end_offset(), in GetPossibleBreakpoints()
|
D | module-compiler.cc | 364 const uint8_t* module_start = native_module->wire_bytes().start(); in LazyCompileFunction() local 368 module_start + func->code.offset(), in LazyCompileFunction() 369 module_start + func->code.end_offset()}; in LazyCompileFunction()
|
D | wasm-interpreter.cc | 942 CodeMap(const WasmModule* module, const uint8_t* module_start, Zone* zone) in CodeMap() argument 951 AddFunction(&function, module_start + function.code.offset(), in CodeMap() 952 module_start + function.code.end_offset()); in CodeMap()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.cc | 240 const char* module_start = last_slash == nullptr ? fname : last_slash + 1; in VmoduleActivated() local 241 const char* dot_after = strchr(module_start, '.'); in VmoduleActivated() 244 StringData module(module_start, module_limit - module_start); in VmoduleActivated()
|
/external/python/cpython2/Tools/framer/framer/ |
D | template.py | 10 module_start = '#include "Python.h"' variable
|
D | bases.py | 82 p(template.module_start)
|
/external/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 79 In this diagram, the integrity check hashes from `module_start` to `module_end`. Since this does no… 100 1. It inserts the labels that delimit the module's code and data (called `module_start` and `modul… 105 …st, a constructor function within the module calculates an HMAC from `module_start` to `module_end… 119 …ct files, `fips_start.o` and `fips_end.o`, in order to establish the `module_start` and `module_en…
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1597 Globals.get(), reinterpret_cast<const char *>(Module->module_start) + in translate()
|