HomeSort by relevance Sort by last modified time
    Searched refs:LE64 (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/libdwfl/
link_map.c 66 # define LE64(x) bswap_64 (x)
69 # define LE64(x) (x)
97 if (u->a64[i].a_type == LE64 (PROBE_TYPE)
98 && u->a64[i].a_un.a_val == LE64 (PROBE_VAL64))
321 addrs[i] = LE64 (in->a64[i]);
584 ? BE64 (u->a64) : LE64 (u->a64));
  /external/chromium_org/third_party/webrtc/base/
testutils.h 552 #define LE64(x) BYTE_CAST(((uint64)x) >> 0), BYTE_CAST(((uint64)x) >> 8), \
580 #define TE64 LE64
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 479 typedef ELFType<support::little, 8, true> LE64;
485 return ELFState<LE64>::writeELF(Out, Doc);

Completed in 254 milliseconds