Home
last modified time | relevance | path

Searched refs:EI_MAG3 (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dehdr_start_test.cc62 && __ehdr_start[elfcpp::EI_MAG3] == elfcpp::ELFMAG3); in main()
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-elf.c96 #define EI_MAG3 3 /* File identification byte 3 index */ macro
368 || header[EI_MAG3] != ELFMAG3 in simple_object_elf_match()
724 buf[EI_MAG3] = ELFMAG3; in simple_object_elf_write_ehdr()
/toolchain/binutils/binutils-2.25/gold/
Dbinary.cc275 e_ident[elfcpp::EI_MAG3] = elfcpp::ELFMAG3; in write_file_header()
Ddwp.cc2111 e_ident[elfcpp::EI_MAG3] = elfcpp::ELFMAG3; in sized_write_ehdr()
Doutput.cc510 e_ident[elfcpp::EI_MAG3] = elfcpp::ELFMAG3; in do_sized_write()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h44 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/toolchain/binutils/binutils-2.25/binutils/
Delfedit.c67 || elf_header.e_ident[EI_MAG3] != ELFMAG3) in update_elf_header()
Dreadelf.c4095 || elf_header.e_ident[EI_MAG3] != ELFMAG3) in process_file_header()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h83 const int EI_MAG3 = 3;
/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h476 && (x_ehdrp->e_ident[EI_MAG3] == ELFMAG3)); in elf_file_p()
Delf.c5331 i_ehdrp->e_ident[EI_MAG3] = ELFMAG3; in prep_headers()