Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <77c324e6-d6eb-4d62-b16e-b915ffc2ec40@foss.arm.com>
Date: Thu, 20 Nov 2025 20:49:07 -0600
From: Bill Roberts <bill.roberts@...s.arm.com>
To: musl@...ts.openwall.com, Szabolcs Nagy <nsz@...t70.net>
Subject: questions on src/ldso/aarch64/dlsym.s

Howdy folks,

I was hoping you could shed some light on src/ldso/aarch64/dlsym.s? As 
it's not apparent to me how this stub gets executed. I have tried a few 
things to no avail. I don't get how there is C symbols defined with the 
same name and then these defined in asm, what am I missing, it seems 
obvious...

```asm
.global dlsym
.hidden __dlsym
.type dlsym,%function
dlsym:
         mov x2,x30
         b __dlsym
```

Thanks,
Bill

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.