Home
last modified time | relevance | path

Searched refs:GET_16 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Daddnote.c83 #define GET_16(off) (e_data == ELFDATA2MSB ? GET_16BE(off) : GET_16LE(off)) macro
152 ps = GET_16(E_PHENTSIZE); in main()
153 np = GET_16(E_PHNUM); in main()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Daddnote.c83 #define GET_16(off) (e_data == ELFDATA2MSB ? GET_16BE(off) : GET_16LE(off)) macro
152 ps = GET_16(E_PHENTSIZE); in main()
153 np = GET_16(E_PHNUM); in main()

Completed in 1 milliseconds