OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dyn_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc
859
Elf64_Dyn, Elf32_Dyn>::type
dyn_type
;
typedef
860
const int dyn_size = sizeof (
dyn_type
);
861
unsigned char buf[sizeof (
dyn_type
)]; /* The larger of the two. */
871
dyn_type
*const dyn = (
dyn_type
*) buf;
/src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc
857
Elf64_Dyn, Elf32_Dyn>::type
dyn_type
;
typedef
858
const int dyn_size = sizeof (
dyn_type
);
859
unsigned char buf[sizeof (
dyn_type
)]; /* The larger of the two. */
869
dyn_type
*const dyn = (
dyn_type
*) buf;
Completed in 16 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026