Home
last modified time | relevance | path

Searched defs:ElfW (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Delf_generic.h59 #define ElfW(x) __ElfN(x) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp83 const ElfW(Phdr) *phdr = &(info->dlpi_phdr[j]); in ProcessGlobalRegionsCallback() local
/freebsd/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp368 #define ElfW(type) Elf_##type macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp44 # define ElfW(type) Elf_##type macro