Home
last modified time | relevance | path

Searched refs:ELFMAG1 (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dehdr_start_test.cc60 && __ehdr_start[elfcpp::EI_MAG1] == elfcpp::ELFMAG1 in main()
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-elf.c91 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
366 || header[EI_MAG1] != ELFMAG1 in simple_object_elf_match()
722 buf[EI_MAG1] = ELFMAG1; in simple_object_elf_write_ehdr()
/toolchain/binutils/binutils-2.25/gold/
Dbinary.cc273 e_ident[elfcpp::EI_MAG1] = elfcpp::ELFMAG1; in write_file_header()
Ddwp.cc2109 e_ident[elfcpp::EI_MAG1] = elfcpp::ELFMAG1; in sized_write_ehdr()
Doutput.cc508 e_ident[elfcpp::EI_MAG1] = elfcpp::ELFMAG1; in do_sized_write()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h39 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
/toolchain/binutils/binutils-2.25/binutils/
Delfedit.c65 || elf_header.e_ident[EI_MAG1] != ELFMAG1 in update_elf_header()
Dreadelf.c4093 || elf_header.e_ident[EI_MAG1] != ELFMAG1 in process_file_header()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h302 elfcpp::ELFMAG0, elfcpp::ELFMAG1, in is_elf_file()
Delfcpp.h95 const int ELFMAG1 = 'E';
/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h474 && (x_ehdrp->e_ident[EI_MAG1] == ELFMAG1) in elf_file_p()
Delf.c5329 i_ehdrp->e_ident[EI_MAG1] = ELFMAG1; in prep_headers()