Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Daddnote.c99 #define E_PHOFF (e_class == ELFCLASS32 ? 28 : 32) macro
155 ph = (e_class == ELFCLASS32 ? GET_32(E_PHOFF) : GET_64(E_PHOFF)); in main()