Searched refs:phdrs_buf (Results 1 – 1 of 1) sorted by relevance
222 Elf64_Phdr phdrs_buf[kMaxProgramHeaders]; in ForEachModule() local223 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