Searched refs:ctf_data_alloc (Results 1 – 8 of 8) sorted by relevance
41 ctf_data_alloc(size_t size) in ctf_data_alloc() function
38 ctf_data_alloc(size_t size) in ctf_data_alloc() function
645 if ((base = ctf_data_alloc(size + hdrsz)) == MAP_FAILED) in ctf_bufopen()816 cbuf = ctf_data_alloc(ctfsect.cts_size); in ctf_dup()830 symbuf = ctf_data_alloc(symsect.cts_size); in ctf_dup()846 strbuf = ctf_data_alloc(strsect.cts_size); in ctf_dup()
317 extern void *ctf_data_alloc(size_t);
322 if ((buf = ctf_data_alloc(size)) == MAP_FAILED) in ctf_update()
1687 (ctf_data_alloc): Likewise.1693 (ctf_compress_write): Use ctf_data_alloc, not ctf_alloc. Free1697 (upgrade_types): Likewise. Call ctf_alloc, not ctf_data_alloc.