HomeSort by relevance Sort by last modified time
    Searched defs:new_i (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
listing.c 303 list_info_type *new_i = NULL; local
336 new_i = (list_info_type *) xmalloc (sizeof (list_info_type));
391 new_i->line_contents = copy;
394 new_i->line_contents = NULL;
398 new_i = (list_info_type *) xmalloc (sizeof (list_info_type));
399 new_i->line_contents = ps;
408 listing_tail->next = new_i;
410 head = new_i;
412 listing_tail = new_i;
414 new_i->frag = frag_now
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.cc 1461 int new_i = i; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 4600 int new_i = i; local
    [all...]

Completed in 173 milliseconds