Home
last modified time | relevance | path

Searched refs:EI_MAG1 (Results 1 – 11 of 11) 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.c90 #define EI_MAG1 1 /* File identification byte 1 index */ 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.h38 #define EI_MAG1 1 /* File identification byte 1 index */ 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.h81 const int EI_MAG1 = 1;
/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()