class Searcher

Defined at line 31 of file ../../zircon/system/ulib/elf-search/include/elf-search.h

A class that allows reusing the same buffer for multiple ForEachModule calls.

Public Methods

zx_status_t Reserve (size_t )

Resize the internal buffer to ensure there are at least N available zx_info_maps.

Defined at line 461 of file ../../zircon/system/ulib/elf-search/elf-search.cc

zx_status_t ForEachModule (const zx::process & , ModuleAction )

Defined at line 475 of file ../../zircon/system/ulib/elf-search/elf-search.cc