Searched refs:frchain (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dsubsegs.h24 * we make one struct frchain. Each sub-segment has exactly one struct frchain
27 * Struct frchain's are forward chained (in ascending order of sub-segment
34 * (2) Subsegments' frchain-s are (later) chained together in the order in
37 * From each struct frchain dangles a chain of struct frags. The frags
45 struct frchain /* control building of a frag chain */ struct
49 struct frchain *frch_next; /* next in chain of struct frchain-s */
58 typedef struct frchain frchainS;
H A Dwrite.c372 chain_frchains_together_1 (segT section, struct frchain *frchp)
1411 struct frchain *frchainP;

Completed in 70 milliseconds