Home | History | Annotate | Download | only in Object

Lines Matching defs:SymbolTableSection

387   const Elf_Shdr *SymbolTableSection = SymbolTableSections[Symb.d.b];
392 && SymbolTableSection
394 + SymbolTableSection->sh_offset)
396 + SymbolTableSection->sh_offset
397 + SymbolTableSection->sh_size)))
407 const Elf_Shdr *SymbolTableSection = SymbolTableSections[Symb.d.b];
411 if (Symb.d.a >= SymbolTableSection->getEntityCount()) {