Searched refs:LE64 (Results 1 – 5 of 5) sorted by relevance
1 …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)
26 …-unknown-linux -mcpu=mips4 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s29 …unknown-linux -mcpu=mips64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s64 ; CHECK-LE64: .abicalls65 ; CHECK-LE64: .set noreorder
66 # define LE64(x) bswap_64 (x) macro69 # define LE64(x) (x) macro97 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()
479 typedef ELFType<support::little, 8, true> LE64; in yaml2elf() typedef485 return ELFState<LE64>::writeELF(Out, Doc); in yaml2elf()
552 #define LE64(x) BYTE_CAST(((uint64)x) >> 0), BYTE_CAST(((uint64)x) >> 8), \ macro580 #define TE64 LE64