Searched refs:LE64 (Results 1 – 8 of 8) sorted by relevance
1 RUN: yaml2obj %p/Inputs/ELF/LE64.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix …6 LE64: Class: 64-bit (0x2)7 LE64-NEXT: DataEncoding: LittleEndian (0x1)
26 …mcpu=mips4 -target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s29 …cpu=mips64 -target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s64 ; CHECK-LE64: .abicalls65 ; CHECK-LE64: .set noreorder
41 # define LE64(n) (n) macro48 # define LE64(n) bswap_64 (n) macro
37 * system.h (LE64, BE64): Move here the definitions from
61 if (type == LE64 (PROBE_TYPE) in do_check64()62 && val == LE64 (PROBE_VAL64)) in do_check64()304 addrs[i] = LE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i])); in report_r_debug()651 ? BE64 (u->a64) : LE64 (u->a64)); in consider_executable()
1129 * link_map.c (BE32, BE64, LE32, LE64): Delete the definitions, move
555 #define LE64(x) \ macro586 #define TE64 LE64
563 typedef ELFType<support::little, true> LE64; in yaml2elf() typedef569 return ELFState<LE64>::writeELF(Out, Doc); in yaml2elf()