HPCToolkit
|
#include <sys/types.h>
#include <sys/stat.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <lib/support/diagnostics.h>
#include "InputFile.hpp"
#include "ElfHelper.hpp"
#include "Fatbin.hpp"
Go to the source code of this file.
Functions | |
static size_t | file_size (int fd) |
static size_t | read_all (int fd, void *buf, size_t count) |
|
static |
|
static |
Definition at line 101 of file InputFile.cpp.