struct DlPhdrInfoCounts

Defined at line 22 of file ../../sdk/lib/ld/include/lib/ld/dl-phdr-info.h

The `dlpi_adds` and `dlpi_subs` members of `struct dl_phdr_info` represent a

sample of the current state of history. The current values are passed in

every callback that dl_iterate_phdr() makes, unrelated to the specific

module whose information is being reported. Callbacks can compare these to

previous runs to tell if any modules have newly been loaded or unloaded, so

as to decide to short-circuit a dl_iterate_phdr() run when nothing changed.

Public Members

uint64_t adds
uint64_t subs

Public Methods

std::strong_ordering operator<=> (const DlPhdrInfoCounts & )

Defined at line 23 of file ../../sdk/lib/ld/include/lib/ld/dl-phdr-info.h