Searched refs:module_start (Results 1 – 9 of 9) sorted by relevance
/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() 446 GElf_Addr module_start = -1l; in dwfl_segment_report_module() local 597 if ((vaddr & -align) < module_start) in dwfl_segment_report_module() 599 module_start = vaddr & -align; in dwfl_segment_report_module() 645 module_start += bias; in dwfl_segment_report_module() 662 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module() 669 && module_start + fixup <= module->l_ld in dwfl_segment_report_module() 672 module_start += fixup; in dwfl_segment_report_module() 690 if ((module_end > module->start && module_start < module->end) in dwfl_segment_report_module() [all …]
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.cc | 286 const char* module_start = last_slash == nullptr ? fname : last_slash + 1; in VmoduleActivated() local 287 const char* dot_after = strchr(module_start, '.'); in VmoduleActivated() 290 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/v8/src/wasm/ |
D | module-decoder.h | 139 const WasmFeatures& enabled, const byte* module_start, 178 void DecodeFunctionNames(const byte* module_start, const byte* module_end,
|
D | wasm-debug.cc | 925 const byte* module_start = native_module->wire_bytes().begin(); in FindNextBreakablePosition() local 928 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in FindNextBreakablePosition() 929 module_start + func.code.end_offset(), in FindNextBreakablePosition() 1202 const byte* module_start = native_module->wire_bytes().begin(); in GetPossibleBreakpoints() local 1210 wasm::BytecodeIterator iterator(module_start + func.code.offset(), in GetPossibleBreakpoints() 1211 module_start + func.code.end_offset(), in GetPossibleBreakpoints()
|
D | module-decoder.cc | 279 ModuleDecoderImpl(const WasmFeatures& enabled, const byte* module_start, in ModuleDecoderImpl() argument 281 : Decoder(module_start, module_end), in ModuleDecoderImpl() 283 module_start_(module_start), in ModuleDecoderImpl() 2165 const WasmFeatures& enabled, const byte* module_start, in DecodeWasmModule() argument 2170 size_t size = module_end - module_start; in DecodeWasmModule() 2171 CHECK_LE(module_start, module_end); in DecodeWasmModule() 2183 ModuleDecoderImpl decoder(enabled, module_start, module_end, origin); in DecodeWasmModule() 2415 void DecodeFunctionNames(const byte* module_start, const byte* module_end, in DecodeFunctionNames() argument 2421 Decoder decoder(module_start, module_end); in DecodeFunctionNames()
|
/external/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 105 In this diagram, the integrity check hashes from `module_start` to `module_end`. Since this does no… 126 1. It inserts the labels that delimit the module's code and data (called `module_start` and `modul… 131 …st, a constructor function within the module calculates an HMAC from `module_start` to `module_end… 145 …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()
|