Searched refs:obstack_alloc (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/0.153/src/ |
D | ldscript.y | 238 obstack_alloc (&ld_state.smem, 290 obstack_alloc (&ld_state.smem, sizeof (*$$)); 475 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_expr() 486 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_input_section_name() 498 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_input_rule() 510 memset (obstack_alloc (&ld_state.smem, sizeof (*newp)), in new_output_rule() 524 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_assignment() 542 = (struct output_segment *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_segment() 639 newp = (struct id_list *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_id_listelem() 658 newp = (struct version *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_version()
|
D | ldscript.c | 1802 obstack_alloc (&ld_state.smem, 1886 obstack_alloc (&ld_state.smem, sizeof (*(yyval.filemask_section_name))); 2450 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_expr() 2461 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_input_section_name() 2473 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_input_rule() 2485 memset (obstack_alloc (&ld_state.smem, sizeof (*newp)), in new_output_rule() 2499 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_assignment() 2517 = (struct output_segment *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_segment() 2614 newp = (struct id_list *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_id_listelem() 2633 newp = (struct version *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_version()
|
D | ld.c | 1230 (struct scnhead **) obstack_alloc (&ld_state.smem, in collect_sections() 1286 newp = (struct pathelement *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in add_rxxpath() 1326 newp = (struct pathelement *) obstack_alloc (&ld_state.smem, in normalize_dirlist()
|
D | ldgeneric.c | 1228 obstack_alloc (&ld_state.smem, in add_relocatable_file() 1543 newp = (struct symbol *) obstack_alloc (&ld_state.smem, in add_relocatable_file() 2138 newp = (char *) obstack_alloc (&ld_state.smem, len); in file_process2() 2663 char *tempfname = (char *) obstack_alloc (&ld_state.smem, in ld_generic_open_outfile() 4612 cp = str = (char *) obstack_alloc (&ld_state.smem, len); in ld_generic_create_outfile() 5564 char *newp = (char *) obstack_alloc (&ld_state.smem, namelen); in ld_generic_create_outfile()
|
/external/compiler-rt/test/msan/ |
D | obstack.cc | 20 void *p = obstack_alloc(&obs, sz); in main()
|
/external/bison/src/ |
D | Sbitset.c | 40 result = obstack_alloc (obstackp, Sbitset__nbytes (nbits)); in Sbitset__new_on_obstack()
|
D | AnnotationList.c | 44 result = obstack_alloc (annotations_obstackp, in AnnotationList__alloc_on_obstack()
|
/external/bison/lib/ |
D | obstack.h | 365 # define obstack_alloc(OBSTACK,length) \ macro 475 # define obstack_alloc(h,length) \ macro
|
D | bitset.c | 161 bset = obstack_alloc (bobstack, bytes); in bitset_obstack_alloc()
|
D | hash.c | 763 new = obstack_alloc (&table->entry_stack, sizeof *new); in allocate_entry()
|
D | ebitset.c | 224 elt = (ebitset_elt *) obstack_alloc (&ebitset_obstack, in ebitset_elt_alloc()
|
D | lbitset.c | 136 elt = (lbitset_elt *) obstack_alloc (&lbitset_obstack, in lbitset_elt_alloc()
|
/external/elfutils/0.153/lib/ |
D | eu-config.h | 145 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
|
/external/bison/ |
D | ChangeLog-2012 | 13647 when compiling Bison 1.875's `bitset bset = obstack_alloc
|