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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c114 * all of these errors: libelf_fail_name is set and execution
120 #define LIBELF_FAIL(_name) { libelf_fail_name = _name; goto libelf_failure; }
125 const char *libelf_fail_name; /* Used for LIBELF errors */ local
438 * libelf_fail_name - Name of failing libelf function
449 elfedit_elferr(tstate.os_file, libelf_fail_name);

Completed in 58 milliseconds