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

  /src/external/gpl2/diffutils/dist/lib/
alloca.c 436 long size, pseg, this_segment, stack; local
461 this_segment = stkl - size;
467 while (!(this_segment <= address && address <= stkl))
470 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
478 this_segment = stkl - size;
481 result = address - this_segment;
  /src/external/gpl2/gmake/dist/
alloca.c 433 long size, pseg, this_segment, stack; local
458 this_segment = stkl - size;
464 while (!(this_segment <= address && address <= stkl))
467 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
475 this_segment = stkl - size;
478 result = address - this_segment;
  /src/external/gpl2/grep/dist/lib/
alloca.c 435 long size, pseg, this_segment, stack; local
460 this_segment = stkl - size;
466 while (!(this_segment <= address && address <= stkl))
469 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
477 this_segment = stkl - size;
480 result = address - this_segment;
  /src/external/gpl2/texinfo/dist/lib/
alloca.c 423 long size, pseg, this_segment, stack; local
448 this_segment = stkl - size;
454 while (!(this_segment <= address && address <= stkl))
457 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
465 this_segment = stkl - size;
468 result = address - this_segment;
  /src/external/gpl2/xcvs/dist/lib/
alloca.c 423 long size, pseg, this_segment, stack; local
448 this_segment = stkl - size;
454 while (!(this_segment <= address && address <= stkl))
457 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
465 this_segment = stkl - size;
468 result = address - this_segment;
  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 416 long size, pseg, this_segment, stack; local
441 this_segment = stkl - size;
447 while (!(this_segment <= address && address <= stkl))
450 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
458 this_segment = stkl - size;
461 result = address - this_segment;
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 416 long size, pseg, this_segment, stack; local
441 this_segment = stkl - size;
447 while (!(this_segment <= address && address <= stkl))
450 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
458 this_segment = stkl - size;
461 result = address - this_segment;
  /src/external/gpl3/gcc/dist/libiberty/
alloca.c 416 long size, pseg, this_segment, stack; local
441 this_segment = stkl - size;
447 while (!(this_segment <= address && address <= stkl))
450 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
458 this_segment = stkl - size;
461 result = address - this_segment;
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 416 long size, pseg, this_segment, stack; local
441 this_segment = stkl - size;
447 while (!(this_segment <= address && address <= stkl))
450 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
458 this_segment = stkl - size;
461 result = address - this_segment;
  /src/external/gpl3/gdb/dist/libiberty/
alloca.c 416 long size, pseg, this_segment, stack; local
441 this_segment = stkl - size;
447 while (!(this_segment <= address && address <= stkl))
450 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
458 this_segment = stkl - size;
461 result = address - this_segment;
  /src/external/gpl3/gdb.old/dist/libiberty/
alloca.c 416 long size, pseg, this_segment, stack; local
441 this_segment = stkl - size;
447 while (!(this_segment <= address && address <= stkl))
450 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
458 this_segment = stkl - size;
461 result = address - this_segment;
  /src/external/gpl3/binutils/dist/gas/config/
tc-mmix.c 3572 segT this_segment = now_seg; local
3600 subseg_set (this_segment, this_subsegment);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mmix.c 3572 segT this_segment = now_seg; local
3600 subseg_set (this_segment, this_subsegment);

Completed in 42 milliseconds