Searched refs:_ElfW (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | link.h | 35 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type) 36 #define _ElfW(e,w,t) _ElfW_1 (e, w, _##t) macro 39 #define ELFW(type) _ElfW (ELF, __ELF_NATIVE_CLASS, type)
|
/l4re-core-master/l4util/include/ |
A D | elf.h | 66 #define ElfW(type) _ElfW(Elf, 64, type) 68 #define ElfW(type) _ElfW(Elf, 32, type) 70 #define _ElfW(e,w,t) __ElfW(e, w, _##t) macro
|
Completed in 9 milliseconds