Home
last modified time | relevance | path

Searched refs:phdrs_buf (Results 1 – 1 of 1) sorted by relevance

/system/ulib/elf-search/
A Delf-search.cpp222 Elf64_Phdr phdrs_buf[kMaxProgramHeaders]; in ForEachModule() local
223 auto phdrs = MakeArrayRef(phdrs_buf, ehdr.e_phnum); in ForEachModule()
224 status = reader.ReadArray(map.base + ehdr.e_phoff, phdrs_buf, ehdr.e_phnum); in ForEachModule()

Completed in 3 milliseconds