Lines Matching refs:start
525 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes)
539 result = read_address (&state, start) ? 0 : -1;
545 *end = *start;
554 *start &= -(Dwarf_Addr) round_kernel;
557 if (*start >= *end || *end - *start < round_kernel)
716 Dwarf_Addr start = 0;
720 (INTUSE(dwfl_report_module) (dwfl, KERNEL_MODNAME, start, end))
727 start = m->low_addr;
735 int result = intuit_kernel_bounds (&start, &end, ¬es);