1441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project/* Update symbol information in symbol table at the given index.
2441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project   Copyright (C) 2000, 2001, 2002 Red Hat, Inc.
3cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   This file is part of Red Hat elfutils.
4441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project   Written by Ulrich Drepper <drepper@redhat.com>, 2000.
5441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
6cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   Red Hat elfutils is free software; you can redistribute it and/or modify
7cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   it under the terms of the GNU General Public License as published by the
8cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   Free Software Foundation; version 2 of the License.
9441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
10cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   Red Hat elfutils is distributed in the hope that it will be useful, but
11cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   WITHOUT ANY WARRANTY; without even the implied warranty of
12cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   General Public License for more details.
14441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
15cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   You should have received a copy of the GNU General Public License along
16cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   with Red Hat elfutils; if not, write to the Free Software Foundation,
17cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
18cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng
19cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   In addition, as a special exception, Red Hat, Inc. gives You the
20cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   additional right to link the code of Red Hat elfutils with code licensed
21cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   under any Open Source Initiative certified open source license
22cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   (http://www.opensource.org/licenses/index.php) which requires the
23cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   distribution of source code with any binary distribution and to
24cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   distribute linked combinations of the two.  Non-GPL Code permitted under
25cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   this exception must only link to the code of Red Hat elfutils through
26cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   those well defined interfaces identified in the file named EXCEPTION
27cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   found in the source code files (the "Approved Interfaces").  The files
28cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   of Non-GPL Code may instantiate templates or use macros or inline
29cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   functions from the Approved Interfaces without causing the resulting
30cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   work to be covered by the GNU General Public License.  Only Red Hat,
31cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   Inc. may make changes or additions to the list of Approved Interfaces.
32cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   Red Hat's grant of this exception is conditioned upon your not adding
33cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   any new exceptions.  If you wish to add a new Approved Interface or
34cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   exception, please contact Red Hat.  You must obey the GNU General Public
35cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   License in all respects for all of the Red Hat elfutils code and other
36cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   code used in conjunction with Red Hat elfutils except the Non-GPL Code
37cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   covered by this exception.  If you modify this file, you may extend this
38cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   exception to your version of the file, but you are not obligated to do
39cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   so.  If you do not wish to provide this exception without modification,
40cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   you must delete this exception statement from your version and license
41cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   this file solely under the GPL without exception.
42cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng
43cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   Red Hat elfutils is an included package of the Open Invention Network.
44cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   An included package of the Open Invention Network is a package for which
45cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   Open Invention Network licensees cross-license their patents.  No patent
46cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   license is granted, either expressly or impliedly, by designation as an
47cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   included package.  Should you wish to participate in the Open Invention
48cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   Network licensing program, please visit www.openinventionnetwork.com
49cc6695e2684ce93cdf8bd2da63d55d2cf49ff076Ben Cheng   <http://www.openinventionnetwork.com>.  */
50441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
51441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project#ifdef HAVE_CONFIG_H
52441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project# include <config.h>
53441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project#endif
54441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
55441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project#include <gelf.h>
56441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project#include <stdlib.h>
57441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project#include <string.h>
58441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
59441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project#include "libelfP.h"
60441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
61441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
62441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Projectint
63441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Projectgelf_update_sym (data, ndx, src)
64441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project     Elf_Data *data;
65441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project     int ndx;
66441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project     GElf_Sym *src;
67441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project{
68441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  Elf_Data_Scn *data_scn = (Elf_Data_Scn *) data;
69441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  Elf_Scn *scn;
70441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  int result = 0;
71441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
72441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  if (data == NULL)
73441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project    return 0;
74441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
75441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  if (unlikely (ndx < 0))
76441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project    {
77441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      __libelf_seterrno (ELF_E_INVALID_INDEX);
78441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      return 0;
79441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project    }
80441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
81441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  if (unlikely (data_scn->d.d_type != ELF_T_SYM))
82441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project    {
83441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      /* The type of the data better should match.  */
84441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      __libelf_seterrno (ELF_E_DATA_MISMATCH);
85441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      return 0;
86441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project    }
87441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
88441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  scn = data_scn->s;
89441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  rwlock_wrlock (scn->elf->lock);
90441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
91441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  if (scn->elf->class == ELFCLASS32)
92441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project    {
93441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      Elf32_Sym *sym;
94441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
95441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      /* There is the possibility that the values in the input are
96441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	 too large.  */
97441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      if (unlikely (src->st_value > 0xffffffffull)
98441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	  || unlikely (src->st_size > 0xffffffffull))
99441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	{
100441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	  __libelf_seterrno (ELF_E_INVALID_DATA);
101441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	  goto out;
102441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	}
103441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
104441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      /* Check whether we have to resize the data buffer.  */
105441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      if (unlikely ((ndx + 1) * sizeof (Elf32_Sym) > data_scn->d.d_size))
106441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	{
107441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	  __libelf_seterrno (ELF_E_INVALID_INDEX);
108441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	  goto out;
109441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	}
110441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
111441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      sym = &((Elf32_Sym *) data_scn->d.d_buf)[ndx];
112441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
113441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project#define COPY(name) \
114441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      sym->name = src->name
115441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      COPY (st_name);
116441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      COPY (st_value);
117441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      COPY (st_size);
118441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      /* Please note that we can simply copy the `st_info' element since
119441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	 the definitions of ELFxx_ST_BIND and ELFxx_ST_TYPE are the same
120441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	 for the 64 bit variant.  */
121441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      COPY (st_info);
122441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      COPY (st_other);
123441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      COPY (st_shndx);
124441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project    }
125441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  else
126441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project    {
127441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      /* Check whether we have to resize the data buffer.  */
128441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      if (unlikely ((ndx + 1) * sizeof (Elf64_Sym) > data_scn->d.d_size))
129441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	{
130441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	  __libelf_seterrno (ELF_E_INVALID_INDEX);
131441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	  goto out;
132441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project	}
133441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
134441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project      ((Elf64_Sym *) data_scn->d.d_buf)[ndx] = *src;
135441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project    }
136441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
137441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  result = 1;
138441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
139441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  /* Mark the section as modified.  */
140441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  scn->flags |= ELF_F_DIRTY;
141441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
142441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project out:
143441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  rwlock_unlock (scn->elf->lock);
144441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project
145441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project  return result;
146441f72d43a9b550baa779fc82f70816da5f74f0eThe Android Open Source Project}
147