OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_64bits
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/src/coredump/
_UCD_create.c
85
bool
_64bits
;
local
127
_64bits
= (elf_header32.e_ident[EI_CLASS] == ELFCLASS64);
128
if (
_64bits
&& sizeof(elf_header64.e_entry) > sizeof(off_t))
137
if (
_64bits
146
off_t ofs = (
_64bits
? elf_header64.e_phoff : elf_header32.e_phoff);
152
unsigned size = ui->phdrs_count = (
_64bits
? elf_header64.e_phnum : elf_header32.e_phnum);
154
if (
_64bits
)
/external/tcpdump/
sctpHeader.h
59
#define
_64BITS
1
Completed in 42 milliseconds