Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libiberty/src/
H A Dalloca.c242 struct stack_segment_linkage struct
244 long ss[0200]; /* 0200 overflow words. */
245 long sssize:32; /* Number of words in this segment. */
246 long ssbase:32; /* Offset to stack base. */
248 long sspseg:32; /* Offset to linkage control of previous
251 long sstcpt:32; /* Pointer to task common address block. */
252 long sscsnm; /* Private control structure number for
254 long ssusr1; /* Reserved for user. */
255 long ssusr2; /* Reserved for user. */
256 long sstpid; /* Process ID for pid based multi-tasking. */
[all …]
/openbsd-src/gnu/usr.bin/texinfo/lib/
H A 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 …]