Searched refs:elfedit_realloc (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | mapfile-vers | 66 elfedit_realloc;
|
H A D | elfedit_machelf.c | 197 symtabndx = elfedit_realloc( in elfedit64_init_obj_state()
|
H A D | sys.c | 347 item = elfedit_realloc(MSG_INTL(MSG_ALLOC_HELPITEM), item, in cmd_help()
|
H A D | elfedit.c | 655 elfedit_realloc(const char *item_name, void *ptr, size_t size) in elfedit_realloc() function 684 str->buf = elfedit_realloc(MSG_INTL(MSG_ALLOC_UCMDSTR), in strbuf_ensure_size() 2458 tokst.tokst_buf = elfedit_realloc( in tokenize_user_cmd()
|
H A D | util_machelf.c | 1219 buf = elfedit_realloc(MSG_INTL(MSG_ALLOC_SECMSGPRE), buf, need); in elfedit_sec_msgprefix()
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | mapfile-vers | 72 elfedit_realloc { FLAGS = PARENT };
|
H A D | sym.c | 1064 argstate = elfedit_realloc(MSG_INTL(MSG_ALLOC_ARGSTATE), in process_args()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 618 extern void *elfedit_realloc(const char *item_name, void *ptr, size_t size);
|