Searched refs:ET_REL (Results 1 – 10 of 10) sorted by relevance
41 #define ET_REL 1 macro
594 || (hdr->e_type != ET_REL && hdr->e_type != ET_EXEC) in vpe_elfload()602 if (hdr->e_type == ET_REL) in vpe_elfload()
67 #define ET_REL 1 macro
288 assert_eq(elf16toh(elf.ehdr->e_type), ET_REL, "%u"); in init_elf()
524 w2(ehdr->e_type) != ET_REL || in do_file()
829 return ehdr.e_type == ET_EXEC || ehdr.e_type == ET_REL || in elf__needs_adjust_symbols()1316 dso->rel = syms_ss->ehdr.e_type == ET_REL; in dso__load_sym()
325 linker->elf_hdr->e_type = ET_REL; in init_output_elf()584 if (ehdr->e_type != ET_REL in linker_load_obj_file()
1291 if (ehdr->e_type != ET_REL || (ehdr->e_machine && ehdr->e_machine != EM_BPF)) { in bpf_object__elf_init()
2983 if (info->hdr->e_type != ET_REL) { in elf_validity_check()2985 info->hdr->e_type, ET_REL); in elf_validity_check()
335 if (info->hdr->e_type != ET_REL) in sym_get_data_by_offset()
Completed in 48 milliseconds