OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_elf64
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc
1165
bool
is_elf64
= elf_64_file_p (netbsd_nat::pid_to_exec_file (pid));
local
1167
if (
is_elf64
)
linux-x86-low.cc
830
int
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
837
else if (!
is_elf64
&& sizeof (void *) == 8)
823
int
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
local
linux-aarch64-low.cc
927
int
is_elf64
;
local
930
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
932
if (
is_elf64
)
/src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc
1163
bool
is_elf64
= elf_64_file_p (netbsd_nat::pid_to_exec_file (pid));
local
1165
if (
is_elf64
)
linux-x86-low.cc
845
int
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
852
else if (!
is_elf64
&& sizeof (void *) == 8)
838
int
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
local
linux-aarch64-low.cc
972
int
is_elf64
;
local
975
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
977
if (
is_elf64
)
Completed in 78 milliseconds
Indexes created Sun Jul 26 00:24:00 UTC 2026