Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Daddnote.c95 #define E_PHOFF (e_class == ELFCLASS32 ? 28 : 32) macro
151 ph = (e_class == ELFCLASS32 ? GET_32(E_PHOFF) : GET_64(E_PHOFF)); in main()