2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License, version 2, as
4 * published by the Free Software Foundation.
6 * Copyright (C) 2015 Naveen N. Rao, IBM Corporation
12 #include "probe-event.h"
13 #include "probe-file.h"
15 #ifdef HAVE_LIBELF_SUPPORT
16 bool elf__needs_adjust_symbols(GElf_Ehdr ehdr
)
18 return ehdr
.e_type
== ET_EXEC
||
19 ehdr
.e_type
== ET_REL
||
20 ehdr
.e_type
== ET_DYN
;