Searched refs:frchainS (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dsubsegs.h58 typedef struct frchain frchainS; typedef in typeref:struct:frchain
62 extern frchainS *frchain_now;
65 frchainS *frchainP;
H A Dsubsegs.c30 frchainS *frchain_now;
43 obstack_alignment_mask (&frchains) = __alignof__ (frchainS) - 1;
80 frchainS *frcP; /* crawl frchain chain */
81 frchainS **lastPP; /* address of last pointer */
82 frchainS *newP; /* address of new frchain */
107 /* This should be the only code that creates a frchainS. */
109 newP = obstack_alloc (&frchains, sizeof (frchainS));
281 frchainS *chain;
302 frchainS *frchp;
H A Ddebug.c29 frchainS *chp;
H A Dfrags.c142 frchainS *frchP;
H A Ddwarf2dbg.c711 frchainS *f = seg_info (seg)->frchainP;
782 frchainS *fr;

Completed in 159 milliseconds