Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Dx86_64_symbol.c100 return ehdr->e_type == ET_REL; in x86_64_reloc_valid_use()
103 return ehdr->e_type != ET_REL; in x86_64_reloc_valid_use()
Di386_symbol.c112 return ehdr->e_type == ET_REL; in i386_reloc_valid_use()
115 return ehdr->e_type != ET_REL; in i386_reloc_valid_use()
Dppc_symbol.c142 return ehdr->e_type == ET_REL; in ppc_reloc_valid_use()
145 return ehdr->e_type != ET_REL; in ppc_reloc_valid_use()
Dppc64_symbol.c181 return ehdr->e_type == ET_REL; in ppc64_reloc_valid_use()
184 return ehdr->e_type != ET_REL; in ppc64_reloc_valid_use()
/external/elfutils/libasm/
Dasm_begin.c64 ehdr->e_type = ET_REL; in prepare_binary_output()
/external/elfutils/tests/
Dasm-tst1.c34 .e_type = ET_REL,
Dasm-tst2.c34 .e_type = ET_REL,
Dsaridx.c204 ehdr.e_type == ET_REL in main()
Dasm-tst9.c42 .e_type = ET_REL,
/external/elfutils/src/
Dstrip.c479 || (ehdr->e_type != ET_REL in handle_elf()
488 if (ehdr->e_type != ET_REL) in handle_elf()
505 || (ehdr->e_type != ET_REL in handle_elf()
514 if (ehdr->e_type != ET_REL) in handle_elf()
582 if (ehdr->e_type == ET_REL in handle_elf()
1638 (ehdr->e_type != ET_REL ? ELF_F_LAYOUT : 0) in handle_elf()
Delflint.c399 if (ehdr->e_type != ET_REL && ehdr->e_type != ET_EXEC in check_elf_header()
731 if (ehdr->e_type != ET_REL) in check_symtab()
773 if (ehdr->e_type == ET_REL) in check_symtab()
1668 if (ehdr->e_type != ET_REL) in check_group()
2061 if (ehdr->e_type == ET_REL) in check_sections()
2080 && ehdr->e_type != ET_REL) in check_sections()
2174 if (ehdr->e_type != ET_REL && (shdr->sh_flags & SHF_ALLOC) != 0) in check_sections()
2282 if (ehdr->e_type != ET_CORE && ehdr->e_type != ET_REL in check_note()
Dld.h239 && FILEINFO_EHDR (file->ehdr).e_type == ET_REL); in ld_file_rel_p()
Dldgeneric.c1152 if (FILEINFO_EHDR (fileinfo->ehdr).e_type != ET_REL) in add_relocatable_file()
1837 if (FILEINFO_EHDR (fileinfo->ehdr).e_type != ET_REL in file_process2()
1867 if (FILEINFO_EHDR (fileinfo->ehdr).e_type == ET_REL) in file_process2()
2515 ehdr->e_type = ET_REL; in ld_generic_open_outfile()
/external/kernel-headers/original/linux/
Delf.h52 #define ET_REL 1 macro
/external/elfutils/libelf/
Delf32_updatenull.c194 if (ehdr->e_type != ET_REL) in __elfw2()
Delf.h160 #define ET_REL 1 /* Relocatable file */ macro
/external/icu4c/tools/toolutil/
Dpkg_genc.c762 ET_REL, in writeObjectCode()
879 ET_REL, in writeObjectCode()
/external/elfutils/
DTODO123 no extended section index table != ET_REL
DNEWS112 Fix some libelf problems with ET_REL files.
238 strip: fix handling of ET_REL files.
/external/llvm/include/llvm/Support/
DELF.h113 ET_REL = 1, // Relocatable file enumerator
/external/qemu/
Delf.h61 #define ET_REL 1 macro
/external/llvm/lib/CodeGen/
DELFWriter.cpp139 ElfHdr.emitWord16(ELF::ET_REL); // e_type in doInitialization()
/external/llvm/lib/MC/
DELFObjectWriter.cpp103 Write16(ELF::ET_REL); // e_type in WriteHeader()
/external/elfutils/po/
Delfutils.pot1781 msgid "%s: only files of type ET_REL might contain section groups"
/external/valgrind/main/perf/
Dtinycc.c235 #define ET_REL 1 /* Relocatable file */ macro
19774 ehdr.e_type = ET_REL; in tcc_output_file()
19882 if (ehdr.e_type != ET_REL) in tcc_load_object_file()
20999 if (ehdr.e_type == ET_REL) { in tcc_add_file_internal()