Home | History | Annotate | Download | only in Mips

Lines Matching defs:dynamic

199 /// dynamic - the dynamic section of the target machine.
200 /// Use co-variant return type to return its own dynamic section.
201 MipsELFDynamic& MipsGNULDBackend::dynamic()
209 /// dynamic - the dynamic section of the target machine.
210 /// Use co-variant return type to return its own dynamic section.
211 const MipsELFDynamic& MipsGNULDBackend::dynamic() const
246 /// emitDynamicSymbol - emit dynamic symbol.
273 /// emitNamePools - emit dynamic name pools - .dyntab, .dynstr, .hash
359 ELFDynamic::iterator dt_need = dynamic().needBegin();
384 // initialize value of ELF .dynamic section
385 dynamic().applySoname(strtabsize);
386 dynamic().applyEntries(pLDInfo, *file_format);
387 dynamic().emit(dyn_sect, *dyn_region);
774 "by the dynamic linker"));