Searched refs:module_start (Results 1 – 6 of 6) sorted by relevance
148 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note() argument192 if (mstart == module_start && moffset == 0) in handle_file_note()455 GElf_Addr module_start = -1l; in dwfl_segment_report_module() local627 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 …]
354 const char* module_start = last_slash == nullptr ? fname : last_slash + 1; in VmoduleActivated() local355 const char* dot_after = strchr(module_start, '.'); in VmoduleActivated()358 StringData module(module_start, module_limit - module_start); in VmoduleActivated()
10 module_start = '#include "Python.h"' variable
82 p(template.module_start)
108 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…
1598 reinterpret_cast<const char *>(Module->module_start) + in translate()