https://bugs.winehq.org/show_bug.cgi?id=50468
--- Comment #1 from j-r@online.de --- Created attachment 69100 --> https://bugs.winehq.org/attachment.cgi?id=69100 add shared object load address tracing for builtin dlls to loaddll debug channel
In the meantime I've been using the attached patch to print the base address of each dlopen()ed shared object to make using add-symbol-file easier. Couldn't find a way to determine the .text section start address. This info doesn't seem to be preserved by the dlopen() interface. Might be useful anyway.