Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_generator/
H A Dxz_android.cc82 if (header->e_ident[EI_DATA] != ELFDATA2LSB) in GetFilterID()
/aosp12/system/unwinding/libunwindstack/tests/
H A DGenGnuDebugdata.cpp37 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in InitEhdr()
H A DElfTestUtils.cpp40 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in TestInitEhdr()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h78 #define ELFDATA2LSB 1 macro
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h301 #define ELFDATA2LSB 1 macro
/aosp12/system/update_engine/common/
H A Dutils.cc657 case ELFDATA2LSB: in GetFileFormatELF()
676 if (ei_data == ELFDATA2LSB) in GetFileFormatELF()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp264 return (hdr->e_ident[llvm::ELF::EI_DATA] == llvm::ELF::ELFDATA2LSB); in isMyEndian()
758 return (hdr->e_ident[llvm::ELF::EI_DATA] == llvm::ELF::ELFDATA2LSB); in isMyEndian()
H A DELFObjectWriter.cpp220 ? llvm::ELF::ELFDATA2LSB : llvm::ELF::ELFDATA2MSB; in writeELFHeader()
/aosp12/art/runtime/
H A Delf_file.cc447 if (ELFDATA2LSB != header_->e_ident[EI_DATA]) { in SetMap()
449 ELFDATA2LSB, in SetMap()
/aosp12/bionic/linker/
H A Dlinker_phdr.cpp251 if (header_.e_ident[EI_DATA] != ELFDATA2LSB) { in VerifyElfHeader()
/aosp12/art/libelffile/elf/
H A Delf_builder.h869 elf_header.e_ident[EI_DATA] = ELFDATA2LSB; in MakeElfHeader()