Home
last modified time | relevance | path

Searched refs:open_map (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dcallback.c668 p->open_map = cb_init_open_map; in os_init()
791 CB_TARGET_DEFS_MAP *syscall_map, *errno_map, *open_map, *signal_map; in cb_read_target_syscall_maps() local
808 if (cb->open_map) in cb_read_target_syscall_maps()
809 free (cb->open_map); in cb_read_target_syscall_maps()
817 cb->open_map = open_map; in cb_read_target_syscall_maps()
897 for (m = &cb->open_map[0]; m->host_val != -1; ++m) in cb_target_to_host_open()
910 for (m = &cb->open_map[0]; m->host_val != -1; ++m) in cb_target_to_host_open()
DChangeLog-20216083 (os_init): Initialize syscall_map, errno_map, open_map.
6085 errno_map, open_map, signal_map, stat_map.
/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Dtraps.c705 static const CB_TARGET_DEFS_MAP open_map[] = { variable
3333 cb->open_map = (CB_TARGET_DEFS_MAP *) open_map; in cris_set_callbacks()
DChangeLog-2021532 (syscall_stat32_map, errno_map, open_map): Likewise.
1026 (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Dinterp.c1075 cb->open_map = cb_linux_open_map; in bfin_user_init()
/netbsd/src/external/gpl3/gdb/dist/sim/
DREADME-HACKING246 cb->open_map = cb_linux_open_map;
/netbsd/src/external/gpl3/gcc/dist/include/
DChangeLog-91031397 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map,
1399 (errn_map,open_map): Renamed to cb_init_foo_map.
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-91031397 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map,
1399 (errn_map,open_map): Renamed to cb_init_foo_map.
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-91031397 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map,
1399 (errn_map,open_map): Renamed to cb_init_foo_map.
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20027097 * solib-osf.c (open_map): Compute the list of shared libraries
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git162230 resolving these dynamically via the open_map. Rework the common