Searched refs:dynsym (Results 1 – 2 of 2) sorted by relevance
144 const Elf_Shdr* dynsym = GetSection(".dynsym"); in VisitDynamicSymbols() local146 if (dynsym != nullptr && dynstr != nullptr) { in VisitDynamicSymbols()147 CHECK_EQ(dynsym->sh_entsize, sizeof(Elf_Sym)); in VisitDynamicSymbols()148 size_t count = dynsym->sh_size / sizeof(Elf_Sym); in VisitDynamicSymbols()149 for (const Elf_Sym& symbol : Read<Elf_Sym>(dynsym->sh_offset, count)) { in VisitDynamicSymbols()
237 // referenced in the .dynsym tables of shared object dependencies, so use a