Home
last modified time | relevance | path

Searched refs:ET_EXEC (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh64-com.c194 && elf_elfheader (sec->owner)->e_type == ET_EXEC) in sh64_get_contents_type()
Delf32-sh64.c658 && elf_elfheader (abfd)->e_type != ET_EXEC in sh64_elf_final_write_processing()
681 if (linker && elf_elfheader (abfd)->e_type == ET_EXEC) in sh64_elf_final_write_processing()
Delf32-frv.c2373 if (elf_elfheader (abfd)->e_type == ET_EXEC in frv_reloc_type_lookup()
2417 if (elf_elfheader (abfd)->e_type == ET_EXEC in frv_reloc_type_lookup()
2432 if (elf_elfheader (abfd)->e_type == ET_EXEC in frv_reloc_type_lookup()
2459 if (elf_elfheader (abfd)->e_type == ET_EXEC in frv_reloc_type_lookup()
2492 if (elf_elfheader (abfd)->e_type == ET_EXEC in frv_reloc_type_lookup()
Delfcode.h586 if (i_ehdrp->e_type == ET_EXEC) in elf_object_p()
Delf64-sh64.c2901 if (elf_elfheader (abfd)->e_type == ET_EXEC) in sh64_elf64_final_write_processing()
Delf.c5300 i_ehdrp->e_type = ET_EXEC; in assign_file_positions_except_relocs()
5341 i_ehdrp->e_type = ET_EXEC; in prep_headers()
DChangeLog-2012416 ABI flag as appropriate for ET_DYN/ET_EXEC in EABI_VER5.
DChangeLog-2013210 header to ET_EXEC for -pie -Ttext-segment=.
Delf32-arm.c14717 && ((i_ehdrp->e_type == ET_DYN) || (i_ehdrp->e_type == ET_EXEC))) in elf32_arm_post_process_headers()
/toolchain/binutils/binutils-2.25/gold/
Dtarget.cc78 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object_implementation()
Doutput.cc529 e_type = elfcpp::ET_EXEC; in do_sized_write()
Darm.cc10609 if (type == elfcpp::ET_EXEC || type == elfcpp::ET_DYN) in do_adjust_elf_header()
10640 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object()
Daarch64.cc3676 if (et == elfcpp::ET_EXEC && input_file->just_symbols()) in do_make_elf_object()
Dpowerpc.cc2112 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object()
Dmips.cc7915 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object()
DChangeLog2732 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
3182 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
4789 base address for ET_EXEC files.
4791 ET_EXEC files with --just-symbols option.
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h90 #define ET_EXEC 2 /* Executable file */ macro
/toolchain/binutils/binutils-2.25/opcodes/
Dsh64-dis.c415 || elf_elfheader (section->owner)->e_type == ET_EXEC) in print_insn_shmedia()
/toolchain/binutils/binutils-2.25/binutils/
Delfedit.c597 return ET_EXEC; in elf_type()
Dreadelf.c1989 case ET_EXEC: return _("EXEC (Executable file)"); in get_file_type()
9642 case ET_EXEC: in get_ia64_symbol_other()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dspuelf.em498 || (entry->the_bfd->tdata.elf_obj_data->elf_header->e_type != ET_EXEC
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h157 ET_EXEC = 2,