OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frchain
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
subsegs.h
23
* we make one struct
frchain
. Each sub-segment has exactly one struct
frchain
26
* Struct
frchain
's are forward chained (in ascending order of sub-segment
33
* (2) Subsegments'
frchain
-s are (later) chained together in the order in
36
* From each struct
frchain
dangles a chain of struct frags. The frags
44
struct
frchain
/* control building of a frag chain */
struct
48
struct
frchain
*frch_next; /* next in chain of struct
frchain
-s */
57
typedef struct
frchain
frchainS;
59
/*
Frchain
we are assembling into now. That is, the current segment'
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.c
63
frchainS *
frchain
;
member in struct:nds32_relocs_pattern
[
all
...]
Completed in 58 milliseconds