Home
last modified time | relevance | path

Searched refs:__TARGET_BYTE_ORDER (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/objtool/include/objtool/
Dendianness.h9 #ifndef __TARGET_BYTE_ORDER
10 #error undefined arch __TARGET_BYTE_ORDER
13 #if __BYTE_ORDER != __TARGET_BYTE_ORDER
/Linux-v6.1/tools/objtool/arch/x86/include/arch/
Dendianness.h7 #define __TARGET_BYTE_ORDER __LITTLE_ENDIAN macro