Searched refs:obstack_alloc (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/src/ |
D | ldscript.y | 220 obstack_alloc (&ld_state.smem, 272 obstack_alloc (&ld_state.smem, sizeof (*$$)); 440 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_expr() 451 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_input_section_name() 463 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_input_rule() 475 memset (obstack_alloc (&ld_state.smem, sizeof (*newp)), in new_output_rule() 489 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_assignment() 507 = (struct output_segment *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_segment() 589 newp = (struct id_list *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_id_listelem() 608 newp = (struct version *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_version()
|
D | ldscript.c | 1361 obstack_alloc (&ld_state.smem, 1429 obstack_alloc (&ld_state.smem, sizeof (*yyval.filemask_section_name)); 1895 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_expr() 1906 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_input_section_name() 1918 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_input_rule() 1930 memset (obstack_alloc (&ld_state.smem, sizeof (*newp)), in new_output_rule() 1944 obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_assignment() 1962 = (struct output_segment *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_segment() 2044 newp = (struct id_list *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_id_listelem() 2063 newp = (struct version *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in new_version()
|
D | ld.c | 1136 (struct scnhead **) obstack_alloc (&ld_state.smem, in collect_sections() 1192 newp = (struct pathelement *) obstack_alloc (&ld_state.smem, sizeof (*newp)); in add_rxxpath() 1232 newp = (struct pathelement *) obstack_alloc (&ld_state.smem, in normalize_dirlist()
|
D | ldgeneric.c | 1133 obstack_alloc (&ld_state.smem, in add_relocatable_file() 1377 newp = (struct symbol *) obstack_alloc (&ld_state.smem, in add_relocatable_file() 1954 newp = (char *) obstack_alloc (&ld_state.smem, len); in file_process2() 2452 char *tempfname = (char *) obstack_alloc (&ld_state.smem, in ld_generic_open_outfile() 3945 cp = str = (char *) obstack_alloc (&ld_state.smem, len); in ld_generic_create_outfile() 4852 char *newp = (char *) obstack_alloc (&ld_state.smem, namelen); in ld_generic_create_outfile()
|
/external/elfutils/ |
D | config.h | 114 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
|
D | config.h.in | 113 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
|
D | configure.ac | 219 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), '\0', _s); })
|
/external/bison/lib/ |
D | obstack.h | 361 # define obstack_alloc(OBSTACK,length) \ macro 471 # define obstack_alloc(h,length) \ macro
|
D | bitset.c | 161 bset = obstack_alloc (bobstack, bytes); in bitset_obstack_alloc()
|
D | hash.c | 717 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 | 135 elt = (lbitset_elt *) obstack_alloc (&lbitset_obstack, in lbitset_elt_alloc()
|
/external/elfutils/autom4te.cache/ |
D | traces.0 | 322 ({ size_t _s = (size); memset (obstack_alloc (ob, _s), \'\\0\', _s); })
|
/external/bison/ |
D | ChangeLog | 5386 when compiling Bison 1.875's `bitset bset = obstack_alloc
|