Home
last modified time | relevance | path

Searched refs:get_src_pwd (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtoplev.h90 extern const char *get_src_pwd (void);
Dctfc.cc341 const char * cu_pwd = get_src_pwd (); in ctf_add_cuname()
Dtoplev.cc207 get_src_pwd (void) in get_src_pwd() function
Dlto-streamer-in.cc548 const char *src_pwd = get_src_pwd (); in input_location_and_block()
Ddbxout.cc1018 cwd = get_src_pwd (); in dbxout_init()
Dlto-streamer-out.cc231 bp_pack_string (ob, bp, get_src_pwd (), true); in lto_output_location_1()
Ddwarf2out.cc21279 wd = get_src_pwd (); in comp_dir_string()
DChangeLog-200311752 (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().
DChangeLog-200535668 * toplev.c (get_src_pwd): Handle failure of getpwd().