Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
41 * This file provides the builtin sys module. It is similar to the
94 get_obj_state_info(void *obj_state, const char **file, int *fd, Elf **elf)
99 *file = s->os_file;
105 *file = s->os_file;
559 const char *file;
574 if (state.file.present) {
576 * If session is not READONLY, then refuse to quit if file
579 if (!(state.flags & ELFEDIT_F_READONLY) && state.file.dirty &&
584 get_obj_state_info(obj_state, &file, &fd, &elf);
617 if (state.file.present == 0) {
621 state.file.infile);
623 elfedit_printf(MSG_INTL(MSG_HLPFMT_INFILE), state.file.infile);
625 state.file.outfile);
627 if (state.file.dirty)
839 const char *file;
846 if (state.file.present != 0) {
851 get_obj_state_info(obj_state, &file, &fd, &elf);
854 file, MSG_ORIG(MSG_ELF_UPDATE),
858 * An update has succeeded for this file, so revoke the need
861 state.file.unlink_on_exit = 0;
1038 NULL /* Didn't dlopen() it, so no file path */