Home
last modified time | relevance | path

Searched defs:endian_test (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/mod/
H A Dmk_elfconfig.c11 union { short s; char c[2]; } endian_test; in main() local
/openbmc/u-boot/tools/
H A Dpblimage.c40 } endian_test = { {'l', '?', '?', 'b'} }; variable