cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
elfheader.h
1
/*
2
Copyright (C) 2015- The University of Notre Dame
3
This software is distributed under the GNU General Public License.
4
See the file COPYING for details.
5
*/
6
7
#ifndef ELFHEADER_H
8
#define ELFHEADER_H
9
10
#include <limits.h>
11
18
int
elf_get_interp(
int
fd,
char
interp[PATH_MAX]);
19
26
int
elf_set_interp(
int
fd,
const
char
*interp);
27
28
#endif
/* ELFHEADER_H */
Generated by
1.8.5