Searched refs:kNativeElfMachine (Results 1 – 3 of 3) sorted by relevance
89 constexpr Elf64_Half kNativeElfMachine = EM_AARCH64; variable91 constexpr Elf64_Half kNativeElfMachine = EM_X86_64; variable
35 .e_machine = kNativeElfMachine, in WriteHeaders()
49 ehdr.e_machine == kNativeElfMachine && in IsPossibleLoadedEhdr()
Completed in 5 milliseconds