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

  /src/external/gpl3/binutils/dist/bfd/
reloc16.c 147 unsigned *shrinks; local
158 times (see discussion of the "shrinks" array below). */
188 In theory, if we kept the "shrinks" array for each section for the
198 /* Allocate and initialize the shrinks array for this section.
199 The last element is used as an accumulator of shrinks. */
202 shrinks = (unsigned *) bfd_zmalloc (amt);
218 shrinks[i], link_info);
220 /* If it shrunk, note it in the shrinks array and set up for
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i]
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
reloc16.c 147 unsigned *shrinks; local
158 times (see discussion of the "shrinks" array below). */
188 In theory, if we kept the "shrinks" array for each section for the
198 /* Allocate and initialize the shrinks array for this section.
199 The last element is used as an accumulator of shrinks. */
202 shrinks = (unsigned *) bfd_zmalloc (amt);
218 shrinks[i], link_info);
220 /* If it shrunk, note it in the shrinks array and set up for
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i]
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
reloc16.c 147 unsigned *shrinks; local
158 times (see discussion of the "shrinks" array below). */
188 In theory, if we kept the "shrinks" array for each section for the
198 /* Allocate and initialize the shrinks array for this section.
199 The last element is used as an accumulator of shrinks. */
202 shrinks = (unsigned *) bfd_zmalloc (amt);
218 shrinks[i], link_info);
220 /* If it shrunk, note it in the shrinks array and set up for
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i]
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
reloc16.c 147 unsigned *shrinks; local
158 times (see discussion of the "shrinks" array below). */
188 In theory, if we kept the "shrinks" array for each section for the
198 /* Allocate and initialize the shrinks array for this section.
199 The last element is used as an accumulator of shrinks. */
202 shrinks = (unsigned *) bfd_zmalloc (amt);
218 shrinks[i], link_info);
220 /* If it shrunk, note it in the shrinks array and set up for
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i]
    [all...]
  /src/tests/fs/puffs/h_dtfs/
dtfs_subr.c 242 int needalloc, shrinks; local
246 shrinks = newsize < pn->pn_va.va_size;
248 if (needalloc || shrinks) {
251 if (shrinks)
261 if (!shrinks) {
273 if (!shrinks) {

Completed in 28 milliseconds