Lines Matching full:dynamic
31 // Simple struct to hold relevant .dynamic entries.
45 /// dynamic shared object.
187 DynTab.Name = ".dynamic";
214 // Populate dynamic symbol table.
227 // Poplulate dynamic table.
244 // Fill Addr back to dynamic table.
371 return getDynamicData(DynEnt.DynSymAddr, "dynamic symbol table");
378 DynEnt.StrTabAddr, "dynamic string table", DynEnt.StrSize);
445 /// @param DynTable Source dynamic table.
450 return createError("No .dynamic section found");
452 // Search .dynamic for relevant entries.
486 "Couldn't locate dynamic string table (no DT_STRTAB entry)");
490 "Couldn't determine dynamic string table size (no DT_STRSZ entry)");
494 "Couldn't locate dynamic symbol table (no DT_SYMTAB entry)");
499 ") outside of dynamic string table",
506 ") outside of dynamic string table",
544 /// @param DynSym Range of dynamic symbols to add to TargetStub.
545 /// @param DynStr StringRef to the dynamic string table.
582 // Fetch .dynamic table.
588 // Collect relevant .dynamic entries.
610 // Populate SoName from .dynamic entries and dynamic string table.
620 // Populate NeededLibs from .dynamic entries and dynamic string table.
630 // Populate Symbols from .dynsym table and dynamic string table.
645 "when reading dynamic symbols");