View Single Post
Old 07-30-2017, 01:30 PM   #78
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
More on symbol handling

Sorry to hyjack the thread, but since we have so much on this subject already embedded here . . .
Lab126 left reference copies (from the lenaro toolchain) of the version scripts in the system image of 5.8.2 (isn't that the one where they include the wrong u-boot in the image also?).

Ref: LD version scripts (howto read them):
https://sourceware.org/binutils/docs...version-script

And an example:
Code:
GLIBC_2.4 {
  global:
    dladdr1; dlinfo;
    dladdr; dlclose; dlerror; dlopen; dlsym;
    dlmopen;
    dlopen; dlvsym;
  local:
    *;
};
GLIBC_PRIVATE {
  global:
    _dlfcn_hook;
} GLIBC_2.4;
And all of them that Lab126 forgot to remove before shipping the image are attached here:
Attached Files
File Type: gz 5.8.2_pic.map.tar.gz (14.9 KB, 299 views)
knc1 is offline   Reply With Quote