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

  /src/external/gpl3/gdb/dist/gnulib/import/
alloca.c 122 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
152 for (hp = last_alloca_header; hp != NULL;)
165 last_alloca_header = hp; /* -> last valid storage. */
190 new->h.next = last_alloca_header;
193 last_alloca_header = new;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
alloca.c 122 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
152 for (hp = last_alloca_header; hp != NULL;)
165 last_alloca_header = hp; /* -> last valid storage. */
190 new->h.next = last_alloca_header;
193 last_alloca_header = new;
  /src/external/gpl2/diffutils/dist/lib/
alloca.c 164 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
194 for (hp = last_alloca_header; hp != NULL;)
207 last_alloca_header = hp; /* -> last valid storage. */
226 ((header *) new)->h.next = last_alloca_header;
229 last_alloca_header = (header *) new;
  /src/external/gpl2/gmake/dist/
alloca.c 161 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
191 for (hp = last_alloca_header; hp != NULL;)
204 last_alloca_header = hp; /* -> last valid storage. */
223 ((header *) new)->h.next = last_alloca_header;
226 last_alloca_header = (header *) new;
  /src/external/gpl2/grep/dist/lib/
alloca.c 163 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
193 for (hp = last_alloca_header; hp != NULL;)
206 last_alloca_header = hp; /* -> last valid storage. */
225 ((header *) new)->h.next = last_alloca_header;
228 last_alloca_header = (header *) new;
  /src/external/gpl2/texinfo/dist/lib/
alloca.c 145 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
175 for (hp = last_alloca_header; hp != NULL;)
188 last_alloca_header = hp; /* -> last valid storage. */
213 new->h.next = last_alloca_header;
216 last_alloca_header = new;
  /src/external/gpl2/xcvs/dist/lib/
alloca.c 145 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
175 for (hp = last_alloca_header; hp != NULL;)
188 last_alloca_header = hp; /* -> last valid storage. */
213 new->h.next = last_alloca_header;
216 last_alloca_header = new;
  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 150 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
178 for (hp = last_alloca_header; hp != NULL;)
191 last_alloca_header = hp; /* -> last valid storage. */
206 ((header *) new_storage)->h.next = last_alloca_header;
209 last_alloca_header = (header *) new_storage;
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 150 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
178 for (hp = last_alloca_header; hp != NULL;)
191 last_alloca_header = hp; /* -> last valid storage. */
206 ((header *) new_storage)->h.next = last_alloca_header;
209 last_alloca_header = (header *) new_storage;
  /src/external/gpl3/gcc/dist/libiberty/
alloca.c 150 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
178 for (hp = last_alloca_header; hp != NULL;)
191 last_alloca_header = hp; /* -> last valid storage. */
206 ((header *) new_storage)->h.next = last_alloca_header;
209 last_alloca_header = (header *) new_storage;
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 150 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
178 for (hp = last_alloca_header; hp != NULL;)
191 last_alloca_header = hp; /* -> last valid storage. */
206 ((header *) new_storage)->h.next = last_alloca_header;
209 last_alloca_header = (header *) new_storage;
  /src/external/gpl3/gdb/dist/libiberty/
alloca.c 150 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
178 for (hp = last_alloca_header; hp != NULL;)
191 last_alloca_header = hp; /* -> last valid storage. */
206 ((header *) new_storage)->h.next = last_alloca_header;
209 last_alloca_header = (header *) new_storage;
  /src/external/gpl3/gdb.old/dist/libiberty/
alloca.c 150 static header *last_alloca_header = NULL; /* -> last alloca header. */ variable
178 for (hp = last_alloca_header; hp != NULL;)
191 last_alloca_header = hp; /* -> last valid storage. */
206 ((header *) new_storage)->h.next = last_alloca_header;
209 last_alloca_header = (header *) new_storage;

Completed in 26 milliseconds