Searched defs:endian_test (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/mod/ | ||
H A D | mk_elfconfig.c | 11 union { short s; char c[2]; } endian_test; in main() local |
/openbmc/u-boot/tools/ | ||
H A D | pblimage.c | 40 } endian_test = { {'l', '?', '?', 'b'} }; variable |