HomeSort by relevance Sort by last modified time
    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/llvm/tools/yaml2obj/
yaml2elf.cpp 563 typedef ELFType<support::little, true> LE64;
569 return ELFState<LE64>::writeELF(Out, Doc);
  /external/webrtc/webrtc/base/
testutils.h 555 #define LE64(x) \
586 #define TE64 LE64

Completed in 113 milliseconds