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

  /ndk/sources/host-tools/make-3.81/
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;
  /toolchain/binutils/binutils-2.25/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;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mmix.c 3581 segT this_segment = now_seg; local
    [all...]

Completed in 71 milliseconds