ld
_dl_open in ld-2.13.so invoked
I would like to call _dl_open function from ld-2.13.so. I get the offset of this function from objdump and then I add it to library beginning address in order to get function address. Then I attach to[详细]
2023-02-21 07:19 分类:问答Linux: controlling where `ld` searches for .o object files?
Ok, this is the situation: I\'m trying to use some older software: works fine on Ubuntu Lucid, fails on Natty.[详细]
2023-02-21 00:26 分类:问答How can I convince Xcode to emit a duplicate symbol linker error?
Here\'s a different one from the usual confusion over duplicate symbol errors... :-) I\'m working on some legacy Mac code in an Xcode project that has the same global, \"trace\", defined in several d[详细]
2023-02-19 02:41 分类:问答Strange linker (ld) behavior, it sees only half of class's methods
I have 2 targets in XCode, an executable containing class Record like class Record { public: const char * getFirstName() const;[详细]
2023-02-18 05:44 分类:问答QNX QCC linker includes file timestamps
Is there a flag to pass into the linker which will NOT include each file\'s timestamp in the library.a output?[详细]
2023-02-15 15:05 分类:问答Why does the GNU linker not find a shared object with -l<library>?
I\'m getting an error when trying to link an object file: $ g++ -o intro intro.o -L -Wl,-rpath-link-lnotes -lm -lnsl -lpthread -lc -lresolv -ldl[详细]
2023-02-15 13:28 分类:问答Linux vs Solaris - Compiling software
Background: At work I\'m used to working on Solaris 10. We have sysadmins who know what they\'re doing and can help out if required.[详细]
2023-02-13 17:30 分类:问答dlopen from memory?
I\'m looking for a way to load generated object code directly from memory. I understand that if I write it to a file, I can call dlopen to dynamically load its symbols and link them.However, this see[详细]
2023-02-12 06:43 分类:问答Does binutils-gold has support for arm/Android?
I am trying to replace my default arm-eabi-ld with installed from binutils-gold ld, however during linking I have got[详细]
2023-02-10 04:21 分类:问答Duplicate Symbol Linker error XCode 3.2.5 -- linker seems to reference same file in different ways
I get the following error: ld: duplicate symbol _TTCreateNonRetainingArray in /Users/macuser/Dropbox/DFJ/three20/Build/Products/Debug-iphoneos/libThree20Core.a(TTGlobalCore.o)[详细]
2023-02-08 21:04 分类:问答