Brian Silverman | 8649792 | 2018-02-10 19:28:39 -0500 | [diff] [blame] | 1 | /* List the relocation types for BPF. -*- C -*- |
| 2 | This file is part of elfutils. |
| 3 | |
| 4 | This file is free software; you can redistribute it and/or modify |
| 5 | it under the terms of either |
| 6 | |
| 7 | * the GNU Lesser General Public License as published by the Free |
| 8 | Software Foundation; either version 3 of the License, or (at |
| 9 | your option) any later version |
| 10 | |
| 11 | or |
| 12 | |
| 13 | * the GNU General Public License as published by the Free |
| 14 | Software Foundation; either version 2 of the License, or (at |
| 15 | your option) any later version |
| 16 | |
| 17 | or both in parallel, as here. |
| 18 | |
| 19 | elfutils is distributed in the hope that it will be useful, but |
| 20 | WITHOUT ANY WARRANTY; without even the implied warranty of |
| 21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 22 | General Public License for more details. |
| 23 | |
| 24 | You should have received copies of the GNU General Public License and |
| 25 | the GNU Lesser General Public License along with this program. If |
| 26 | not, see <http://www.gnu.org/licenses/>. */ |
| 27 | |
| 28 | /* NAME, REL|EXEC|DYN */ |
| 29 | |
| 30 | RELOC_TYPE (NONE, EXEC|DYN) |
| 31 | RELOC_TYPE (MAP_FD, REL|EXEC|DYN) |