Lines Matching defs:dynsym
2642 symtab_id = GetSectionIndexByName(".dynsym");
2993 // tables, one named ".symtab", and the other ".dynsym". The dynsym is a
2995 // information found in the dynsym is therefore also found in the symtab,
3007 // .dynsym section which should always be always be there. To support the
3008 // minidebuginfo case we parse .dynsym when there's a .gnu_debuginfo
3011 // matching .dynsym counterparts.
3014 Section *dynsym =
3017 if (dynsym) {
3019 ParseSymbolTable(&lldb_symtab, symbol_id, dynsym);