Home
last modified time | relevance | path

Searched refs:export_file (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c185 static const char *export_file; /* <xxx>.x for AIX export list. */ variable
286 if (export_file != 0 && export_file[0]) in collect_exit()
287 maybe_unlink (export_file); in collect_exit()
392 if (export_file != 0 && export_file[0]) in handler()
393 maybe_unlink (export_file); in handler()
992 export_file = make_temp_file (".x"); in main()
1248 char *buf = concat ("-bE:", export_file, NULL); in main()
1253 exportf = fopen (export_file, "w"); in main()
1255 fatal_perror ("fopen %s", export_file); in main()
1258 fatal_perror ("fclose %s", export_file); in main()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c214 static const char *export_file; /* <xxx>.x for AIX export list. */ variable
344 if (export_file != 0 && export_file[0])
345 maybe_unlink (export_file);
452 if (export_file != 0 && export_file[0])
453 maybe_unlink (export_file);
1060 export_file = make_temp_file (".x");
1277 char *buf = concat ("-bE:", export_file, NULL);
1282 exportf = fopen (export_file, "w");
1284 fatal_perror ("fopen %s", export_file);
1287 fatal_perror ("fclose %s", export_file);
[all …]
H A DFSFChangeLog.106397 * collect2.c (main): Unlink export_file before we return.
8002 * collect2.c (collect_exit): Unlink export_file.
H A DChangeLog.07214 (export_file): #ifdef COLLECT_EXPORT_LIST.
H A DChangeLog.29272 * collect2.c (c_file, o_file, export_file, import_file, ldout,
H A DFSFChangeLog.1113629 * collect2.c (handler): Delete export_file when we get a signal.
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake84 function(add_llvm_symbol_exports target_name export_file)
88 COMMAND sed -e "s/^/_/" < ${export_file} > ${native_export_file}
89 DEPENDS ${export_file}
97 set(native_export_file "${export_file}")
99 LINK_FLAGS " -Wl,-bE:${export_file}")
112 < ${export_file} > ${native_export_file}
113 DEPENDS ${export_file}
128 < ${export_file} > ${native_export_file}
129 DEPENDS ${export_file}