Skip to contents

Add a symbol to a libtcc state

Usage

tcc_add_symbol(state, name, addr)

Arguments

state

A tcc_state.

name

Symbol name.

addr

External pointer address or symbol value.

Value

Integer status code (0 = success).