Home | History | Annotate | Download | only in libelf

Lines Matching full:magic

68   unsigned char	e_ident[EI_NIDENT];	/* Magic number and other info */
86 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
107 #define ELFMAG0 0x7f /* Magic number byte 0 */
110 #define ELFMAG1 'E' /* Magic number byte 1 */
113 #define ELFMAG2 'L' /* Magic number byte 2 */
116 #define ELFMAG3 'F' /* Magic number byte 3 */
1838 /* Magic values of the LITUSE relocation addend. */