Searched refs:module_start (Results 1 – 1 of 1) sorted by relevance
133 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note() argument177 if (mstart == module_start && moffset == 0) in handle_file_note()423 GElf_Addr module_start = -1l; in dwfl_segment_report_module() local556 if ((vaddr & -align) < module_start) in dwfl_segment_report_module()558 module_start = vaddr & -align; in dwfl_segment_report_module()601 module_start += bias; in dwfl_segment_report_module()618 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module()625 && module_start + fixup <= module->l_ld in dwfl_segment_report_module()628 module_start += fixup; in dwfl_segment_report_module()646 if ((module_end > module->start && module_start < module->end) in dwfl_segment_report_module()[all …]