Home
last modified time | relevance | path

Searched refs:EM_AVR32 (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c323 case EM_AVR32: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp273 #define EM_AVR32 185 // Atmel Corporation 32-bit microprocessor family macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h275 EM_AVR32 = 185, // Atmel Corporation 32-bit microprocessor family enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h276 EM_AVR32 = 185, // Atmel Corporation 32-bit microprocessor family enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp296 { EM_AVR32, "Atmel Corporation 32-bit microprocessor family" },
Delf_types.hpp252 constexpr Elf_Half EM_AVR32 = 185; // Atmel Corporation 32-bit microprocessor family variable
/third_party/musl/ndk_musl_include/
Delf.h280 #define EM_AVR32 185 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h280 #define EM_AVR32 185 macro
/third_party/musl/include/
Delf.h280 #define EM_AVR32 185 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h280 #define EM_AVR32 185 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h280 #define EM_AVR32 185 macro
/third_party/musl/porting/linux/user/include/
Delf.h280 #define EM_AVR32 185 macro
/third_party/elfutils/libelf/
Delf.h319 #define EM_AVR32 185 /* Amtel 32-bit microprocessor */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp205 ECase(EM_AVR32); in enumeration()