Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/boot/
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()