HomeSort by relevance Sort by last modified time
    Searched refs:use_extra_arg (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
obstack.c 86 argument), based on the value of use_extra_arg. */
91 if (h->use_extra_arg)
100 if (h->use_extra_arg)
163 h->use_extra_arg = 0;
177 h->use_extra_arg = 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 165 /* These prototypes vary based on `use_extra_arg', and we use
171 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */
170 unsigned use_extra_arg:1; \/* chunk alloc\/dealloc funcs take extra arg *\/ member in struct:obstack
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 174 /* These prototypes vary based on `use_extra_arg', and we use
180 unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */
179 unsigned use_extra_arg:1; \/* chunk alloc\/dealloc funcs take extra arg *\/ member in struct:obstack
  /toolchain/binutils/binutils-2.27/include/
obstack.h 177 /* These prototypes vary based on 'use_extra_arg'. */
190 unsigned use_extra_arg : 1; /* chunk alloc/dealloc funcs take extra arg */ member in struct:obstack

Completed in 868 milliseconds