summaryrefslogtreecommitdiff
path: root/rts/RtsSymbolInfo.h
blob: 1f3d35e5efa1d176367afb4ce132f5bab179c6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team, 2000-2015
 *
 * RTS Symbol Info
 *
 * ---------------------------------------------------------------------------*/

#pragma once

#include "LinkerInternals.h"

HsBool isSymbolWeak(ObjectCode *owner, void *label);
void setWeakSymbol(ObjectCode *owner, void *label);