/* Machine-dependent ELF dynamic relocation inline functions. PowerPC64 version. Copyright 1995-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, see <https://www.gnu.org/licenses/>. */#ifndef dl_machine_h#define dl_machine_h#define ELF_MACHINE_NAME "powerpc64"#include<assert.h>#include<sys/param.h>#include<dl-tls.h>#include<sysdep.h>#include<hwcapinfo.h>#include<dl-static-tls.h>#include<dl-funcdesc.h>#include<dl-machine-rel.h>/* Translate a processor specific dynamic tag to the index in l_info array. */#define DT_PPC64(x) (DT_PPC64_##x - DT_LOPROC + DT_NUM)