OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seginfo
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/WinQuake/
dos_v2.cpp
128
// the
seginfo
structure around for when you free the mem.
131
static _go32_dpmi_seginfo
seginfo
[10];
variable
143
memset(
seginfo
, 0, sizeof(
seginfo
));
153
if (!
seginfo
[i].rm_segment) break;
154
seginfo
[i] = info;
167
if (
seginfo
[i].rm_segment == segment)
169
_go32_dpmi_free_dos_memory(&
seginfo
[i]);
170
seginfo
[i].rm_segment = 0;
/external/valgrind/main/coregrind/
m_redir.c
200
- delete all specs acquired from the
seginfo
240
seginfo
is allowed to be NULL, meaning that the specs are
242
particular
seginfo
. */
246
DebugInfo*
seginfo
; /* symbols etc */
member in struct:_TopSpec
247
Spec* specs; /* specs pulled out of
seginfo
*/
265
should not be deleted. Same is true if either parent's
seginfo
351
vg_assert(ts->
seginfo
!= newsi);
432
newts->
seginfo
= newsi;
455
if (ts->
seginfo
)
457
ts->
seginfo
, ts )
[
all
...]
Completed in 876 milliseconds