aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/alpha/plt.c
blob: a626d591c5d64ef9cb3e4aba527727b557762cda (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 lte->plt_addr + ndx * 12 + 32;
}