Skip to content

Bug 2042327 - glean-sym: Enable it on iOS by using this library#3471

Draft
badboy wants to merge 1 commit into
mainfrom
glean-sym-enable-it-on-ios-by-using-this-library/nxqmqplwqmpk
Draft

Bug 2042327 - glean-sym: Enable it on iOS by using this library#3471
badboy wants to merge 1 commit into
mainfrom
glean-sym-enable-it-on-ios-by-using-this-library/nxqmqplwqmpk

Conversation

@badboy
Copy link
Copy Markdown
Member

@badboy badboy commented May 28, 2026

This is the equivalent of using dlsym(RTLD_DEFAULT, name), that is:

looking for the desired symbols using the default shared object search order.
The search will include global symbols in the executable and its

(from the dlsym(3) man page)

This is the equivalent of using `dlsym(RTLD_DEFAULT, name)`, that is:

> looking for the desired symbols using the default shared object search order.
> The search will include global symbols in the executable and its

(from the dlsym(3) man page)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant