Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDtoplev.h191 extern const char *get_src_pwd (void);
HDc-opts.c1161 pp_dir_change (parse_in, get_src_pwd ()); in c_common_post_options()
HDtoplev.c434 get_src_pwd (void) in get_src_pwd() function
HDdbxout.c1007 cwd = get_src_pwd (); in dbxout_init()
HDdwarf2out.c10678 const char *wd = get_src_pwd (); in add_comp_dir_attribute()
HDChangeLog-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().
HDChangeLog-200535669 * toplev.c (get_src_pwd): Handle failure of getpwd().