Searched refs:e_machine (Results 1 – 3 of 3) sorted by relevance
110 static inline bool IsDynamicSectionPointer(Elf32_Word d_tag, Elf32_Word e_machine) { in IsDynamicSectionPointer() argument162 if (e_machine == EM_MIPS) { in IsDynamicSectionPointer()
808 elf_header.e_machine = EM_ARM; in MakeElfHeader()813 elf_header.e_machine = EM_AARCH64; in MakeElfHeader()818 elf_header.e_machine = EM_386; in MakeElfHeader()823 elf_header.e_machine = EM_X86_64; in MakeElfHeader()
1079 static InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) { in GetInstructionSetFromELF() argument1080 switch (e_machine) { in GetInstructionSetFromELF()1111 InstructionSet elf_ISA = GetInstructionSetFromELF(GetHeader().e_machine, GetHeader().e_flags); in Load()1572 if (IsDynamicSectionPointer(d_tag, GetHeader().e_machine)) { in FixupDynamic()