Home | History | Annotate | Download | only in libdwfl

Lines Matching full:module_start

131 /* Try to find matching entry for module from address MODULE_START to
136 handle_file_note (GElf_Addr module_start, GElf_Addr module_end,
180 if (mstart == module_start && moffset == 0)
434 GElf_Addr module_start = -1l;
567 if ((vaddr & -align) < module_start)
569 module_start = vaddr & -align;
615 module_start += bias;
632 if (module_start <= module->l_ld && module->l_ld < module_end)
639 && module_start + fixup <= module->l_ld
642 module_start += fixup;
660 if ((module_end > module->start && module_start < module->end)
686 const char *file_note_name = handle_file_note (module_start, module_end,
812 if ((dynstr_vaddr < module_start || dynstr_vaddr >= module_end)
813 && dynstr_vaddr + bias >= module_start
831 module_start, module_end);
936 mod->main.vaddr = module_start - bias;