Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dehdr_start_test.cc61 && __ehdr_start[elfcpp::EI_MAG2] == elfcpp::ELFMAG2 in main()
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-elf.c93 #define EI_MAG2 2 /* File identification byte 2 index */ macro
367 || header[EI_MAG2] != ELFMAG2 in simple_object_elf_match()
723 buf[EI_MAG2] = ELFMAG2; in simple_object_elf_write_ehdr()
/toolchain/binutils/binutils-2.25/gold/
Dbinary.cc274 e_ident[elfcpp::EI_MAG2] = elfcpp::ELFMAG2; in write_file_header()
Ddwp.cc2110 e_ident[elfcpp::EI_MAG2] = elfcpp::ELFMAG2; in sized_write_ehdr()
Doutput.cc509 e_ident[elfcpp::EI_MAG2] = elfcpp::ELFMAG2; in do_sized_write()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h41 #define EI_MAG2 2 /* File identification byte 2 index */ macro
/toolchain/binutils/binutils-2.25/binutils/
Delfedit.c66 || elf_header.e_ident[EI_MAG2] != ELFMAG2 in update_elf_header()
Dreadelf.c4094 || elf_header.e_ident[EI_MAG2] != ELFMAG2 in process_file_header()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h82 const int EI_MAG2 = 2;
/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h475 && (x_ehdrp->e_ident[EI_MAG2] == ELFMAG2) in elf_file_p()
Delf.c5330 i_ehdrp->e_ident[EI_MAG2] = ELFMAG2; in prep_headers()