Home
last modified time | relevance | path

Searched refs:elf_out (Results 1 – 1 of 1) sorted by relevance

/external/bcc/src/cc/
Dbcc_elf.c36 static int openelf_fd(int fd, Elf **elf_out) { in openelf_fd() argument
40 *elf_out = elf_begin(fd, ELF_C_READ, 0); in openelf_fd()
41 if (*elf_out == NULL) in openelf_fd()
47 static int openelf(const char *path, Elf **elf_out, int *fd_out) { in openelf() argument
52 if (openelf_fd(*fd_out, elf_out) == -1) { in openelf()