Coder Social home page Coder Social logo

birros / ld-exported-symbols-demo Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3 KB

Sows how ld exports / hides static library symbols linked to a dynamic library

Dockerfile 5.34% Makefile 52.50% C 42.16%
c demo dlopen dynamic learning library static gcc ld

ld-exported-symbols-demo's Introduction

LD exported symbols demo

This repo shows how ld exports / hides static library symbols linked to a dynamic library.

Note By default, ld exports all symbols from linked static libraries. To hide symbols from a specific static library, we need to use this flag: --exclude-libs libstatic.a.

Usage

$ make env # optional
$ make

RULE run

SYMBOLS FROM libdynamic.so (hidden libstatic.a symbols)
0000000000001020 T hello_from_dynamic

SYMBOLS FROM libdynamic_all.so
0000000000001030 T hello_from_dynamic
0000000000001050 T hello_from_static

RUN prog
Hello from prog!

CALL hello_from_dynamic FROM libdynamic.so (dynamically linked):
Hello from static!
Hello from dynamic!

CALL hello_from_static FROM libdynamic_all.so (dynamically opened):
Hello from static!

ld-exported-symbols-demo's People

Contributors

birros avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.