OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MACHINE_ENCODING
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/0.153/libcpu/
memory-access.h
35
/* When loading this file we require the macro
MACHINE_ENCODING
to be
38
#ifndef
MACHINE_ENCODING
39
# error "
MACHINE_ENCODING
needs to be defined"
41
#if
MACHINE_ENCODING
!= __BIG_ENDIAN &&
MACHINE_ENCODING
!= __LITTLE_ENDIAN
42
# error "
MACHINE_ENCODING
must signal either big or little endian"
51
(unlikely (
MACHINE_ENCODING
!= __BYTE_ORDER) \
55
(unlikely (
MACHINE_ENCODING
!= __BYTE_ORDER) \
62
(unlikely (
MACHINE_ENCODING
!= __BYTE_ORDER) \
66
(unlikely (
MACHINE_ENCODING
!= __BYTE_ORDER)
[
all
...]
i386_disasm.c
45
#define
MACHINE_ENCODING
__LITTLE_ENDIAN
Completed in 66 milliseconds