Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/boot/
Delf.h40 #define ET_REL 1 macro
/linux-4.1.27/include/uapi/linux/
Delf.h65 #define ET_REL 1 macro
/linux-4.1.27/arch/mips/kernel/
Dvpe.c594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()
602 if (hdr->e_type == ET_REL) in vpe_elfload()
/linux-4.1.27/scripts/
Drecordmcount.c350 || w2(ehdr->e_type) != ET_REL in do_file()
/linux-4.1.27/tools/perf/util/
Dsymbol-elf.c708 ehdr.e_type == ET_REL || in symsrc__init()
715 ehdr.e_type == ET_REL; in symsrc__init()
800 dso->rel = syms_ss->ehdr.e_type == ET_REL; in dso__load_sym()
/linux-4.1.27/kernel/
Dkexec.c2547 || pi->ehdr->e_type != ET_REL in kexec_load_purgatory()
Dmodule.c2492 || info->hdr->e_type != ET_REL in elf_header_check()