Searched refs:exidx_end (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/arm/arm/
H A Dunwind.c67 extern int exidx_start, exidx_end;
113 caddr_t exidx_end; member in struct:search_context
131 LINKER_LOOKUP_SYMBOL(lf, "exidx_end", &sym) == 0) &&
133 sc->exidx_end = symval.value;
135 if (sc->exidx_start != NULL && sc->exidx_end != NULL)
159 idx_end = (caddr_t)&exidx_end;
166 sc.exidx_start != NULL && sc.exidx_end != NULL) {
169 idx_end = sc.exidx_end;

Completed in 137 milliseconds