HomeSort by: relevance | last modified time | path
    Searched defs:frchains (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/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;
53 _obstack_free (&frchains, NULL);
105 frchainS *frcP; /* crawl frchain chain */
106 frchainS **lastPP; /* address of last pointer */
107 frchainS *newP; /* address of new frchain */
136 /* This should be the only code that creates a frchainS. *
    [all...]
  /src/external/gpl3/binutils.old/dist/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;
53 _obstack_free (&frchains, NULL);
105 frchainS *frcP; /* crawl frchain chain */
106 frchainS **lastPP; /* address of last pointer */
107 frchainS *newP; /* address of new frchain */
136 /* This should be the only code that creates a frchainS. *
    [all...]

Completed in 22 milliseconds