Searched refs:export_file (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | collect2.c | 211 static const char *export_file; /* <xxx>.x for AIX export list. */ variable 396 if (export_file != 0 && export_file[0]) in tool_cleanup() 397 maybe_unlink (export_file); in tool_cleanup() 1188 export_file = concat (output_file, ".x", NULL); in main() 1196 export_file = make_temp_file (".x"); in main() 1551 char *buf = concat ("-bE:", export_file, NULL); in main() 1556 exportf = fopen (export_file, "w"); in main() 1558 fatal_error (input_location, "fopen %s: %m", export_file); in main() 1561 fatal_error (input_location, "fclose %s: %m", export_file); in main() 1649 if (export_file != 0 && export_file[0]) in main() [all …]
|
H A D | FSFChangeLog.10 | 6397 * collect2.c (main): Unlink export_file before we return. 8002 * collect2.c (collect_exit): Unlink export_file.
|
H A D | FSFChangeLog.11 | 13629 * collect2.c (handler): Delete export_file when we get a signal.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | collect2.cc | 212 static const char *export_file; /* <xxx>.x for AIX export list. */ variable 396 if (export_file != 0 && export_file[0]) in tool_cleanup() 397 maybe_unlink (export_file); in tool_cleanup() 1167 export_file = concat (output_file, ".x", NULL); in main() 1175 export_file = make_temp_file (".x"); in main() 1539 char *buf = concat ("-bE:", export_file, NULL); in main() 1544 exportf = fopen (export_file, "w"); in main() 1546 fatal_error (input_location, "fopen %s: %m", export_file); in main() 1549 fatal_error (input_location, "fclose %s: %m", export_file); in main() 1637 if (export_file != 0 && export_file[0]) in main() [all …]
|
H A D | FSFChangeLog.10 | 6397 * collect2.c (main): Unlink export_file before we return. 8002 * collect2.c (collect_exit): Unlink export_file.
|
H A D | FSFChangeLog.11 | 13629 * collect2.c (handler): Delete export_file when we get a signal.
|
H A D | ChangeLog-1998 | 15793 (export_file): #ifdef COLLECT_EXPORT_LIST.
|
H A D | ChangeLog-1999 | 9272 * collect2.c (c_file, o_file, export_file, import_file, ldout,
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | AddLLVM.cmake | 83 function(add_llvm_symbol_exports target_name export_file) 87 COMMAND sed -e "s/^/_/" < ${export_file} > ${native_export_file} 88 DEPENDS ${export_file} 96 set(native_export_file "${export_file}") 98 LINK_FLAGS " -Wl,-bE:${export_file}") 106 COMMAND grep -q "[[:alnum:]]" ${export_file} && echo " global:" >> ${native_export_file} || : 107 COMMAND sed -e "s/$/;/" -e "s/^/ /" < ${export_file} >> ${native_export_file} 110 DEPENDS ${export_file} 125 < ${export_file} > ${native_export_file} 126 DEPENDS ${export_file}
|