Home
last modified time | relevance | path

Searched refs:gdb_st_mode (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/qemu-utils/qemu-4.2.1/target/m68k/
H A Dm68k-semi.c53 gdb_mode_t gdb_st_mode; /* protection */ member
107 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu-utils/qemu-4.2.1/target/nios2/
H A Dnios2-semi.c57 gdb_mode_t gdb_st_mode; /* protection */ member
123 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu5/qemu-5.2.0/target/nios2/
H A Dnios2-semi.c57 gdb_mode_t gdb_st_mode; /* protection */ member
123 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu5/qemu-5.2.0/target/m68k/
H A Dm68k-semi.c53 gdb_mode_t gdb_st_mode; /* protection */ member
107 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/m68k/
H A Dm68k-semi.c53 gdb_mode_t gdb_st_mode; /* protection */ member
107 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/nios2/
H A Dnios2-semi.c57 gdb_mode_t gdb_st_mode; /* protection */ member
123 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/m68k/
H A Dm68k-semi.c55 gdb_mode_t gdb_st_mode; /* protection */ member
109 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu42/qemu-4.2.1/target/m68k/
H A Dm68k-semi.c53 gdb_mode_t gdb_st_mode; /* protection */ member
107 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu42/qemu-4.2.1/target/nios2/
H A Dnios2-semi.c57 gdb_mode_t gdb_st_mode; /* protection */ member
123 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/m68k/
H A Dm68k-semi.c53 gdb_mode_t gdb_st_mode; /* protection */ member
107 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/nios2/
H A Dnios2-semi.c57 gdb_mode_t gdb_st_mode; /* protection */ member
123 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/nios2/
H A Dnios2-semi.c57 gdb_mode_t gdb_st_mode; /* protection */ member
123 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/m68k/
H A Dm68k-semi.c54 gdb_mode_t gdb_st_mode; /* protection */ member
108 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu/qemu-6.2.0/target/m68k/
H A Dm68k-semi.c54 gdb_mode_t gdb_st_mode; /* protection */ member
108 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu/qemu-6.2.0/target/nios2/
H A Dnios2-semi.c57 gdb_mode_t gdb_st_mode; /* protection */ member
123 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu60/qemu-6.0.0/target/nios2/
H A Dnios2-semi.c57 gdb_mode_t gdb_st_mode; /* protection */ member
123 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/emulators/qemu60/qemu-6.0.0/target/m68k/
H A Dm68k-semi.c54 gdb_mode_t gdb_st_mode; /* protection */ member
108 p->gdb_st_mode = cpu_to_be32(s->st_mode); in translate_stat()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h59 llvm::support::ubig32_t gdb_st_mode; member
H A DGDBRemoteCommunicationServerCommon.cpp795 data.gdb_st_mode = file_stats.st_mode; in Handle_vFile_FStat()
H A DGDBRemoteCommunicationClient.cpp3181 file_permissions = st->gdb_st_mode & (S_IRWXU | S_IRWXG | S_IRWXO); in GetFilePermissions()