Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/boot/
Delf.h40 #define ET_REL 1 macro
/linux-2.6.39/include/linux/
Delf.h77 #define ET_REL 1 macro
/linux-2.6.39/scripts/
Drecordmcount.c290 || ET_REL != w2(ehdr->e_type) in do_file()
/linux-2.6.39/arch/mips/kernel/
Dvpe.c862 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
871 if (hdr->e_type == ET_REL) in vpe_elfload()
/linux-2.6.39/kernel/
Dmodule.c2283 || hdr->e_type != ET_REL in copy_and_check()