Home
last modified time | relevance | path

Searched refs:elf_check_machine (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/
H A Delf_common.h21 EXTERN int32_t elf_check_machine(__tgt_device_image *Image, uint16_t TargetId);
H A Delf_common.cpp70 int32_t elf_check_machine(__tgt_device_image *Image, uint16_t TargetId) { in elf_check_machine() function
/llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp121 return elf_check_machine(Image, TARGET_ELF_ID); in __tgt_rtl_is_valid_binary()
/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp191 return elf_check_machine(Image, TARGET_ELF_ID); in __tgt_rtl_is_valid_binary()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp1527 return elf_check_machine(Image, /* EM_CUDA */ 190); in __tgt_rtl_is_valid_binary()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1564 int32_t R = elf_check_machine(Image, AmdgcnMachineID); in elfMachineIdIsAmdgcn()