Skip to content

unknown ¤

Answers libc-specific questions in a non-commital way when we don't know which libc implementation we are actually using.

Functions:

type ¤

type() -> LibcType

version ¤

version(libc_filepath: str) -> tuple[int, ...]

has_internal_symbols ¤

has_internal_symbols(libc_filepath: str) -> bool

has_debug_info ¤

has_debug_info() -> bool

verify_libc_candidate ¤

verify_libc_candidate(mapping_name: str) -> bool

verify_ld_candidate ¤

verify_ld_candidate(mapping_name: str) -> bool

urls ¤

urls(ver: tuple[int, ...] | None) -> LibcURLs

libc_same_as_ld ¤

libc_same_as_ld() -> bool