OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LE64
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/lib/
system.h
41
# define
LE64
(n) (n)
48
# define
LE64
(n) bswap_64 (n)
/external/elfutils/libdwfl/
link_map.c
61
if (type ==
LE64
(PROBE_TYPE)
62
&& val ==
LE64
(PROBE_VAL64))
306
addrs[i] =
LE64
(read_8ubyte_unaligned_noncvt (&(*a64)[i]));
654
? BE64 (u->a64) :
LE64
(u->a64));
/external/webrtc/webrtc/base/
testutils.h
555
#define
LE64
(x) \
586
#define TE64
LE64
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
569
typedef ELFType<support::little, true>
LE64
;
575
return ELFState<
LE64
>::writeELF(Out, Doc);
Completed in 411 milliseconds