Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dlynx-core.c93 bfd_size_type tcontext_size; in lynx_core_file_p() local
127 tcontext_size = pss.threadcnt * sizeof (core_st_t); in lynx_core_file_p()
131 threadp = (core_st_t *) bfd_alloc (abfd, tcontext_size); in lynx_core_file_p()
140 if (bfd_bread ((void *) threadp, tcontext_size, abfd) != tcontext_size) in lynx_core_file_p()
154 pagesize + tcontext_size); in lynx_core_file_p()
162 pagesize + tcontext_size + pss.ssize in lynx_core_file_p()