Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime-generated module object offset for rtld #258

Open
todo bot opened this issue Apr 19, 2019 · 0 comments
Open

runtime-generated module object offset for rtld #258

todo bot opened this issue Apr 19, 2019 · 0 comments
Assignees
Labels
project-libuser Related to the libuser todo 🗒️ Created by the todo bot type-feature New feature or request

Comments

@todo
Copy link

todo bot commented Apr 19, 2019

.int 0 // TODO: runtime-generated module object offset for rtld
"#);
}
/// The definition of a module header.
/// This is used by RTLD to do dynamic linking.
/// See https://switchbrew.org/wiki/NSO#MOD and https://switchbrew.org/wiki/Rtld
#[repr(C)]
#[derive(Debug)]
pub struct ModuleHeader {
/// The magic value of the MOD header. "MOD0"


This issue was generated by todo based on a TODO comment in 6ee0b56 when #247 was merged. cc @Thog.
@todo todo bot assigned marysaka Apr 19, 2019
@todo todo bot added the todo 🗒️ Created by the todo bot label Apr 19, 2019
@roblabla roblabla added type-feature New feature or request project-libuser Related to the libuser labels Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project-libuser Related to the libuser todo 🗒️ Created by the todo bot type-feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants