Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/arch/powerpc/util/
Dsym-handling.c18 ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()
/linux-4.4.14/arch/powerpc/boot/
Delf.h40 #define ET_REL 1 macro
/linux-4.4.14/include/uapi/linux/
Delf.h65 #define ET_REL 1 macro
/linux-4.4.14/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.4.14/scripts/
Drecordmcount.c435 || w2(ehdr->e_type) != ET_REL in do_file()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c635 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL; in elf__needs_adjust_symbols()
714 ehdr.e_type == ET_REL || in symsrc__init()
807 dso->rel = syms_ss->ehdr.e_type == ET_REL; in dso__load_sym()
/linux-4.4.14/kernel/
Dkexec_file.c915 || pi->ehdr->e_type != ET_REL in kexec_load_purgatory()
Dmodule.c2647 || info->hdr->e_type != ET_REL in elf_header_check()
/linux-4.4.14/tools/lib/bpf/
Dlibbpf.c400 if ((ep->e_type != ET_REL) || (ep->e_machine != 0)) { in bpf_object__elf_init()