Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-04 | Support non-cached entries in getauxval | Georg Kotheimer | |
Previously the getauxval implementation was limited to the auxiliary vector entries cached in _dl_auxvt. To also support entries outside of that cached subset, store the start address of the auxiliary vector, and if an uncached entry type is encountered search the entire auxiliary vector. Signed-off-by: Marcus Haehnel <marcus.haehnel@kernkonzept.com> | |||
2023-08-14 | fix getauxval() on aarch64 gcc 11 | lordrasmus | |
2022-12-19 | add getauxval() implementation | ramin | |