Searched refs:LE64 (Results 1 – 7 of 7) 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
41 # define LE64(n) (n) macro48 # define LE64(n) bswap_64 (n) macro
15 * system.h (LE64, BE64): Move here the definitions from
74 if (type == LE64 (PROBE_TYPE) in auxv_format_probe()75 && val == LE64 (PROBE_VAL64)) in auxv_format_probe()300 addrs[i] = LE64 (in->a64[i]); in report_r_debug()645 ? BE64 (u->a64) : LE64 (u->a64)); in consider_executable()
780 * link_map.c (BE32, BE64, LE32, LE64): Delete the definitions, move
525 typedef ELFType<support::little, 8, true> LE64; in yaml2elf() typedef531 return ELFState<LE64>::writeELF(Out, Doc); in yaml2elf()