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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dlynx-core.c92 bfd_size_type tcontext_size; local
126 tcontext_size = pss.threadcnt * sizeof (core_st_t);
130 threadp = (core_st_t *) bfd_alloc (abfd, tcontext_size);
139 if (bfd_bread ((void *) threadp, tcontext_size, abfd) != tcontext_size)
153 pagesize + tcontext_size);
161 pagesize + tcontext_size + pss.ssize
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dlynx-core.c95 bfd_size_type tcontext_size; local
129 tcontext_size = pss.threadcnt * sizeof (core_st_t);
133 threadp = (core_st_t *) bfd_alloc (abfd, tcontext_size);
142 if (bfd_bread ((void *) threadp, tcontext_size, abfd) != tcontext_size)
156 pagesize + tcontext_size);
164 pagesize + tcontext_size + pss.ssize

Completed in 91 milliseconds