Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-elf.c104 #define EI_DATA 5 /* Data encoding */ macro
376 ei_data = header[EI_DATA]; in simple_object_elf_match()
726 buf[EI_DATA] = attrs->ei_data; in simple_object_elf_write_ehdr()
/toolchain/binutils/binutils-2.25/bfd/
Delfcore.h108 switch (x_ehdr.e_ident[EI_DATA]) in elf_core_file_p()
Delfcode.h523 switch (x_ehdr.e_ident[EI_DATA]) in elf_object_p()
1647 switch (x_ehdr.e_ident[EI_DATA]) in NAME()
Delf.c5334 i_ehdrp->e_ident[EI_DATA] = in prep_headers()
/toolchain/binutils/binutils-2.25/gold/
Dbinary.cc282 e_ident[elfcpp::EI_DATA] = (big_endian in write_file_header()
Ddwp.cc2118 e_ident[elfcpp::EI_DATA] = (big_endian in sized_write_ehdr()
Doutput.cc517 e_ident[elfcpp::EI_DATA] = (big_endian in do_sized_write()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h52 #define EI_DATA 5 /* Data encoding */ macro
/toolchain/binutils/binutils-2.25/binutils/
Delfedit.c174 switch (elf_header.e_ident[EI_DATA]) in get_file_header()
Dreadelf.c845 && elf_header.e_ident[EI_DATA] != ELFDATA2MSB) in slurp_rela_relocs()
941 && elf_header.e_ident[EI_DATA] != ELFDATA2MSB) in slurp_rel_relocs()
4116 get_data_encoding (elf_header.e_ident[EI_DATA])); in process_file_header()
14837 switch (elf_header.e_ident[EI_DATA]) in get_file_header()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h362 int d = ehdr_buf[elfcpp::EI_DATA]; in is_valid_header()
Delfcpp.h85 const int EI_DATA = 5;