Home
last modified time | relevance | path

Searched refs:LE64 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/Object/
Dyaml2obj-elf-bits-endian.test1 …UN: yaml2obj -format=elf %p/Inputs/ELF/LE64.yaml | llvm-readobj -file-headers - | FileCheck %s --c…
6 LE64: Class: 64-bit (0x2)
7 LE64-NEXT: DataEncoding: LittleEndian (0x1)
/external/llvm/test/CodeGen/Mips/
Delf_eflags.ll26 …-unknown-linux -mcpu=mips4 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
29 …unknown-linux -mcpu=mips64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
64 ; CHECK-LE64: .abicalls
65 ; CHECK-LE64: .set noreorder
/external/elfutils/0.153/libdwfl/
Dlink_map.c66 # define LE64(x) bswap_64 (x) macro
69 # define LE64(x) (x) macro
97 if (u->a64[i].a_type == LE64 (PROBE_TYPE) in auxv_format_probe()
98 && u->a64[i].a_un.a_val == LE64 (PROBE_VAL64)) in auxv_format_probe()
319 addrs[i] = LE64 (in->a64[i]); in report_r_debug()
581 ? BE64 (u->a64) : LE64 (u->a64)); in consider_executable()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp479 typedef ELFType<support::little, 8, true> LE64; in yaml2elf() typedef
485 return ELFState<LE64>::writeELF(Out, Doc); in yaml2elf()
/external/chromium_org/third_party/webrtc/base/
Dtestutils.h552 #define LE64(x) BYTE_CAST(((uint64)x) >> 0), BYTE_CAST(((uint64)x) >> 8), \ macro
580 #define TE64 LE64