Home
last modified time | relevance | path

Searched refs:module_start (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c148 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note() argument
192 if (mstart == module_start && moffset == 0) in handle_file_note()
455 GElf_Addr module_start = -1l; in dwfl_segment_report_module() local
627 if ((vaddr & -align) < module_start) in dwfl_segment_report_module()
629 module_start = vaddr & -align; in dwfl_segment_report_module()
650 module_start += bias; in dwfl_segment_report_module()
667 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module()
674 && module_start + fixup <= module->l_ld in dwfl_segment_report_module()
677 module_start += fixup; in dwfl_segment_report_module()
695 if ((module_end > module->start && module_start < module->end) in dwfl_segment_report_module()
[all …]
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.cc354 const char* module_start = last_slash == nullptr ? fname : last_slash + 1; in VmoduleActivated() local
355 const char* dot_after = strchr(module_start, '.'); in VmoduleActivated()
358 StringData module(module_start, module_limit - module_start); in VmoduleActivated()
/external/python/cpython2/Tools/framer/framer/
Dtemplate.py10 module_start = '#include "Python.h"' variable
Dbases.py82 p(template.module_start)
/external/boringssl/src/crypto/fipsmodule/
DFIPS.md108 In this diagram, the integrity check hashes from `module_start` to `module_end`. Since this does no…
129 1. It inserts the labels that delimit the module's code and data (called `module_start` and `modul…
134 …st, a constructor function within the module calculates an HMAC from `module_start` to `module_end…
148 …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/
DWasmTranslator.cpp1598 reinterpret_cast<const char *>(Module->module_start) + in translate()