aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/ppc/plt.c
blob: 9e2c0949427c4e673c38b35e18705275b1b7290c (plain)
1
2
3
4
5
6
7
8
9
#include <gelf.h>
#include "ltrace.h"
#include "elf.h"

GElf_Addr
arch_plt_sym_val (struct ltelf *lte, size_t ndx, GElf_Rela *rela)
{
  return rela->r_offset;
}