Home
last modified time | relevance | path

Searched refs:threadp (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dlynx-core.c94 core_st_t *threadp; in lynx_core_file_p() local
131 threadp = (core_st_t *) bfd_alloc (abfd, tcontext_size); in lynx_core_file_p()
132 if (!threadp) in lynx_core_file_p()
140 if (bfd_bread ((void *) threadp, tcontext_size, abfd) != tcontext_size) in lynx_core_file_p()
148 core_signal (abfd) = threadp->currsig; in lynx_core_file_p()
195 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid)); in lynx_core_file_p()