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/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.old/dist/gdbserver/
netbsd-low.cc
1162
bool
is_elf64
= elf_64_file_p (netbsd_nat::pid_to_exec_file (pid));
local
1164
if (
is_elf64
)
linux-x86-low.cc
824
int
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
831
else if (!
is_elf64
&& sizeof (void *) == 8)
880
int
is_elf64
;
889
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
893
if (
is_elf64
> 0)
949
if (machine == EM_X86_64 && !
is_elf64
)
979
!
is_elf64
);
983
tdesc = amd64_linux_read_description (X86_XSTATE_SSE_MASK, !
is_elf64
);
817
int
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
local
872
int
is_elf64
;
local
linux-aarch64-low.cc
929
int
is_elf64
;
local
934
is_elf64
= linux_pid_exe_is_elf_64_file (tid, &machine);
936
if (
is_elf64
)
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026