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

  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 4563 uint32_t literal_count; local
4592 literal_count = poutend - plit;
4844 if (unlikely (literal_count < literal))
4850 literal_count -= literal;
4941 if (literal_count > 0 && plit != pout)
4944 < literal_count))
4950 if ((size_t)(plit - pout) < literal_count)
4955 while (literal_count > move)
4960 literal_count -= move;
4964 memcpy (pout, plit, literal_count);
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 4563 uint32_t literal_count; local
4592 literal_count = poutend - plit;
4844 if (unlikely (literal_count < literal))
4850 literal_count -= literal;
4941 if (literal_count > 0 && plit != pout)
4944 < literal_count))
4950 if ((size_t)(plit - pout) < literal_count)
4955 while (literal_count > move)
4960 literal_count -= move;
4964 memcpy (pout, plit, literal_count);
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 4563 uint32_t literal_count; local
4592 literal_count = poutend - plit;
4844 if (unlikely (literal_count < literal))
4850 literal_count -= literal;
4941 if (literal_count > 0 && plit != pout)
4944 < literal_count))
4950 if ((size_t)(plit - pout) < literal_count)
4955 while (literal_count > move)
4960 literal_count -= move;
4964 memcpy (pout, plit, literal_count);
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 437 int literal_count; member in struct:litpool_frag
7996 lpf->literal_count = 0;
11175 lp->literal_count < MAX_POOL_LITERALS)
11182 lp->prev->literal_count < MAX_POOL_LITERALS)
11193 if (lp->literal_count >= MAX_POOL_LITERALS)
11196 while (lp && lp->fragP && lp->literal_count >= MAX_POOL_LITERALS)
11203 gas_assert (lp && lp->fragP && lp->literal_count < MAX_POOL_LITERALS);
11204 ++lp->literal_count;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 437 int literal_count; member in struct:litpool_frag
7996 lpf->literal_count = 0;
11175 lp->literal_count < MAX_POOL_LITERALS)
11182 lp->prev->literal_count < MAX_POOL_LITERALS)
11193 if (lp->literal_count >= MAX_POOL_LITERALS)
11196 while (lp && lp->fragP && lp->literal_count >= MAX_POOL_LITERALS)
11203 gas_assert (lp && lp->fragP && lp->literal_count < MAX_POOL_LITERALS);
11204 ++lp->literal_count;

Completed in 33 milliseconds