Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dehdr_start_test.cc59 assert(__ehdr_start[elfcpp::EI_MAG0] == elfcpp::ELFMAG0 in main()
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-elf.c88 #define ELFMAG0 0x7F /* Magic number byte 0 */ macro
365 if (header[EI_MAG0] != ELFMAG0 in simple_object_elf_match()
721 buf[EI_MAG0] = ELFMAG0; in simple_object_elf_write_ehdr()
/toolchain/binutils/binutils-2.25/gold/
Dbinary.cc272 e_ident[elfcpp::EI_MAG0] = elfcpp::ELFMAG0; in write_file_header()
Ddwp.cc2108 e_ident[elfcpp::EI_MAG0] = elfcpp::ELFMAG0; in sized_write_ehdr()
Doutput.cc507 e_ident[elfcpp::EI_MAG0] = elfcpp::ELFMAG0; in do_sized_write()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h36 #define ELFMAG0 0x7F /* Magic number byte 0 */ macro
/toolchain/binutils/binutils-2.25/binutils/
Delfedit.c64 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 in update_elf_header()
Dreadelf.c4092 if ( elf_header.e_ident[EI_MAG0] != ELFMAG0 in process_file_header()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h302 elfcpp::ELFMAG0, elfcpp::ELFMAG1, in is_elf_file()
Delfcpp.h94 const int ELFMAG0 = 0x7f;
/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h473 return ((x_ehdrp->e_ident[EI_MAG0] == ELFMAG0) in elf_file_p()
Delf.c5328 i_ehdrp->e_ident[EI_MAG0] = ELFMAG0; in prep_headers()