Searched defs:elfedit_malloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c640 elfedit_malloc(const char *item_name, size_t size) function
1771 * to leak: If elfedit_malloc() fails, it can cause a jump to the
1776 moddef = elfedit_malloc(MSG_INTL(MSG_ALLOC_MODDEF),
2520 ucmd = elfedit_malloc(MSG_INTL(MSG_ALLOC_UCMD),
2813 expath = elfedit_malloc(MSG_INTL(MSG_ALLOC_EXPATH), len + 1);
2841 state.modpath.seg = elfedit_malloc(MSG_INTL(MSG_ALLOC_PATHARR),
3466 batch_list = elfedit_malloc(

Completed in 103 milliseconds