Searched refs:get_src_pwd (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | toplev.h | 90 extern const char *get_src_pwd (void);
|
H A D | ctfc.cc | 341 const char * cu_pwd = get_src_pwd (); in ctf_add_cuname()
|
H A D | toplev.cc | 207 get_src_pwd (void) in get_src_pwd() function
|
H A D | lto-streamer-in.cc | 548 const char *src_pwd = get_src_pwd (); in input_location_and_block()
|
H A D | dbxout.cc | 1018 cwd = get_src_pwd (); in dbxout_init()
|
H A D | lto-streamer-out.cc | 231 bp_pack_string (ob, bp, get_src_pwd (), true); in lto_output_location_1()
|
H A D | dwarf2out.cc | 21279 wd = get_src_pwd (); in comp_dir_string()
|
H A D | ChangeLog-2003 | 11752 (set_src_pwd, get_src_pwd): New functions. 11753 * toplev.h (get_src_pwd, set_src_pwd): Declare. 11754 * dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
|
H A D | ChangeLog-2005 | 35668 * toplev.c (get_src_pwd): Handle failure of getpwd().
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | toplev.h | 89 extern const char *get_src_pwd (void);
|
H A D | toplev.c | 213 get_src_pwd (void) in get_src_pwd() function
|
H A D | lto-streamer-in.c | 548 const char *src_pwd = get_src_pwd ();
|
H A D | dbxout.c | 1015 cwd = get_src_pwd (); in dbxout_init()
|
H A D | lto-streamer-out.c | 240 bp_pack_string (ob, bp, get_src_pwd (), true); in lto_output_location_1()
|
H A D | dwarf2out.c | 20618 wd = get_src_pwd (); in comp_dir_string()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 667 pp_dir_change (cpp_in, get_src_pwd ()); in gfc_cpp_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 636 pp_dir_change (cpp_in, get_src_pwd ()); in gfc_cpp_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-opts.c | 1133 pp_dir_change (parse_in, get_src_pwd ()); in c_common_post_options()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-opts.cc | 1181 pp_dir_change (parse_in, get_src_pwd ()); in c_common_post_options()
|