Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDelf_generic.h59 #define ElfW(x) __ElfN(x) macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_common_linux.cpp83 const ElfW(Phdr) *phdr = &(info->dlpi_phdr[j]); in ProcessGlobalRegionsCallback() local
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDAddressSpace.hpp368 #define ElfW(type) Elf_##type macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_linux_libcdep.cpp44 # define ElfW(type) Elf_##type macro