Searched defs:ElfW (Results 1 – 5 of 5) sorted by relevance
165 static __attribute_noinline__ const ElfW(Sym) * in ElfW() function214 static __always_inline const ElfW(Sym) * in ElfW() function255 static __always_inline const ElfW(Sym) * in ElfW() function
194 static __always_inline ElfW(Addr) * in ElfW() function204 static __always_inline ElfW(Addr) in ElfW() function223 static __always_inline ElfW(Addr) in ElfW() function
35 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type) macro
183 static ElfW(Shdr) *elf_find_section_type(uint32_t key, ElfW(Ehdr) *ehdr) in ElfW() function196 static ElfW(Phdr) *elf_find_phdr_type(uint32_t type, ElfW(Ehdr) *ehdr) in ElfW() function
66 #define ElfW(type) _ElfW(Elf, 64, type) macro68 #define ElfW(type) _ElfW(Elf, 32, type) macro912 ElfW(Phdr) *l4util_elf_phdr(ElfW(Ehdr) const *hdr) in ElfW() function
Completed in 13 milliseconds