/external/elfutils/src/ |
ldscript.y | 238 obstack_alloc (&ld_state.smem, 290 obstack_alloc (&ld_state.smem, sizeof (*$$)); 475 obstack_alloc (&ld_state.smem, sizeof (*newp)); 486 obstack_alloc (&ld_state.smem, sizeof (*newp)); 498 obstack_alloc (&ld_state.smem, sizeof (*newp)); 510 memset (obstack_alloc (&ld_state.smem, sizeof (*newp)), 524 obstack_alloc (&ld_state.smem, sizeof (*newp)); 542 = (struct output_segment *) obstack_alloc (&ld_state.smem, sizeof (*newp)); 639 newp = (struct id_list *) obstack_alloc (&ld_state.smem, sizeof (*newp)); 658 newp = (struct version *) obstack_alloc (&ld_state.smem, sizeof (*newp)) [all...] |
ldscript.c | [all...] |
ld.c | [all...] |
ldgeneric.c | [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
basicdefs.h | 95 #define OB_MALLOC(o,n,t) ((t *)(void *)obstack_alloc(o,(n)*sizeof(t)))
|
/external/elfutils/lib/ |
eu-config.h | 160 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
libiberty.h | 348 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) 349 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) 350 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S)))
|
obstack.h | 207 void * obstack_alloc (struct obstack *obstack, int size); 405 # define obstack_alloc(OBSTACK,length) \ 514 # define obstack_alloc(h,length) \ 401 # define obstack_alloc macro 509 # define obstack_alloc macro
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
libiberty.h | 362 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) 363 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) 364 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S)))
|
obstack.h | 207 void * obstack_alloc (struct obstack *obstack, int size); 405 # define obstack_alloc(OBSTACK,length) \ 514 # define obstack_alloc(h,length) \ 401 # define obstack_alloc macro 509 # define obstack_alloc macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
libiberty.h | 362 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) 363 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) 364 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S)))
|
obstack.h | 207 void * obstack_alloc (struct obstack *obstack, int size); 405 # define obstack_alloc(OBSTACK,length) \ 514 # define obstack_alloc(h,length) \ 401 # define obstack_alloc macro 509 # define obstack_alloc macro
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
libiberty.h | 362 #define XOBNEW(O, T) ((T *) obstack_alloc ((O), sizeof (T))) 363 #define XOBNEWVEC(O, T, N) ((T *) obstack_alloc ((O), sizeof (T) * (N))) 364 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S)))
|
obstack.h | 207 void * obstack_alloc (struct obstack *obstack, int size); 405 # define obstack_alloc(OBSTACK,length) \ 514 # define obstack_alloc(h,length) \ 401 # define obstack_alloc macro 509 # define obstack_alloc macro
|
/external/bison/lib/ |
bitset.c | 161 bset = obstack_alloc (bobstack, bytes);
|
obstack.h | 365 # define obstack_alloc(OBSTACK,length) \ 476 # define obstack_alloc(h,length) \ 361 # define obstack_alloc macro 471 # define obstack_alloc macro
|
ebitset.c | 224 elt = (ebitset_elt *) obstack_alloc (&ebitset_obstack,
|
hash.c | 717 new = obstack_alloc (&table->entry_stack, sizeof *new);
|
lbitset.c | 135 elt = (lbitset_elt *) obstack_alloc (&lbitset_obstack,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
obstack.h | 369 # define obstack_alloc(OBSTACK,length) \ 480 # define obstack_alloc(h,length) \ 365 # define obstack_alloc macro 475 # define obstack_alloc macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
obstack.h | 366 # define obstack_alloc(OBSTACK,length) \ 477 # define obstack_alloc(h,length) \ 362 # define obstack_alloc macro 472 # define obstack_alloc macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 366 # define obstack_alloc(OBSTACK,length) \ 477 # define obstack_alloc(h,length) \ 362 # define obstack_alloc macro 472 # define obstack_alloc macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 366 # define obstack_alloc(OBSTACK,length) \ 477 # define obstack_alloc(h,length) \ 362 # define obstack_alloc macro 472 # define obstack_alloc macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/ |
gdbint.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/ |
gdbint.info | [all...] |