xref: /netbsd-src/external/gpl3/gdb/dist/include/elf/vxworks.h (revision 02f41505626a9ceb584d30d0789203495760ac88)
198b9484cSchristos /* VxWorks ELF support for BFD.
2*02f41505Schristos    Copyright (C) 2007-2024 Free Software Foundation, Inc.
398b9484cSchristos 
498b9484cSchristos    Contributed by Nathan Sidwell <nathan@codesourcery.com>
598b9484cSchristos 
698b9484cSchristos    This file is part of BFD, the Binary File Descriptor library.
798b9484cSchristos 
898b9484cSchristos    This program is free software; you can redistribute it and/or modify
998b9484cSchristos    it under the terms of the GNU General Public License as published by
1098b9484cSchristos    the Free Software Foundation; either version 3 of the License, or
1198b9484cSchristos    (at your option) any later version.
1298b9484cSchristos 
1398b9484cSchristos    This program is distributed in the hope that it will be useful,
1498b9484cSchristos    but WITHOUT ANY WARRANTY; without even the implied warranty of
1598b9484cSchristos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1698b9484cSchristos    GNU General Public License for more details.
1798b9484cSchristos 
1898b9484cSchristos    You should have received a copy of the GNU General Public License
1998b9484cSchristos    along with this program; if not, write to the Free Software
2098b9484cSchristos    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
2198b9484cSchristos    MA 02110-1301, USA.  */
2298b9484cSchristos 
2398b9484cSchristos #ifndef _ELF_VXWORKS_H
2498b9484cSchristos #define _ELF_VXWORKS_H
2598b9484cSchristos 
2698b9484cSchristos #define DT_VX_WRS_TLS_DATA_START 0x60000010
2798b9484cSchristos #define DT_VX_WRS_TLS_DATA_SIZE  0x60000011
2898b9484cSchristos #define DT_VX_WRS_TLS_DATA_ALIGN 0x60000015
2998b9484cSchristos #define DT_VX_WRS_TLS_VARS_START 0x60000012
3098b9484cSchristos #define DT_VX_WRS_TLS_VARS_SIZE  0x60000013
3198b9484cSchristos 
3298b9484cSchristos #endif /* _ELF_VXWORKS_H */
33