OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:le64
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/llvm/test/MC/Mips/
elf_basic.s
8
// RUN: llvm-mc -filetype=obj -arch=mips64el -triple mips64el-unknown-linux %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-
LE64
%s
35
// CHECK-
LE64
: ElfHeader {
36
// CHECK-
LE64
: Ident {
37
// CHECK-
LE64
: Class: 64-bit
38
// CHECK-
LE64
: DataEncoding: LittleEndian
39
// CHECK-
LE64
: OS/ABI: SystemV
40
// CHECK-
LE64
: }
41
// CHECK-
LE64
: }
/external/llvm/test/Object/
yaml2obj-elf-bits-endian.test
1
RUN: yaml2obj -format=elf %p/Inputs/ELF/
LE64
.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix
LE64
6
LE64
: Class: 64-bit (0x2)
7
LE64
-NEXT: DataEncoding: LittleEndian (0x1)
/external/clang/include/clang/Basic/
BuiltinsLe64.def
1
//==- BuiltinsLe64.def -
Le64
Builtin function database ----------*- C++ -*-==//
10
// This file defines the
Le64
-specific builtin function database. Users of this
TargetBuiltins.h
169
/// \brief
Le64
builtins
170
namespace
Le64
{
/external/clang/test/Driver/
le64-unknown-unknown.cpp
1
// RUN: %clang -target
le64
-unknown-unknown -### %s -emit-llvm-only -c 2>&1 | FileCheck %s -check-prefix=ECHO
2
// RUN: %clang -target
le64
-unknown-unknown %s -emit-llvm -S -c -o - | FileCheck %s
4
// ECHO: {{.*}} "-cc1" {{.*}}
le64
-unknown-unknown.c
/external/llvm/test/CodeGen/Mips/
elf_eflags.ll
26
; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-
LE64
%s
29
; RUN: llc -mtriple mipsel-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/lib/
system.h
41
# define
LE64
(n) (n)
48
# define
LE64
(n) bswap_64 (n)
ChangeLog
37
* system.h (
LE64
, BE64): Move here the definitions from
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
proto.go
140
func
le64
(p []byte) uint64 {
func
181
b.u64 =
le64
(data[:8])
/prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
proto.go
140
func
le64
(p []byte) uint64 {
func
181
b.u64 =
le64
(data[:8])
/external/llvm/lib/Support/
Triple.cpp
55
case
le64
: return "
le64
";
118
case
le64
: return "
le64
";
263
.Case("
le64
",
le64
)
371
.Case("
le64
", Triple::
le64
)
566
case Triple::
le64
:
[
all
...]
/external/wpa_supplicant_8/src/utils/
common.h
173
#define le_to_host64(n) ((__force u64) (
le64
) (n))
174
#define host_to_le64(n) ((__force
le64
) (u64) (n))
433
typedef u64 __bitwise
le64
;
typedef
/external/webrtc/webrtc/base/
testutils.h
555
#define
LE64
(x) \
586
#define TE64
LE64
/external/elfutils/libdwfl/
link_map.c
61
if (type ==
LE64
(PROBE_TYPE)
62
&& val ==
LE64
(PROBE_VAL64))
306
addrs[i] =
LE64
(read_8ubyte_unaligned_noncvt (&(*a64)[i]));
654
? BE64 (u->a64) :
LE64
(u->a64));
/external/llvm/include/llvm/ADT/
Triple.h
80
le64
, //
le64
: generic little-endian 64-bit CPU (PNaCl)
enumerator in enum:llvm::Triple::ArchType
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
569
typedef ELFType<support::little, true>
LE64
;
575
return ELFState<
LE64
>::writeELF(Out, Doc);
/external/valgrind/memcheck/tests/
Makefile.am
257
test-plo-no.stderr.exp-
le64
test-plo-no.stderr.exp-le32 \
259
test-plo-yes.stderr.exp-
le64
test-plo-yes.stderr.exp-le32 \
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldpe.go
337
rp.Add = int64(
Le64
(rsect.base[rp.Off:]))
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldpe.go
334
rp.Add = int64(
Le64
(rsect.base[rp.Off:]))
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldpe.go
337
rp.Add = int64(
Le64
(rsect.base[rp.Off:]))
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldpe.go
334
rp.Add = int64(
Le64
(rsect.base[rp.Off:]))
/external/ImageMagick/config/
config.sub
269
| le32 |
le64
\
392
| le32-* |
le64
-* \
[
all
...]
/external/bison/build-aux/
config.sub
275
| le32 |
le64
\
390
| le32-* |
le64
-* \
[
all
...]
/external/e2fsprogs/config/
config.sub
269
| le32 |
le64
\
386
| le32-* |
le64
-* \
[
all
...]
/external/google-breakpad/autotools/
config.sub
269
| le32 |
le64
\
387
| le32-* |
le64
-* \
[
all
...]
Completed in 576 milliseconds
1
2
3