Home
last modified time | relevance | path

Searched refs:SIM_PATHMAX (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Dtraps.c50 # define SIM_PATHMAX PATH_MAX macro
53 # define SIM_PATHMAX MAXPATHLEN macro
55 # define SIM_PATHMAX 1024 macro
2632 char *cwd = xmalloc (SIM_PATHMAX); in cris_break_13_handler()
2633 if (cwd != getcwd (cwd, SIM_PATHMAX)) in cris_break_13_handler()
2658 char *pbuf = xmalloc (SIM_PATHMAX); in cris_break_13_handler()
2669 for (i = 0; i + o < SIM_PATHMAX; i++) in cris_break_13_handler()
2677 if (i + o == SIM_PATHMAX) in cris_break_13_handler()
2709 char *pbuf = xmalloc (SIM_PATHMAX); in cris_break_13_handler()
2710 char *lbuf = xmalloc (SIM_PATHMAX); in cris_break_13_handler()
[all …]
DChangeLog-2021944 * traps.c (SIM_PATHMAX): New macro.
945 (cris_break_13_handler): Use SIM_PATHMAX, not MAXPATHLEN.