aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/sparc/plt.c
blob: 5a2edaca9bd388fc28dd0f65e254aad06769f25f (plain)
1
2
3
4
5
6
7
8
#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 + 4;
}