HomeSort by relevance Sort by last modified time
    Searched full:frchains (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/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;
78 frchainS *frcP; /* crawl frchain chain */
79 frchainS **lastPP; /* address of last pointer */
80 frchainS *newP; /* address of new frchain */
105 /* This should be the only code that creates a frchainS. */
107 newP = (frchainS *) obstack_alloc (&frchains, sizeof (frchainS))
    [all...]
subsegs.h 57 typedef struct frchain frchainS;
61 extern frchainS *frchain_now;
64 frchainS *frchainP;
76 /* Fixups for this segment. This is only valid after the frchains
debug.c 28 frchainS *chp;
frags.c 164 frchainS *frchP;
dwarf2dbg.c 1025 frchainS *f = seg_info (seg)->frchainP;
1096 frchainS *fr;
    [all...]
ChangeLog-9295 530 * subsegs.c (frchains, dummy_frag, absolute_frchain): New static
532 (subsegs_begin): Initialize frchains obstack. Under gcc, don't
533 give it any stricter alignment than frchainS structures need. Do
537 field of frchainS. Don't create new frags on section switch, and
    [all...]
read.c 233 static frchainS *bundle_lock_frchain;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
internals.texi 643 @cindex frchainS structure
645 describing a chain is called a @code{frchainS}, and contains the following
655 Next in the list of @code{frchainS} structures.
669 A @code{frchainS} corresponds to a subsection; each section has a list of
670 @code{frchainS} records associated with it. In most cases, only one subsection
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c     [all...]
tc-tic6x.c     [all...]
obj-macho.c     [all...]
tc-nds32.c 63 frchainS *frchain;
    [all...]

Completed in 332 milliseconds