HomeSort by relevance Sort by last modified time
    Searched refs:frchainS (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
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
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...]
debug.c 28 frchainS *chp;
frags.c 164 frchainS *frchP;
dwarf2dbg.c 1025 frchainS *f = seg_info (seg)->frchainP;
1096 frchainS *fr;
    [all...]
read.c 233 static frchainS *bundle_lock_frchain;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c     [all...]
obj-macho.c     [all...]
tc-tic6x.c     [all...]
tc-nds32.c 63 frchainS *frchain;
    [all...]

Completed in 799 milliseconds