Lines Matching refs:func_t
54 typedef int (*func_t)(); typedef
56 #define FAIL ((func_t)-1)
81 #define OK ((func_t)0)
127 static func_t read_elf32(int, int, Elf32_Ehdr *);
128 static func_t iload32(char *, Elf32_Phdr *, Elf32_Phdr *, auxv32_t **);
170 func_t
229 (func_t)elf64_go2); in readfile()
253 static func_t
272 func_t entrypt; /* entry point of standalone */ in read_elf32()
287 entrypt = (func_t)(uintptr_t)elfhdrp->e_entry; in read_elf32()
976 static func_t
1105 return ((func_t)dl_entry); in iload32()