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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1710 * allow_abs - True if absolute paths are allowed. False to disallow
1727 elfedit_load_module(const char *name, int must_exist, int allow_abs) argument
1748 if (is_abs_path && !allow_abs)

Completed in 66 milliseconds