search for: lazybindinginfo

Displaying 1 result from an estimated 1 matches for "lazybindinginfo".

2017 Jul 10
2
Problems generating Mach-O File (x86_64 , osx 10.12)
...cally in the line 323 <https://github.com/llvm-mirror/lld/blob/master/lib/ReaderWriter/MachO/StubsPass.cpp#L323> ,when it adds, what it seems an arbitrary number (12) to the offset into the lazy bind opcodes section, but it should be calculated depending on the MachONormalizedFileBinaryWrite::lazyBindingInfo result. I confirmed this bug by patching the code manually in the binary and writing the right offset in the asm code (__stub_helper). I'm yet not familiarized with the code , so i can't fix it right now , Im unable to find the information of the symbols that MachONormalizedFileBinaryWrite...