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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c3052 * ifl_ret - NULL, or address of pointer to receive reference to
3053 * resulting input descriptor for file. If ifl_ret is non-NULL,
3060 * ifl_ret is non-NULL, *ifl_ret is set to contain the pointer to the
3065 Word flags, Ofl_desc *ofl, Rej_desc *rej, Ifl_desc **ifl_ret)
3090 * If the caller has supplied a non-NULL ifl_ret, then
3095 if (ifl_ret != NULL) {
3260 if (ifl_ret)
3261 *ifl_ret = ifl;
3384 if (ifl_ret)
3064 ld_process_ifl(const char *name, const char *soname, int fd, Elf *elf, Word flags, Ofl_desc *ofl, Rej_desc *rej, Ifl_desc **ifl_ret) argument
3396 ld_process_open(const char *opath, const char *ofile, int *fd, Ofl_desc *ofl, Word flags, Rej_desc *rej, Ifl_desc **ifl_ret) argument
[all...]

Completed in 65 milliseconds