Searched refs:ElfW (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Dlink.h237 * The ElfW() macro is a GNU/Linux feature, provided as support for
243 * Note that ElfW() is not suitable in situations in which the ELFCLASS
250 #define ElfW(type) Elf64_ ## type macro
252 #define ElfW(type) Elf32_ ## type macro
268 ElfW(Addr) dlpi_addr; /* Base address of object */
270 const ElfW(Phdr) *dlpi_phdr; /* Ptr to ELF program hdr arr */
271 ElfW(Half) dlpi_phnum; /* # of items in dlpi_phdr[] */

Completed in 73 milliseconds