Searched refs:func_t (Results 1 – 3 of 3) sorted by relevance
58 typedef int (*func_t)(); typedef60 #define FAIL ((func_t)-1)89 #define OK ((func_t)0)144 static func_t read_elf32(int, int, Elf32_Ehdr *);145 static func_t iload32(char *, Elf32_Phdr *, Elf32_Phdr *, auxv32_t **);204 func_t300 (func_t)elf64_go2); in readfile()325 static func_t344 func_t entrypt; /* entry point of standalone */ in read_elf32()359 entrypt = (func_t)(uintptr_t)elfhdrp->e_entry; in read_elf32()[all …]
471 p->fh_logpname = (func_t)log_pname_func; in lbrlog_callbacks_init()472 p->fh_log_dir = (func_t)log_dir_func; in lbrlog_callbacks_init()473 p->fh_log_node = (func_t)log_node_func; in lbrlog_callbacks_init()
103 typedef int (*func_t)(); typedef