OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frchains
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
subsegs.c
28
frchainS
*frchain_now;
30
static struct obstack
frchains
;
variable in typeref:struct:obstack
39
obstack_begin (&
frchains
, chunksize);
41
obstack_alignment_mask (&
frchains
) = __alignof__ (
frchainS
) - 1;
53
_obstack_free (&
frchains
, NULL);
105
frchainS
*frcP; /* crawl frchain chain */
106
frchainS
**lastPP; /* address of last pointer */
107
frchainS
*newP; /* address of new frchain */
136
/* This should be the only code that creates a
frchainS
. *
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
subsegs.c
28
frchainS
*frchain_now;
30
static struct obstack
frchains
;
variable in typeref:struct:obstack
39
obstack_begin (&
frchains
, chunksize);
41
obstack_alignment_mask (&
frchains
) = __alignof__ (
frchainS
) - 1;
53
_obstack_free (&
frchains
, NULL);
105
frchainS
*frcP; /* crawl frchain chain */
106
frchainS
**lastPP; /* address of last pointer */
107
frchainS
*newP; /* address of new frchain */
136
/* This should be the only code that creates a
frchainS
. *
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026