Home
last modified time | relevance | path

Searched refs:obstack_calloc (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/src/
Dld.c1168 obstack_calloc (&ld_state.smem, sizeof (struct pathelement)); in ld_new_searchdir()
1188 obstack_calloc (&ld_state.smem, sizeof (struct usedfiles)); in ld_new_inputfile()
1516 obstack_calloc (&ld_state.smem, sizeof (struct symbol)); in create_lscript_symbols()
1581 obstack_calloc (&ld_state.smem, sizeof (*newsym)); in create_special_section_symbol()
Dldgeneric.c1116 obstack_calloc (&ld_state.smem, scncnt * sizeof (struct scninfo)); in add_relocatable_file()
1217 obstack_calloc (&ld_state.smem, in add_relocatable_file()
1251 obstack_calloc (&ld_state.smem, sizeof (struct symbol)); in add_relocatable_file()
1390 obstack_calloc (&ld_state.smem, in add_relocatable_file()
1428 obstack_calloc (&ld_state.smem, sizeof (struct symbol)); in add_relocatable_file()
1456 obstack_calloc (&ld_state.smem, ((nsymbols - nlocalsymbols) in add_relocatable_file()
2410 newp = (struct scnhead *) obstack_calloc (&ld_state.smem, in new_generated_scn()
2900 newp = (struct scnhead *) obstack_calloc (&ld_state.smem, in match_section()
3027 obstack_calloc (&ld_state.smem, sizeof (struct scnhead)); in sort_sections_lscript()
3044 obstack_calloc (&ld_state.smem, sizeof (*si) + sizeof (XElf_Shdr)); in sort_sections_lscript()
[all …]
/external/elfutils/lib/
Deu-config.h125 #define obstack_calloc(ob, size) \ macro