Home
last modified time | relevance | path

Searched defs:stack_segment_linkage (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c247 struct stack_segment_linkage struct
249 long ss[0200]; /* 0200 overflow words. */
250 long sssize:32; /* Number of words in this segment. */
251 long ssbase:32; /* Offset to stack base. */
253 long sspseg:32; /* Offset to linkage control of previous
256 long sstcpt:32; /* Pointer to task common address block. */
257 long sscsnm; /* Private control structure number for
259 long ssusr1; /* Reserved for user. */
260 long ssusr2; /* Reserved for user. */
261 long sstpid; /* Process ID for pid based multi-tasking. */
[all …]
/ndk/sources/host-tools/make-3.81/
Dalloca.c259 struct stack_segment_linkage struct
261 long ss[0200]; /* 0200 overflow words. */
262 long sssize:32; /* Number of words in this segment. */
263 long ssbase:32; /* Offset to stack base. */
265 long sspseg:32; /* Offset to linkage control of previous
268 long sstcpt:32; /* Pointer to task common address block. */
269 long sscsnm; /* Private control structure number for
271 long ssusr1; /* Reserved for user. */
272 long ssusr2; /* Reserved for user. */
273 long sstpid; /* Process ID for pid based multi-tasking. */
[all …]