xref: /netbsd-src/external/gpl3/binutils.old/dist/bfd/elf-nacl.h (revision e992f068c547fd6e84b3f104dc2340adcc955732)
175fd0b74Schristos /* Native Client support for ELF
2*e992f068Schristos    Copyright (C) 2012-2022 Free Software Foundation, Inc.
375fd0b74Schristos 
475fd0b74Schristos    This file is part of BFD, the Binary File Descriptor library.
575fd0b74Schristos 
675fd0b74Schristos    This program is free software; you can redistribute it and/or modify
775fd0b74Schristos    it under the terms of the GNU General Public License as published by
875fd0b74Schristos    the Free Software Foundation; either version 3 of the License, or
975fd0b74Schristos    (at your option) any later version.
1075fd0b74Schristos 
1175fd0b74Schristos    This program is distributed in the hope that it will be useful,
1275fd0b74Schristos    but WITHOUT ANY WARRANTY; without even the implied warranty of
1375fd0b74Schristos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1475fd0b74Schristos    GNU General Public License for more details.
1575fd0b74Schristos 
1675fd0b74Schristos    You should have received a copy of the GNU General Public License
1775fd0b74Schristos    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
1875fd0b74Schristos 
19*e992f068Schristos bool nacl_modify_segment_map (bfd *, struct bfd_link_info *);
20*e992f068Schristos bool nacl_modify_headers (bfd *, struct bfd_link_info *);
21*e992f068Schristos bool nacl_final_write_processing (bfd *);
22