struct StartupData

Defined at line 56 of file ../../sdk/lib/ld/posix.h

This collects the data gleaned from the initial stack and the auxv on it.

Public Members

uintptr_t argc
char ** argv
char ** envp
size_t page_size
bool ld_debug
Log log

Public Methods

zx::vmo GetLibraryVmo (Diagnostics & diag, std::string_view name)

Defined at line 89 of file ../../sdk/lib/ld/ldsvc.cc

void ConfigLdsvc (Diagnostics & diag, std::string_view name)

Defined at line 93 of file ../../sdk/lib/ld/ldsvc.cc